Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dfetch.c1539 char *nextpart; in fetch_ftp() local
1603 nextpart = strchr(dir, '/'); in fetch_ftp()
1604 if (nextpart) { in fetch_ftp()
1605 *nextpart = '\0'; in fetch_ftp()
1606 nextpart++; in fetch_ftp()
1610 nextpart = NULL; in fetch_ftp()
1612 STRorNULL(dir), STRorNULL(nextpart)); in fetch_ftp()
1632 dir = nextpart; in fetch_ftp()