| /scripts/kconfig/ |
| A D | util.c | 53 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 D | confdata.c | 104 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 D | lkc.h | 108 char *s; member
|
| A D | mconf.c | 774 static void conf_message_callback(const char *s) in conf_message_callback()
|
| A D | qconf.cc | 1523 QString s = QFileDialog::getOpenFileName(this, "", conf_get_configname()); in loadConfig() local 1542 QString s = QFileDialog::getSaveFileName(this, "", conf_get_configname()); in saveConfigAs() local
|
| A D | expr.c | 988 signed long long s; member
|
| A D | symbol.c | 796 static unsigned strhash(const char *s) in strhash()
|
| A D | expr.h | 51 #define expr_list_for_each_sym(l, e, s) \ argument
|
| A D | nconf.c | 1211 static void conf_message_callback(const char *s) in conf_message_callback()
|
| /scripts/dtc/ |
| A D | util.c | 39 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 D | util.h | 38 #define stringify(s) stringify_(s) argument 39 #define stringify_(s) #s argument
|
| A D | dtc.c | 124 const char *s; in guess_type_by_name() local
|
| A D | data.c | 71 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
|
| A D | dtc.h | 69 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) argument
|
| A D | checks.c | 653 const char *s = strrchr(prop->name, '-'); in check_names_is_string_list() local
|
| /scripts/dtc/libfdt/ |
| A D | fdt_strerror.c | 52 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
| A D | fdt_sw.c | 252 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 D | fdt.c | 295 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
| A D | fdt_rw.c | 99 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 D | fdt_ro.c | 14 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 D | fdt_overlay.c | 699 const char *s, *e; in overlay_symbol_update() local
|
| /scripts/basic/ |
| A D | fixdep.c | 229 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 D | textbox.c | 247 const char *s; in dialog_textbox() local
|