Searched defs:c (Results 1 – 13 of 13) sorted by relevance
/scripts/dtc/ |
A D | checks.c | 24 #define TRACE(c, ...) \ argument 31 #define TRACE(c, fmt, ...) do { } while (0) argument 100 #define FAIL(c, dti, node, ...) \ argument 107 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 126 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 1145 static void check_property_phandle_args(struct check *c, in check_property_phandle_args() 1222 static void check_provider_cells_property(struct check *c, in check_provider_cells_property() 1278 static void check_gpios_property(struct check *c, in check_gpios_property() 1340 static void check_interrupts_property(struct check *c, in check_interrupts_property() 1665 struct check *c = check_table[i]; in parse_checks_option() local [all …]
|
A D | livetree.c | 452 struct node *c; in get_property_by_label() local 479 struct node *c; in get_marker_label() local 797 struct node *c; in sort_node() local 839 struct node *c; in any_label_tree() local 856 struct node *c; in generate_label_tree_internal() local 893 struct node *c; in any_fixup_tree() local 938 struct node *c; in generate_fixups_tree_internal() local 958 struct node *c; in any_local_fixup_tree() local 1019 struct node *c; in generate_local_fixups_tree_internal() local
|
A D | treesource.c | 57 static bool isstring(char c) in isstring() 80 char c = str[i]; in write_propval_string() local
|
A D | dtc.h | 187 #define for_each_child_withdel(n, c) \ argument 190 #define for_each_child(n, c) \ argument
|
A D | data.c | 81 char c = s[i++]; in data_copy_escape_string() local
|
A D | util.c | 192 char c = s[*i]; in get_escape_char() local
|
/scripts/dtc/libfdt/ |
A D | fdt_addresses.c | 16 const fdt32_t *c; in fdt_cells() local
|
/scripts/basic/ |
A D | fixdep.c | 129 static void xputchar(int c) in xputchar() 145 int c, prev_c = '/', i; in print_dep() local
|
/scripts/kconfig/ |
A D | preprocess.c | 492 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() 536 static bool is_end_of_str(char c) in is_end_of_str() 556 static bool is_end_of_token(char c) in is_end_of_token()
|
A D | confdata.c | 229 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() 255 int c = getc(stream); in compat_getline() local 911 char *s, *d, c; in conf_split_config() local
|
A D | mconf.c | 754 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 763 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
|
A D | nconf.c | 1021 char c = (char) key; in do_match() local
|
/scripts/kconfig/lxdialog/ |
A D | util.c | 521 int i, in_paren = 0, c; in first_alpha() local
|
Completed in 48 milliseconds