Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dxmalloc.c69 xfree(void *ptr) in xfree() function
/titanic_41/usr/src/lib/libmp/common/
H A Dold_mp.c64 void xfree(MINT *c) { _mp_xfree(c); } in xfree() function
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h125 #define xfree(p) free(p) macro
/titanic_41/usr/src/cmd/csh/
H A Dsh.misc.c506 xfree(void *ptr) in xfree() function
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c710 xfree(char *cp) in xfree() function
/titanic_41/usr/src/cmd/awk/
H A Dawk.h43 #define xfree(a) { if ((a) != NULL) { free(a); a = NULL; } } macro