Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dutil.c53 void str_append(struct gstr *gs, const char *s) in str_append()
70 char s[10000]; /* big enough... */ in str_printf() local
110 char *xstrdup(const char *s) in xstrdup()
121 char *xstrndup(const char *s, size_t n) in xstrndup()
A Dconfdata.c104 static void conf_default_message_callback(const char *s) in conf_default_message_callback()
113 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback()
911 char *s, *d, c; in conf_split_config() local
A Dlkc.h108 char *s; member
A Dmconf.c774 static void conf_message_callback(const char *s) in conf_message_callback()
A Dqconf.cc1523 QString s = QFileDialog::getOpenFileName(this, "", conf_get_configname()); in loadConfig() local
1542 QString s = QFileDialog::getSaveFileName(this, "", conf_get_configname()); in saveConfigAs() local
A Dexpr.c988 signed long long s; member
A Dsymbol.c796 static unsigned strhash(const char *s) in strhash()
A Dexpr.h51 #define expr_list_for_each_sym(l, e, s) \ argument
A Dnconf.c1211 static void conf_message_callback(const char *s) in conf_message_callback()
/scripts/dtc/
A Dutil.c39 char *xstrdup(const char *s) in xstrdup()
49 char *xstrndup(const char *s, size_t n) in xstrndup()
116 const char *s = data; in util_is_printable_string() local
150 static char get_oct_char(const char *s, int *i) in get_oct_char()
173 static char get_hex_char(const char *s, int *i) in get_hex_char()
190 char get_escape_char(const char *s, int *i) in get_escape_char()
391 const char *s; in utilfdt_print_data() local
A Dutil.h38 #define stringify(s) stringify_(s) argument
39 #define stringify_(s) #s argument
A Ddtc.c124 const char *s; in guess_type_by_name() local
A Ddata.c71 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
A Ddtc.h69 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) argument
A Dchecks.c653 const char *s = strrchr(prop->name, '-'); in check_names_is_string_list() local
/scripts/dtc/libfdt/
A Dfdt_strerror.c52 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
A Dfdt_sw.c252 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_()
270 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_()
278 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
A Dfdt.c295 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
A Dfdt_rw.c99 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_()
128 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
A 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_()
A Dfdt_overlay.c699 const char *s, *e; in overlay_symbol_update() local
/scripts/basic/
A Dfixdep.c229 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with()
316 static int is_ignored_file(const char *s, int len) in is_ignored_file()
/scripts/kconfig/lxdialog/
A Dtextbox.c247 const char *s; in dialog_textbox() local

Completed in 36 milliseconds