Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 40) sorted by relevance

12

/scripts/kconfig/
Dutil.c84 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
Dconfdata.c94 char *p; in make_parent_dir() local
234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
355 char *p, *p2; in conf_read_simple() local
616 const char *p = value; in kconfig_print_comment() local
688 const char *p = value; in header_print_comment() local
1250 int n, p[3]; in conf_set_all_new_symbols() local
Dpreprocess.c143 FILE *p; in do_shell() local
348 char *tmp, *name, *res, *endptr, *prev, *p; in eval_clause() local
455 const char *p = *str; in expand_dollar_with_args() local
498 const char *in, *p; in __expand_string() local
Dparser.y577 const char *p; in print_quoted_string() local
/scripts/dtc/
Dfdtdump.c18 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) argument
19 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) argument
24 const char *p = data; in print_data() local
59 const char *p, *s, *t; in dump_blob() local
Dtreesource.c102 static void write_propval_int(FILE *f, const char *p, size_t len, size_t width) in write_propval_int()
166 const char *p = prop->val.val; in guess_value_type() local
231 const char *p = &prop->val.val[m->offset]; in write_propval() local
Dlivetree.c75 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
830 struct property *p; in generate_label_tree_internal() local
Ddata.c107 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()
Dflattree.c434 const char *p; in dump_stringtable_asm() local
576 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
609 const char *p = inb->ptr; in flat_read_string() local
646 const char *p; in flat_read_stringtable() local
804 char *p; in dt_from_blob() local
Dutil.h48 static inline void *xrealloc(void *p, size_t len) in xrealloc()
Dutil.c38 char *p; in xavsprintf_append() local
400 const unsigned char *p = (const unsigned char *)data; in utilfdt_print_data() local
/scripts/
Dconmakehash.c33 char *p = *p0; in getunicode() local
84 char *p, *p1; in main() local
Dunifdef.c746 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()
Dspdxcheck.py148 def p_expr(self, p): argument
156 def p_error(self, p): argument
/scripts/dtc/libfdt/
Dfdt_rw.c54 char *p = splicepoint; in fdt_splice_() local
67 static int fdt_splice_mem_rsv_(void *fdt, struct fdt_reserve_entry *p, in fdt_splice_mem_rsv_()
80 static int fdt_splice_struct_(void *fdt, void *p, in fdt_splice_struct_()
104 void *p = (char *)fdt in fdt_splice_string_() local
118 const char *p; in fdt_find_add_string_() local
Dfdt.c131 const char *p; in fdt_next_tag() local
269 const char *p; in fdt_find_string_() local
Dlibfdt_env.h87 const char *p = memchr(string, 0, max_count); in fdt_strnlen() local
Dfdt_ro.c17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() local
97 const char *p = fdt_get_string(fdt, stroffset, &slen); in fdt_string_eq_() local
238 const char *p = path; in fdt_path_offset_namelen() local
522 int pdepth = 0, p = 0; in fdt_get_path() local
684 const char *p; in fdt_stringlist_contains() local
Dfdt_wip.c53 fdt32_t *p; in fdt_nop_region_() local
Dfdt_sw.c272 const char *p; in fdt_find_add_string_() local
331 char *p = (char *)fdt; in fdt_finish() local
/scripts/kconfig/lxdialog/
Dutil.c583 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/
Dparse.y27 remove_node(struct string_list **p) in remove_node()
/scripts/selinux/genheaders/
Dgenheaders.c32 char *p; in stoupperx() local
/scripts/basic/
Dfixdep.c242 static void parse_config_file(const char *p) in parse_config_file()
313 char *p; in parse_dep_file() local
/scripts/mod/
Dsumversion.c202 char *p = (char *)mctx->block + offset; in md4_final_ascii() local
335 char* p = line; in parse_source_files() local

12