/scripts/kconfig/ |
D | lexer.l | 55 static void append_string(const char *str, int size) in append_string() 69 static void alloc_string(const char *str, int size) in alloc_string()
|
D | preprocess.c | 346 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause() 456 static char *expand_dollar_with_args(const char **str, int argc, char *argv[]) in expand_dollar_with_args() 493 char *expand_dollar(const char **str) in expand_dollar() 498 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() 574 char *expand_one_token(const char **str) in expand_one_token()
|
D | qconf.cc | 993 QString str; in symbolInfo() local 1127 QString ConfigInfoView::print_filter(const QString &str) in print_filter() 1158 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() 1173 QByteArray str = url.toEncoded(); in clicked() local 1536 QString str; in loadConfig() local 1569 QString str; in saveConfigAs() local 1776 static const QString str = in showIntro() local 1802 static const QString str = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout() local
|
D | conf.c | 58 static void strip(char *str) in strip() 76 static void xfgets(char *str, int size, FILE *in) in xfgets() 650 const char *str; in check_conf() local
|
D | lkc.h | 47 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | expr.c | 998 static enum string_value_kind expr_parse_string(const char *str, in expr_parse_string() 1230 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1240 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
D | parser.y | 563 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string()
|
D | symbol.c | 555 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid() 598 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() 700 const char *str; in sym_get_string_default() local
|
D | confdata.c | 731 const char *str; in conf_write_symbol() local 844 const char *str; in conf_write() local
|
D | nconf.c | 250 char str[256]; member 514 char *str = k_menu_items[index].str; in get_mext_match() local
|
/scripts/dtc/libfdt/ |
D | fdt_strerror.c | 15 const char *str; member
|
D | libfdt.h | 1499 #define fdt_property_string(fdt, name, str) \ argument 1764 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1941 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument
|
/scripts/genksyms/ |
D | keywords.c | 68 static int is_reserved_word(register const char *str, register unsigned int len) in is_reserved_word()
|
D | genksyms.h | 76 #define xstrdup(str) ({ char *__str = strdup(str); \ argument
|
/scripts/dtc/ |
D | util.h | 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
|
D | yamltree.c | 95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string()
|
D | flattree.c | 52 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 132 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string() 220 static int stringtable_insert(struct data *d, const char *str) in stringtable_insert() 610 char *str; in flat_read_string() local
|
D | checks.c | 67 char *str = NULL; in check_msg() local 222 char *str; in check_is_string_list() local 932 const char *str, *end; in node_is_compatible() local 1224 char *str = prop->val.val; in node_is_disabled() local 1476 char *str; in prop_is_gpio() local 1528 char *str; in check_deprecated_gpio_property() local
|
D | util.c | 90 char *str; in join_path() local
|
/scripts/basic/ |
D | fixdep.c | 137 static unsigned int strhash(const char *str, unsigned int sz) in strhash()
|
/scripts/ |
D | kallsyms.c | 536 static unsigned char *find_token(unsigned char *str, int len, in find_token() 550 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols()
|
/scripts/gcc-plugins/ |
D | stackleak_plugin.c | 447 #define STRING_EQUAL(node, str) string_equal(node, str, strlen(str)) argument
|
/scripts/mod/ |
D | file2alias.c | 85 #define ADD(str, sep, cond, field) \ argument 99 static inline void add_wildcard(char *str) in add_wildcard() 107 static inline void add_uuid(char *str, uuid_le uuid) in add_uuid()
|
D | modpost.c | 95 static inline bool strends(const char *str, const char *postfix) in strends() 305 const char *str; member 360 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) argument 1263 static inline int is_arm_mapping_symbol(const char *str) in is_arm_mapping_symbol()
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 154 char str[MAXITEMSTR]; /* prompt displayed */ member
|