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

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

Completed in 167 milliseconds