Searched defs:FREEPTR (Results 1 - 2 of 2) sorted by relevance

/src/usr.bin/ftp/
H A Dftp_var.h339 #define FREEPTR(x) if ((x) != NULL) { free(x); (x) = NULL; } macro
/src/usr.sbin/syslogd/
H A Dsyslogd.h184 #define FREEPTR(x) if (x) { \ macro

Completed in 4 milliseconds