Searched defs:xfree (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/libreadline/
H A Dxmalloc.c83 xfree (string) function
/freebsd-10-stable/usr.bin/grep/regex/
H A Dxmalloc.h52 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
71 #define xfree(ptr) free(ptr) macro
/freebsd-10-stable/contrib/ldns/drill/
H A Ddrill_util.c306 xfree(void *p) function
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dst.c99 #define xfree free macro
/freebsd-10-stable/contrib/one-true-awk/
H A Dawk.h33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } macro
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh1.c483 xfree(s) function
/freebsd-10-stable/contrib/binutils/gas/
H A Das.h231 #define xfree free macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dutils.c1144 xfree (void *ptr) function
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h494 # define xfree sfree macro
499 # define xfree free macro

Completed in 119 milliseconds