Home
last modified time | relevance | path

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

/trueos/usr.bin/grep/regex/
HDxmalloc.h52 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
71 #define xfree(ptr) free(ptr) macro
/trueos/contrib/libreadline/
HDxmalloc.c83 xfree (string) in xfree() function
/trueos/contrib/ldns/drill/
HDdrill_util.c306 xfree(void *p) in xfree() function
/trueos/contrib/binutils/gas/
HDas.h231 #define xfree free macro
/trueos/contrib/ofed/management/opensm/opensm/
HDst.c99 #define xfree free macro
/trueos/contrib/one-true-awk/
HDawk.h33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } macro
/trueos/release/picobsd/tinyware/msh/
HDsh1.c483 xfree(s) in xfree() function
/trueos/contrib/tcsh/
HDsh.h500 # define xfree sfree macro
505 # define xfree free macro
/trueos/contrib/gdb/gdb/
HDutils.c1144 xfree (void *ptr) in xfree() function