Searched refs:freep (Results 1 – 5 of 5) sorted by relevance
/third_party/elfutils/libdwelf/ |
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/ |
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/ |
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 7 Some targets (e.g. athlons) prefer freep to fstp ST(0):
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 253 FTSENT *freep, *p; in fts_close() local 263 freep = p; in fts_close() 265 free(freep); in fts_close()
|