/scripts/dtc/ |
D | util.c | 39 char *xstrdup(const char *s) in xstrdup() 105 const char *s = data; in util_is_printable_string() local 139 static char get_oct_char(const char *s, int *i) in get_oct_char() 162 static char get_hex_char(const char *s, int *i) in get_hex_char() 179 char get_escape_char(const char *s, int *i) in get_escape_char() 381 const char *s; in utilfdt_print_data() local
|
D | fdtdump.c | 58 const char *p, *s, *t; in dump_blob() local
|
D | dtc.c | 126 const char *s; in guess_type_by_name() local
|
D | fdtget.c | 71 const char *s; in show_data() local
|
D | data.c | 71 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
|
/scripts/selinux/genheaders/ |
D | genheaders.c | 26 static char *stoupperx(const char *s) in stoupperx() 86 const char *s = initial_sid_to_string[i]; in main() local
|
/scripts/kconfig/ |
D | util.c | 101 void str_append(struct gstr *gs, const char *s) in str_append() 118 char s[10000]; /* big enough... */ in str_printf() local
|
D | lkc.h | 121 char *s; member
|
D | expr.c | 889 signed long long s; member
|
D | qconf.cc | 1524 QString s = QFileDialog::getOpenFileName(this, "", conf_get_configname()); in loadConfig() local 1543 QString s = QFileDialog::getSaveFileName(this, "", conf_get_configname()); in saveConfigAs() local
|
D | expr.h | 51 #define expr_list_for_each_sym(l, e, s) \ argument
|
/scripts/ |
D | namespace.pl | 163 s:^\./::; label
|
D | kallsyms.c | 112 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol() 183 static int symbol_in_range(struct sym_entry *s, struct addr_range *ranges, in symbol_in_range() 199 static int symbol_valid(struct sym_entry *s) in symbol_valid() 329 static int symbol_absolute(struct sym_entry *s) in symbol_absolute()
|
D | docproc.c | 332 char *s; in docsect() local 446 char * s; in parse_file() local
|
/scripts/mod/ |
D | mk_elfconfig.c | 10 union { short s; char c[2]; } endian_test; in main() member
|
D | modpost.c | 195 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local 220 struct symbol *s; in find_symbol() local 251 static enum export export_no(const char *s) in export_no() 309 struct symbol *s = find_symbol(name); in sym_add_exported() local 334 struct symbol *s = find_symbol(name); in sym_update_crc() local 378 char *s = line; in get_next_line() local 735 static int strrcmp(const char *s, const char *sub) in strrcmp() 1325 static char *sec2annotation(const char *s) in sec2annotation() 1362 const char *const *s = list; in print_section_list() local 1928 static char *remove_dot(char *s) in remove_dot() [all …]
|
D | sumversion.c | 46 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift() 67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
|
/scripts/dtc/libfdt/ |
D | fdt_strerror.c | 95 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
D | fdt.c | 230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
|
D | fdt_sw.c | 200 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string()
|
D | fdt_ro.c | 59 const char *s, int len) in _fdt_nodename_eq() 84 const char *s, int len) in _fdt_string_eq()
|
D | fdt_rw.c | 152 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string()
|
/scripts/basic/ |
D | fixdep.c | 254 static int strrcmp(char *s, char *sub) in strrcmp() 306 char s[PATH_MAX]; in parse_dep_file() local
|
/scripts/genksyms/ |
D | genksyms.c | 137 static unsigned long partial_crc32(const char *s, unsigned long crc) in partial_crc32() 144 static unsigned long crc32(const char *s) in crc32() 341 void free_list(struct string_list *s, struct string_list *e) in free_list()
|
/scripts/kconfig/lxdialog/ |
D | textbox.c | 261 const char *s; in dialog_textbox() local
|