Home
last modified time | relevance | path

Searched defs:FREEP (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dlookup.cpp541 #define FREEP(p) do { if (p) free(p); } while (0) macro
H A Dispell_checker.cpp121 #define FREEP(p) do { if (p) free(p); } while (0) macro
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_types.h253 #define FREEP(p) do { if (p) { g_free((void *)p); (p)=NULL; } } while (0) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_accessors.h979 #define LFS_GET_HEADFREE(FS, CIP, BP, FREEP) do { \ argument
1000 #define LFS_GET_TAILFREE(FS, CIP, BP, FREEP) do { \ argument