/scripts/dtc/ |
D | checks.c | 24 #define TRACE(c, ...) \ argument 31 #define TRACE(c, fmt, ...) do { } while (0) argument 104 static inline void check_msg(struct check *c, const char *fmt, ...) in check_msg() 119 #define FAIL(c, ...) \ argument 126 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props() 145 static bool run_check(struct check *c, struct node *dt) in run_check() 192 static inline void check_always_fail(struct check *c, struct node *dt) in check_always_fail() 198 static void check_is_string(struct check *c, struct node *root, in check_is_string() 217 static void check_is_cell(struct check *c, struct node *root, in check_is_cell() 240 static void check_duplicate_node_names(struct check *c, struct node *dt, in check_duplicate_node_names() [all …]
|
D | treesource.c | 57 static bool isstring(char c) in isstring() 80 char c = str[i]; in write_propval_string() local
|
D | livetree.c | 384 struct node *c; in get_property_by_label() local 411 struct node *c; in get_marker_label() local 699 struct node *c; in sort_node() local
|
D | dtc.h | 177 #define for_each_child_withdel(n, c) \ argument 180 #define for_each_child(n, c) \ argument
|
D | fdtget.c | 316 int c = getopt(argc, argv, "d:hlpt:"); in main() local
|
D | fdtput.c | 309 int c = getopt(argc, argv, "chpt:v"); in main() local
|
D | data.c | 81 char c = s[i++]; in data_copy_escape_string() local
|
D | util.c | 151 char c = s[*i]; in get_escape_char() local
|
D | flattree.c | 150 char c = 0; in asm_emit_string() local
|
/scripts/ |
D | pnmtologo.c | 86 int c, val; in get_number() local 208 static inline int is_black(struct color c) in is_black() 213 static inline int is_white(struct color c) in is_white() 218 static inline int is_gray(struct color c) in is_gray()
|
D | kallsyms.c | 308 int c, rlen, total=0; in expand_symbol() local 606 unsigned int i, j, c; in insert_real_symbols_in_table() local
|
D | recordmcount.c | 549 int c; in main() local
|
D | docproc.c | 568 int c; in main() local
|
D | unifdef.c | 235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') argument 366 const char *c = copyright; in version() local
|
D | asn1_compiler.c | 1216 const struct element *c; in dump_element() local
|
/scripts/mod/ |
D | mk_elfconfig.c | 10 union { short s; char c[2]; } endian_test; in main() member
|
D | sumversion.c | 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 90 uint32_t a, b, c, d; in md4_transform() local 225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
|
D | file2alias.c | 263 unsigned long long c, dec = 0; in incbcd() local
|
/scripts/kconfig/ |
D | confdata.c | 197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() 223 int c = getc(stream); in compat_getline() local 845 char *s, *d, c; in conf_split_config() local
|
D | mconf.c | 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
|
D | lkc.h | 17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } in bind_textdomain_codeset()
|
D | nconf.c | 1021 char c = (char) key; in do_match() local
|
/scripts/genksyms/ |
D | genksyms.c | 132 static unsigned long partial_crc32_one(unsigned char c, unsigned long crc) in partial_crc32_one() 426 int c, in_string = 0; in read_node() local
|
/scripts/basic/ |
D | fixdep.c | 142 int c, i; in print_config() local
|
/scripts/kconfig/lxdialog/ |
D | util.c | 534 int i, in_paren = 0, c; in first_alpha() local
|