HomeSort by: relevance | last modified time | path
    Searched defs:FREEPTR (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.h 184 #define FREEPTR(x) if (x) { \
  /src/usr.bin/ftp/
ftp_var.h 339 #define FREEPTR(x) if ((x) != NULL) { free(x); (x) = NULL; }

Completed in 11 milliseconds