/scripts/kconfig/ |
D | util.c | 84 void *p = malloc(size); in xmalloc() local 93 void *p = calloc(nmemb, size); in xcalloc() local 100 void *xrealloc(void *p, size_t size) in xrealloc() 111 char *p; in xstrdup() local 122 char *p; in xstrndup() local
|
D | preprocess.c | 143 FILE *p; in do_shell() local 348 char *tmp, *name, *res, *endptr, *prev, *p; in eval_clause() local 458 const char *p = *str; in expand_dollar_with_args() local 501 const char *in, *p; in __expand_string() local
|
D | confdata.c | 96 char *p; in make_parent_dir() local 226 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 349 char *p, *p2; in conf_read_simple() local 648 const char *p; in escape_string_value() local
|
D | conf.c | 61 char *p = str; in strip() local 185 int n, p[3]; in conf_set_all_new_symbols() local
|
/scripts/dtc/ |
D | treesource.c | 102 static void write_propval_int(FILE *f, const char *p, size_t len, size_t width) in write_propval_int() 145 const char *p = prop->val.val; in guess_value_type() local 210 const char *p = &prop->val.val[m->offset]; in write_propval() local
|
D | dtc.h | 59 static inline uint16_t dtb_ld16(const void *p) in dtb_ld16() 67 static inline uint32_t dtb_ld32(const void *p) in dtb_ld32() 77 static inline uint64_t dtb_ld64(const void *p) in dtb_ld64() 246 #define for_each_property_withdel(n, p) \ argument 249 #define for_each_property(n, p) \ argument
|
D | livetree.c | 75 struct property *p = first; in reverse_properties() local 232 struct property *p; in add_orphan_node() local 268 struct property **p; in add_property() local 300 struct node **p; in add_child() local 343 struct property *p; in append_to_property() local 477 struct property *p; in get_marker_label() local 514 const char *p; in get_node_by_path() local 856 struct property *p; in generate_label_tree_internal() local
|
D | data.c | 107 struct data data_append_data(struct data d, const void *p, int len) in data_append_data() 116 const void *p, int len) in data_insert_at_marker()
|
D | flattree.c | 435 const char *p; in dump_stringtable_asm() local 577 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() 610 const char *p = inb->ptr; in flat_read_string() local 647 const char *p; in flat_read_stringtable() local 805 char *p; in dt_from_blob() local
|
D | util.h | 53 static inline void *xrealloc(void *p, size_t len) in xrealloc()
|
D | util.c | 50 char *p; in xavsprintf_append() local 412 const unsigned char *p = (const unsigned char *)data; in utilfdt_print_data() local
|
/scripts/dtc/libfdt/ |
D | libfdt_internal.h | 58 static inline uint32_t fdt32_ld_(const fdt32_t *p) in fdt32_ld_() 63 static inline uint64_t fdt64_ld_(const fdt64_t *p) in fdt64_ld_()
|
D | fdt_rw.c | 56 char *p = splicepoint; in fdt_splice_() local 70 static int fdt_splice_mem_rsv_(void *fdt, struct fdt_reserve_entry *p, in fdt_splice_mem_rsv_() 83 static int fdt_splice_struct_(void *fdt, void *p, in fdt_splice_struct_() 107 void *p = (char *)fdt in fdt_splice_string_() local 130 const char *p; in fdt_find_add_string_() local
|
D | fdt.c | 167 const char *p; in fdt_next_tag() local 319 const char *p; in fdt_find_string_() local
|
D | fdt_ro.c | 17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() local 109 const char *p = fdt_get_string(fdt, stroffset, &slen); in fdt_string_eq_() local 253 const char *p = path; in fdt_path_offset_namelen() local 544 int pdepth = 0, p = 0; in fdt_get_path() local 709 const char *p; in fdt_stringlist_contains() local
|
D | libfdt_env.h | 87 const char *p = memchr(string, 0, max_count); in fdt_strnlen() local
|
D | fdt_wip.c | 53 fdt32_t *p; in fdt_nop_region_() local
|
D | fdt_sw.c | 280 const char *p; in fdt_find_add_string_() local 339 char *p = (char *)fdt; in fdt_finish() local
|
/scripts/ |
D | unifdef.c | 746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() 750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() 753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() 756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() 759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() 762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq() 765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne() 768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or() 773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
|
D | spdxcheck.py | 178 def p_expr(self, p): argument 186 def p_error(self, p): argument
|
/scripts/kconfig/lxdialog/ |
D | util.c | 583 struct dialog_list *p, *next; in item_reset() local 596 struct dialog_list *p = malloc(sizeof(*p)); in item_make() local 659 struct dialog_list *p; in item_count() local 677 struct dialog_list *p; in item_n() local
|
/scripts/genksyms/ |
D | parse.y | 27 remove_node(struct string_list **p) in remove_node()
|
/scripts/basic/ |
D | fixdep.c | 190 static void parse_config_file(const char *p) in parse_config_file() 266 static void parse_dep_file(char *p, const char *target) in parse_dep_file()
|
/scripts/selinux/genheaders/ |
D | genheaders.c | 32 char *p; in stoupperx() local
|
/scripts/mod/ |
D | sumversion.c | 202 char *p = (char *)mctx->block + offset; in md4_final_ascii() local 329 char* p; in parse_source_files() local
|