Home
last modified time | relevance | path

Searched defs:FREE (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/sys/arch/sparc64/include/
H A Dloadfile_machdep.h54 #define FREE(a, b) free(a, b) macro
64 #define FREE(a, b) free(a) macro
/openbsd/sys/arch/hppa/include/
H A Dloadfile_machdep.h57 #define FREE(a, b) free(a, b) macro
73 #define FREE(a, b) free(a) macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031031-2.c5 INITIAL = 0, FREE, enumerator
/openbsd/sys/arch/luna88k/include/
H A Dloadfile_machdep.h47 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/loongson/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/octeon/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/arm64/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/armv7/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/macppc/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/riscv64/include/
H A Dloadfile_machdep.h51 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/landisk/include/
H A Dloadfile_machdep.h49 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/alpha/include/
H A Dloadfile_machdep.h48 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/i386/include/
H A Dloadfile_machdep.h53 #define FREE(a, b) free(a, b) macro
/openbsd/sys/arch/amd64/include/
H A Dloadfile_machdep.h59 #define FREE(a, b) free(a, b) macro
/openbsd/gnu/lib/libreadline/
H A Dhistlib.h73 # define FREE(x) if (x) free (x) macro
H A Drldefs.h159 # define FREE(x) if (x) free (x) macro
/openbsd/sys/dev/pci/drm/i915/
H A Di915_params.c319 #define FREE(T, x, ...) _param_free(&params->x); in i915_params_free() macro
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c826 #define FREE(x) if (x) free(x) macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c33 #define FREE(s) LocalFree ((HLOCAL)(s)) macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf.h60 #define FREE(PTR) free(PTR) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra.h40 INITIAL = 0, FREE, enumerator
/openbsd/gnu/gcc/gcc/
H A Dbb-reorder.c149 #define FREE(P) (gcc_assert (P), free (P), P = 0) macro
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h29 # define FREE(ptr) ((ptr) ? (void) free((void *) ptr) : (void) 0) macro
/openbsd/sys/dev/pv/
H A Dif_vio.c236 FREE, INUSE, DONE, RESET enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c6295 #define FREE(x) if (x != NULL) { free (x); x = NULL; } macro

12