Searched refs:FREEPTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/tnftp/src/
H A Dfetch.c232 FREEPTR(clear);
233 FREEPTR(realm);
358 FREEPTR(*uuser);
361 FREEPTR(*pass);
362 FREEPTR(*host);
363 FREEPTR(*port);
364 FREEPTR(*path);
650 FREEPTR(np_copy);
675 FREEPTR(phost);
676 FREEPTR(ppor
[all...]
H A Dutil.c401 FREEPTR(fuser);
403 FREEPTR(pass);
439 FREEPTR(fuser);
495 FREEPTR(fuser);
498 FREEPTR(pass);
501 FREEPTR(facct);
H A Dftp_var.h330 #define FREEPTR(x) if ((x) != NULL) { free(x); (x) = NULL; } macro
H A Dcmds.c2705 FREEPTR(o->value);
2731 FREEPTR(o->value);

Completed in 116 milliseconds