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

/macosx-10.10/uucp-11/uucp/lib/
H A Dxfree.c10 xfree (p) function
/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dxmalloc.c89 xfree (string) function
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dxmalloc.c83 xfree (string) function
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dxmalloc.h50 #define xfree(x) sh_xfree((x), __FILE__, __LINE__) macro
H A Dxmalloc.c127 xfree (string) function
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dxmalloc.h50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
69 #define xfree(ptr) free(ptr) macro
/macosx-10.10/OpenSSH-189/openssh/
H A Dxmalloc.c77 xfree(void *ptr) function
/macosx-10.10/ruby-106/ruby/missing/
H A Dalloca.c62 #define xfree ruby_xfree macro
/macosx-10.10/emacs-93/emacs/src/s/
H A Dvms.h255 #define xfree macro
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Ddefines.h69 #define xfree ruby_xfree macro
/macosx-10.10/awk-20/src/
H A Dawk.h33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darray.c616 int xfree = (ap->fixed||is_associative(ap))?0:array_isbit(aq->bits,aq->cur,ARRAY_NOFREE); local
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c1769 xfree(x) function
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h480 # define xfree sfree macro
485 # define xfree free macro
/macosx-10.10/emacs-93/emacs/lib-src/
H A Debrowse.c595 xfree (p) function
/macosx-10.10/ruby-106/ruby/
H A Dregint.h102 #undef xfree macro
125 #define xfree free macro
/macosx-10.10/emacs-93/emacs/src/
H A Dalloc.c791 xfree (block) function

Completed in 222 milliseconds