/scripts/kconfig/ |
D | util.c | 52 void str_append(struct gstr *gs, const char *s) in str_append() 69 char s[10000]; /* big enough... */ in str_printf() local 109 char *xstrdup(const char *s) in xstrdup() 120 char *xstrndup(const char *s, size_t n) in xstrndup()
|
D | lkc.h | 96 char *s; member
|
D | confdata.c | 132 const char *s; in conf_touch_dep() local 191 static void conf_default_message_callback(const char *s) in conf_default_message_callback() 200 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback()
|
/scripts/selinux/genheaders/ |
D | genheaders.c | 29 static char *stoupperx(const char *s) in stoupperx() 84 const char *s = initial_sid_to_string[i]; in main() local 93 static char s[] = "SOCKET"; in main() local
|
/scripts/dtc/ |
D | util.c | 25 char *xstrdup(const char *s) in xstrdup() 109 const char *s = data; in util_is_printable_string() local 143 static char get_oct_char(const char *s, int *i) in get_oct_char() 166 static char get_hex_char(const char *s, int *i) in get_hex_char() 183 char get_escape_char(const char *s, int *i) in get_escape_char() 374 const char *s; in utilfdt_print_data() local
|
D | util.h | 24 #define stringify(s) stringify_(s) argument 25 #define stringify_(s) #s argument
|
D | fdtdump.c | 59 const char *p, *s, *t; in dump_blob() local
|
D | dtc.c | 116 const char *s; in guess_type_by_name() local
|
D | treesource.c | 49 static void write_propval_string(FILE *f, const char *s, size_t len) in write_propval_string()
|
D | fdtget.c | 57 const char *s; in show_data() local
|
D | data.c | 56 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
|
/scripts/mod/ |
D | mk_elfconfig.c | 11 union { short s; char c[2]; } endian_test; in main() member
|
D | modpost.c | 205 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local 231 struct symbol *s; in find_symbol() local 293 static enum export export_no(const char *s) in export_no() 363 struct symbol *s = find_symbol(symname); in sym_update_namespace() local 387 struct symbol *s = find_symbol(name); in sym_add_exported() local 411 struct symbol *s = find_symbol(name); in sym_update_crc() local 455 char *s = line; in get_next_line() local 825 static int strrcmp(const char *s, const char *sub) in strrcmp() 1400 static char *sec2annotation(const char *s) in sec2annotation() 1437 const char *const *s = list; in print_section_list() local [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/ |
D | namespace.pl | 165 s:^\./::; label
|
D | kallsyms.c | 110 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol() 177 static int symbol_in_range(struct sym_entry *s, struct addr_range *ranges, in symbol_in_range() 193 static int symbol_valid(struct sym_entry *s) in symbol_valid() 325 static int symbol_absolute(struct sym_entry *s) in symbol_absolute()
|
D | insert-sys-cert.c | 94 struct sym *s) in get_symbol_from_map() 158 char *name, struct sym *s) in get_symbol_from_table() 260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym()
|
/scripts/dtc/libfdt/ |
D | fdt_strerror.c | 52 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
D | fdt_sw.c | 242 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_() 260 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 268 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
D | fdt.c | 265 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
D | fdt_rw.c | 95 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 115 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
D | fdt_ro.c | 14 const char *s, int len) in fdt_nodename_eq_() 39 const char *s, *n; in fdt_get_string() local 94 const char *s, int len) in fdt_string_eq_()
|
/scripts/basic/ |
D | fixdep.c | 232 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() 299 static int is_ignored_file(const char *s, int len) in is_ignored_file()
|
/scripts/genksyms/ |
D | genksyms.c | 125 static unsigned long partial_crc32(const char *s, unsigned long crc) in partial_crc32() 132 static unsigned long crc32(const char *s) in crc32() 329 void free_list(struct string_list *s, struct string_list *e) in free_list()
|
/scripts/kconfig/lxdialog/ |
D | textbox.c | 248 const char *s; in dialog_textbox() local
|