Searched defs:FREE (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistlib.h61 # define FREE(x) if (x) free (x) macro
H A Drldefs.h152 # define FREE(x) if (x) free (x) macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistlib.h61 # define FREE(x) if (x) free (x) macro
H A Drldefs.h146 # define FREE(x) if (x) free (x) macro
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dxmbsrtowcs.c33 # define FREE(x) do { if (x) free (x); } while (0) macro
H A Dglob.c69 # define FREE(x) if (x) free (x) macro
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dgammacurve.c73 FREE, enumerator in enum:__anon5068
/haiku-fatelf/src/bin/bash/
H A Dgeneral.h153 #define FREE(s) do { if (s) free (s); } while (0) macro
/haiku-fatelf/src/bin/gzip/
H A Dgzip.h107 # define FREE(array) {if (array != NULL) fcfree(array), array=NULL;} macro
112 # define FREE(array) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince-stub.c33 #define FREE(s) LocalFree ((HLOCAL)(s)) macro
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c826 #define FREE(x) if (x) free(x) macro
/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib_p.h61 #define FREE(p) memput((p), sizeof *(p)) macro
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c134 # define FREE(x) if (x) free (x) macro
/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.c109 #define FREE(p) {if (p) {free(p); (p)= NULL;}} macro
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsom.c6363 #define FREE macro
6375 #undef FREE macro
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlparse.c547 #define FREE(p) (parser->m_mem.free_fcn((p))) macro
[all...]

Completed in 117 milliseconds