Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 34) sorted by relevance

12

/scripts/kconfig/
Dutil.c52 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()
Dlkc.h68 char *s; member
Dconfdata.c169 static void conf_default_message_callback(const char *s) in conf_default_message_callback()
178 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback()
/scripts/selinux/genheaders/
Dgenheaders.c29 static char *stoupperx(const char *s) in stoupperx()
76 const char *s = initial_sid_to_string[i]; in main() local
90 static char s[] = "SOCKET"; in main() local
/scripts/dtc/
Dutil.c26 char *xstrdup(const char *s) in xstrdup()
36 char *xstrndup(const char *s, size_t n) in xstrndup()
121 const char *s = data; in util_is_printable_string() local
155 static char get_oct_char(const char *s, int *i) in get_oct_char()
178 static char get_hex_char(const char *s, int *i) in get_hex_char()
195 char get_escape_char(const char *s, int *i) in get_escape_char()
386 const char *s; in utilfdt_print_data() local
Dutil.h29 #define stringify(s) stringify_(s) argument
30 #define stringify_(s) #s argument
Ddtc.c116 const char *s; in guess_type_by_name() local
Dtreesource.c49 static void write_propval_string(FILE *f, const char *s, size_t len) in write_propval_string()
Dfdtget.c57 const char *s; in show_data() local
Ddata.c56 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
/scripts/mod/
Dmk_elfconfig.c11 union { short s; char c[2]; } endian_test; in main() member
Dsumversion.c46 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
Dmodpost.c252 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
282 struct symbol *s; in sym_find_with_module() local
374 struct symbol *s = find_symbol(name); in sym_add_exported() local
1138 struct symbol *s; in check_export_symbol() local
1541 static char *remove_dot(char *s) in remove_dot()
1763 void buf_write(struct buffer *buf, const char *s, int len) in buf_write()
1775 struct symbol *s, *exp; in check_exports() local
1946 struct symbol *s; in add_versions() local
1977 struct symbol *s; in add_depends() local
2130 struct symbol *s; in read_dump() local
/scripts/dtc/libfdt/
Dfdt_strerror.c53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
Dfdt_sw.c250 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_()
268 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_()
276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
Dfdt.c315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
Dfdt_ro.c14 const char *s, int len) in fdt_nodename_eq_()
40 const char *s, *n; in fdt_get_string() local
106 const char *s, int len) in fdt_string_eq_()
Dfdt_rw.c98 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_()
127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
/scripts/basic/
Dfixdep.c180 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with()
247 static int is_ignored_file(const char *s, int len) in is_ignored_file()
253 static int is_no_parse_file(const char *s, int len) in is_no_parse_file()
/scripts/
Dkallsyms.c83 static char *sym_name(const struct sym_entry *s) in sym_name()
191 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range()
207 static int symbol_valid(const struct sym_entry *s) in symbol_valid()
337 static int symbol_absolute(const struct sym_entry *s) in symbol_absolute()
342 static void cleanup_symbol_name(char *s) in cleanup_symbol_name()
Dinsert-sys-cert.c94 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()
Dsorttable.h266 Elf_Shdr *s, *shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff)); in do_sort() local
/scripts/genksyms/
Dgenksyms.c125 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/
Dtextbox.c345 const char *s; in dialog_textbox() local
/scripts/gcc-plugins/
Dgcc-common.h424 static inline void debug_gimple_stmt(const_gimple s) in debug_gimple_stmt()
430 #define debug_gimple_stmt(s) debug_gimple_stmt(CONST_CAST_GIMPLE(s)) argument

12