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

/freebsd-10.1-release/contrib/tnftp/src/
H A Dfetch.c1539 char *nextpart; local
1603 nextpart = strchr(dir, '/');
1604 if (nextpart) {
1605 *nextpart = '\0';
1606 nextpart++;
1610 nextpart = NULL;
1611 DPRINTF("fetch_ftp: dir `%s', nextpart `%s'\n",
1612 STRorNULL(dir), STRorNULL(nextpart));
1632 dir = nextpart;

Completed in 100 milliseconds