Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tnftp/src/
H A Dfetch.c232 FREEPTR(clear); in auth_url()
233 FREEPTR(realm); in auth_url()
1333 FREEPTR(pass); in fetch_url()
1334 FREEPTR(host); in fetch_url()
1335 FREEPTR(port); in fetch_url()
1336 FREEPTR(path); in fetch_url()
1342 FREEPTR(auth); in fetch_url()
1687 FREEPTR(port); in fetch_ftp()
1688 FREEPTR(host); in fetch_ftp()
1689 FREEPTR(path); in fetch_ftp()
[all …]
H A Dutil.c401 FREEPTR(fuser); in ftp_login()
403 FREEPTR(pass); in ftp_login()
439 FREEPTR(fuser); in ftp_login()
495 FREEPTR(fuser); in ftp_login()
498 FREEPTR(pass); in ftp_login()
501 FREEPTR(facct); in ftp_login()
H A Dftp_var.h330 #define FREEPTR(x) if ((x) != NULL) { free(x); (x) = NULL; } macro
H A Dcmds.c2705 FREEPTR(o->value); in set_option()
2731 FREEPTR(o->value); in unsetoption()