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

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h183 #define FREEPTR(x) if (x) { \ macro
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dftp_var.h323 #define FREEPTR(x) if ((x) != NULL) { free(x); (x) = NULL; } macro

Completed in 111 milliseconds