HomeSort by: relevance | last modified time | path
    Searched refs:ftp_home (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/fetch/dist/libfetch/
common.h 84 char *ftp_home; member in struct:fetchconn
ftp.c 315 if (conn->ftp_home == NULL && strchr(path, '/') == NULL &&
324 if (conn->ftp_home == NULL && (conn->ftp_home = strdup(pwd)) == NULL) {
333 } else if (strcmp(conn->ftp_home, "/") == 0) {
336 if (asprintf(&dst, "%s/%s", conn->ftp_home, path) == -1)
common.c 241 conn->ftp_home = NULL;
824 free(conn->ftp_home);

Completed in 46 milliseconds