Home
last modified time | relevance | path

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

12

/scripts/dtc/
Dutil.c39 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
Dfdtdump.c58 const char *p, *s, *t; in dump_blob() local
Ddtc.c126 const char *s; in guess_type_by_name() local
Dfdtget.c71 const char *s; in show_data() local
Ddata.c71 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
/scripts/selinux/genheaders/
Dgenheaders.c26 static char *stoupperx(const char *s) in stoupperx()
86 const char *s = initial_sid_to_string[i]; in main() local
/scripts/kconfig/
Dutil.c101 void str_append(struct gstr *gs, const char *s) in str_append()
118 char s[10000]; /* big enough... */ in str_printf() local
Dlkc.h121 char *s; member
Dexpr.c889 signed long long s; member
Dqconf.cc1524 QString s = QFileDialog::getOpenFileName(this, "", conf_get_configname()); in loadConfig() local
1543 QString s = QFileDialog::getSaveFileName(this, "", conf_get_configname()); in saveConfigAs() local
Dexpr.h51 #define expr_list_for_each_sym(l, e, s) \ argument
/scripts/
Dnamespace.pl163 s:^\./::; label
Dkallsyms.c112 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()
Ddocproc.c332 char *s; in docsect() local
446 char * s; in parse_file() local
/scripts/mod/
Dmk_elfconfig.c10 union { short s; char c[2]; } endian_test; in main() member
Dmodpost.c195 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 …]
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
/scripts/dtc/libfdt/
Dfdt_strerror.c95 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
Dfdt.c230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
Dfdt_sw.c200 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string()
Dfdt_ro.c59 const char *s, int len) in _fdt_nodename_eq()
84 const char *s, int len) in _fdt_string_eq()
Dfdt_rw.c152 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string()
/scripts/basic/
Dfixdep.c254 static int strrcmp(char *s, char *sub) in strrcmp()
306 char s[PATH_MAX]; in parse_dep_file() local
/scripts/genksyms/
Dgenksyms.c137 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/
Dtextbox.c261 const char *s; in dialog_textbox() local

12