Searched refs:pfree (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/ctfconv/ |
H A D | pool.h | 57 pfree(struct pool *pp, void *p) in pfree() function 65 #define pfree(a, b) free(b) macro
|
H A D | dw.c | 321 pfree(&dav_pool, dav); in dw_attr_parse() 336 pfree(&dav_pool, dav); in dw_attr_purge() 406 pfree(&die_pool, die); in dw_die_purge() 477 pfree(&dat_pool, dat); in dw_dabq_purge() 480 pfree(&dab_pool, dab); in dw_dabq_purge() 584 pfree(&dcu_pool, dcu); in dw_dcu_free()
|
H A D | parse.c | 313 pfree(&im_pool, im); in it_free() 317 pfree(&it_pool, it); in it_free() 409 pfree(&ir_pool, ir); in ir_purge() 578 pfree(&ir_pool, ir); in cu_merge()
|
/openbsd/libexec/ftpd/ |
H A D | popen.c | 104 goto pfree; in ftpd_ls() 126 pfree: in ftpd_ls()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/ |
H A D | 920923-1.c | 36 int pfree=0; variable
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | strstream | 63 void (*pfree)(void*); // exposition only
|