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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dxmalloc.c90 xfree (string) function
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dxmalloc.h50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
69 #define xfree(ptr) free(ptr) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dxmalloc.c78 xfree(void *ptr) function
H A Dnamespace.h30 #define xfree ssh_free macro
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dxmalloc.c86 xfree(void *ptr) function
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dxmalloc.c305 xfree(void *cp) function
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dretest.c37 #define xfree free macro
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dawk.h33 #define xfree(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } } macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Das.h178 #define xfree free macro
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dcsh.h92 #define xfree(p) Free(p) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_vmem.c238 #define xfree(p, sz) free(p) macro
245 #define xfree(p, sz) kmem_free(p, sz); macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcp-name-parser.c3916 xfree (void *ptr) function
H A Dutils.c1529 xfree (void *ptr) function
[all...]
H A Dbreakpoint.c9368 xfree); local
[all...]

Completed in 381 milliseconds