| /scripts/kconfig/ |
| D | zconf.l | 49 static void append_string(const char *str, int size) in append_string() 63 static void alloc_string(const char *str, int size) in alloc_string()
|
| D | kconf_id.c | 42 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup()
|
| D | qconf.cc | 47 static inline QString qgettext(const char* str) in qgettext() 52 static inline QString qgettext(const QString& str) in qgettext() 1066 QString str; in symbolInfo() local 1190 QString ConfigInfoView::print_filter(const QString &str) in print_filter() 1221 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() 1749 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro() local 1766 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() 719 void xfgets(char *str, int size, FILE *in) in xfgets()
|
| D | expr.c | 892 static enum string_value_kind expr_parse_string(const char *str, in expr_parse_string() 1170 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1180 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
| D | symbol.c | 160 char str[64]; in sym_validate_range() local 581 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid() 624 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range() 726 const char *str; in sym_get_string_default() local
|
| D | zconf.y | 613 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string()
|
| D | lkc.h | 89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
| D | confdata.c | 632 const char *str; in conf_write_symbol() local 747 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 | 59 const char *str; member
|
| D | libfdt.h | 1317 #define fdt_property_string(fdt, name, str) \ argument 1544 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1715 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument
|
| D | fdt_ro.c | 550 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str) in fdt_stringlist_contains()
|
| /scripts/genksyms/ |
| D | keywords.c | 64 static int is_reserved_word(register const char *str, register unsigned int len) in is_reserved_word()
|
| D | genksyms.h | 87 #define xstrdup(str) ({ char *__str = strdup(str); \ argument
|
| /scripts/ |
| D | kallsyms.c | 87 static inline int is_arm_mapping_symbol(const char *str) in is_arm_mapping_symbol() 116 char str[500]; in read_symbol() local 520 static void *find_token(unsigned char *str, int len, unsigned char *token) in find_token() 533 static void compress_symbols(unsigned char *str, int idx) in compress_symbols() 687 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 | 38 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
|
| D | flattree.c | 67 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 147 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string() 235 static int stringtable_insert(struct data *d, const char *str) in stringtable_insert() 625 char *str; in flat_read_string() local
|
| D | treesource.c | 66 const char *str = val.val; in write_propval_string() local
|
| D | util.c | 85 char *str; in join_path() local
|
| /scripts/basic/ |
| D | fixdep.c | 181 static unsigned int strhash(const char *str, unsigned int sz) in strhash()
|
| /scripts/mod/ |
| D | file2alias.c | 65 #define ADD(str, sep, cond, field) \ argument 79 static inline void add_wildcard(char *str) in add_wildcard() 87 static inline void add_uuid(char *str, uuid_le uuid) in add_uuid()
|
| D | modpost.c | 93 static inline bool strends(const char *str, const char *postfix) in strends() 240 const char *str; member 282 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) argument 1248 static inline int is_arm_mapping_symbol(const char *str) in is_arm_mapping_symbol()
|
| /scripts/kconfig/lxdialog/ |
| D | dialog.h | 173 char str[MAXITEMSTR]; /* prompt displayed */ member
|