/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 | conf.c | 56 static void strip(char *str) in strip() 74 static void xfgets(char *str, int size, FILE *in) in xfgets() 425 const char *str; in check_conf() local
|
D | preprocess.c | 346 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause() 453 static char *expand_dollar_with_args(const char **str, int argc, char *argv[]) in expand_dollar_with_args() 490 char *expand_dollar(const char **str) in expand_dollar() 495 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() 571 char *expand_one_token(const char **str) in expand_one_token()
|
D | qconf.cc | 43 static inline QString qgettext(const char* str) in qgettext() 1057 QString str; in symbolInfo() local 1180 QString ConfigInfoView::print_filter(const QString &str) in print_filter() 1211 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() 1525 QString str; in loadConfig() local 1558 QString str; in saveConfigAs() local 1769 static const QString str = "Welcome to the qconf graphical configuration tool.\n\n" in showIntro() local 1786 static const QString str = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout() local
|
D | symbol.c | 122 char str[64]; in sym_validate_range() local 553 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid() 596 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() 698 const char *str; in sym_get_string_default() local
|
D | expr.c | 999 static enum string_value_kind expr_parse_string(const char *str, in expr_parse_string() 1231 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1241 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
D | lkc.h | 58 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | parser.y | 575 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string()
|
D | confdata.c | 735 const char *str; in conf_write_symbol() local 848 const char *str; in conf_write() local
|
D | nconf.c | 249 char str[256]; member 509 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 | 1468 #define fdt_property_string(fdt, name, str) \ argument 1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1897 #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/ |
D | kallsyms.c | 83 static int is_arm_mapping_symbol(const char *str) in is_arm_mapping_symbol() 499 static void *find_token(unsigned char *str, int len, unsigned char *token) in find_token() 512 static void compress_symbols(unsigned char *str, int idx) in compress_symbols() 663 static int prefix_underscores_count(const char *str) in prefix_underscores_count()
|
D | unifdef.c | 805 const char *str; member 1121 findsym(const char *str) in findsym()
|
/scripts/dtc/ |
D | util.h | 27 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 926 const char *str, *end; in node_is_compatible() local 1208 char *str = prop->val.val; in node_is_disabled() local 1460 char *str; in prop_is_gpio() local 1512 char *str; in check_deprecated_gpio_property() local
|
D | util.c | 89 char *str; in join_path() local
|
/scripts/basic/ |
D | fixdep.c | 174 static unsigned int strhash(const char *str, unsigned int sz) in strhash()
|
/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 | 92 static inline bool strends(const char *str, const char *postfix) in strends() 276 const char *str; member 318 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) argument 1287 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
|