Searched defs:new (Results 1 – 4 of 4) sorted by relevance
54 void *new = malloc(len); in xmalloc() local64 void *new = realloc(p, len); in xrealloc() local
29 struct label *new; in add_label() local55 struct property *new = xmalloc(sizeof(*new)); in build_property() local67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local102 struct node *new = xmalloc(sizeof(*new)); in build_node() local119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local381 struct reserve_info *new) in add_reserve_entry()
701 struct reserve_info *new; in flat_read_mem_reserve() local
132 char *new; in fdt_find_add_string_() local394 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_()
Completed in 8 milliseconds