/scripts/kconfig/ |
D | lexer.l | 56 static void append_string(const char *str, int size) in append_string() 70 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 | conf.c | 59 static void strip(char *str) in strip() 77 static void xfgets(char *str, int size, FILE *in) in xfgets() 428 const char *str; in check_conf() local
|
D | qconf.cc | 988 QString str; in symbolInfo() local 1122 QString ConfigInfoView::print_filter(const QString &str) in print_filter() 1153 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() 1168 QByteArray str = url.toEncoded(); in clicked() local 1515 QString str; in loadConfig() local 1548 QString str; in saveConfigAs() local 1755 static const QString str = in showIntro() local 1781 static const QString str = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout() local
|
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 | lkc.h | 61 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | parser.y | 572 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string()
|
D | symbol.c | 556 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid() 599 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() 701 const char *str; in sym_get_string_default() local
|
D | confdata.c | 716 const char *str; in conf_write_symbol() local 829 const char *str; in conf_write() local
|
D | nconf.c | 250 char str[256]; member 510 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 | 1473 #define fdt_property_string(fdt, name, str) \ argument 1731 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1902 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument
|
/scripts/genksyms/ |
D | keywords.c | 65 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/ |
D | kallsyms.c | 535 static unsigned char *find_token(unsigned char *str, int len, in find_token() 549 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols()
|
D | unifdef.c | 805 const char *str; member 1121 findsym(const char *str) in findsym()
|
/scripts/basic/ |
D | fixdep.c | 169 static unsigned int strhash(const char *str, unsigned int sz) in strhash()
|
/scripts/gcc-plugins/ |
D | stackleak_plugin.c | 449 #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()
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 154 char str[MAXITEMSTR]; /* prompt displayed */ member
|