HomeSort by: relevance | last modified time | path
    Searched defs:pathsep (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/tftpd/
tftpd.c 110 static char pathsep = '\0'; variable in typeref:typename:char
146 "Usage: %s [-bcdln] [-g group] [-p pathsep] [-s directory] [-u user] [directory ...]",
223 pathsep = optarg[0];
714 if (pathsep != '\0') {
716 if (*cp == pathsep)
  /src/usr.bin/ftp/
fetch.c 2431 char *uargv[4], *path, *pathsep; local in function:auto_put
2441 pathsep = NULL;
2461 pathsep = strrchr(path, '/');
2462 if (pathsep == NULL) {
2463 pathsep = strrchr(path, ':');
2464 if (pathsep == NULL) {
2468 pathsep++;
2469 uargv[2] = ftp_strdup(pathsep);
2470 pathsep[0] = '/';
2472 uargv[2] = ftp_strdup(pathsep + 1)
    [all...]

Completed in 14 milliseconds