Searched refs:ftp_home (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dcommon.h76 char *ftp_home; member in struct:fetchconn
H A Dftp.c310 if (conn->ftp_home == NULL && strchr(path, '/') == NULL &&
319 if (conn->ftp_home == NULL && (conn->ftp_home = strdup(pwd)) == NULL) {
328 } else if (strcmp(conn->ftp_home, "/") == 0) {
331 asprintf(&dst, "%s/%s", conn->ftp_home, path);
H A Dcommon.c234 conn->ftp_home = NULL;
715 free(conn->ftp_home);

Completed in 53 milliseconds