Searched refs:nextpart (Results 1 – 1 of 1) sorted by relevance
1539 char *nextpart; in fetch_ftp() local1603 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()