Home
last modified time | relevance | path

Searched defs:XFREE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h84 # define XFREE(p) free (p) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h70 # define XFREE(Var) \ macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxalloc.h75 # define XFREE(Var) \ macro
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h481 # define XFREE(x) dxfree(__FILE__,__LINE__,x) macro
489 # define XFREE(x) do { free((voidp)x); x = NULL;} while (0) macro
519 # define XFREE(x) do { free((voidp)x); x = NULL;} while (0) macro
/netbsd-src/external/bsd/libevent/dist/
H A Dwin32select.c57 #define XFREE(ptr) do { if (ptr) mm_free(ptr); } while (0) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.h114 #define XFREE free macro