Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
HDfetch.c2330 char *uargv[4], *path, *pathsep; in auto_put() local
2340 pathsep = NULL; in auto_put()
2360 pathsep = strrchr(path, '/'); in auto_put()
2361 if (pathsep == NULL) { in auto_put()
2362 pathsep = strrchr(path, ':'); in auto_put()
2363 if (pathsep == NULL) { in auto_put()
2367 pathsep++; in auto_put()
2368 uargv[2] = ftp_strdup(pathsep); in auto_put()
2369 pathsep[0] = '/'; in auto_put()
2371 uargv[2] = ftp_strdup(pathsep + 1); in auto_put()
[all …]