Searched refs:freep (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 292 copystrings (Dwelf_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument 295 copystrings (nodep->left, freep, offsetp); in copystrings() 299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len); in copystrings() 310 copystrings (nodep->right, freep, offsetp); in copystrings()
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages02.c | 50 long long node_size, freep; in print_mem_stats() local 64 node_size = numa_node_size64(node, &freep); in print_mem_stats() 66 node, node_size, freep); in print_mem_stats()
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 297 struct pppoe_softc **copp, *freep; in pppoe_destroy() local 303 for (copp = &pppoe_softc_list; (freep = *copp); copp = &freep->next) { in pppoe_destroy() 304 if (freep == sc) { in pppoe_destroy() 305 *copp = freep->next; in pppoe_destroy()
|
/third_party/eudev/src/shared/ |
H A D | util.h | 285 static inline void freep(void *p) { in freep() function 299 #define _cleanup_free_ _cleanup_(freep)
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 253 FTSENT *freep, *p; in fts_close() local 263 freep = p; in fts_close() 265 free(freep); in fts_close()
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 1726 char *varname, *prefix, *freep = str; in tplg_evaluate_config_string() local 1801 free(freep); in tplg_evaluate_config_string() 1809 free(freep); in tplg_evaluate_config_string()
|
Completed in 7 milliseconds