Searched defs:SAFE_FREE (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Ddst_internal.h69 #define SAFE_FREE(a) if(a != NULL){memset(a,0, sizeof(*a)); free(a); a=NULL;} macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/dst/
H A Ddst_internal.h76 #define SAFE_FREE(a) \ macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pickup/
H A Dpickup.c502 #define SAFE_FREE(x) { if (x) myfree(x); } macro

Completed in 146 milliseconds