Lines Matching refs:pathsep
1831 char *uargv[4], *path, *pathsep; in auto_put() local
1841 pathsep = NULL; in auto_put()
1861 pathsep = strrchr(path, '/'); in auto_put()
1862 if (pathsep == NULL) { in auto_put()
1863 pathsep = strrchr(path, ':'); in auto_put()
1864 if (pathsep == NULL) { in auto_put()
1868 pathsep++; in auto_put()
1869 uargv[2] = ftp_strdup(pathsep); in auto_put()
1870 pathsep[0] = '/'; in auto_put()
1872 uargv[2] = ftp_strdup(pathsep + 1); in auto_put()
1873 pathsep[1] = '\0'; in auto_put()