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

  /src/crypto/external/bsd/openssh/dist/
session.c 1308 const char *shell, *shell0; local
1451 if ((shell0 = strrchr(shell, '/')) != NULL)
1452 shell0++;
1454 shell0 = shell;
1467 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1)
1487 argv[0] = __UNCONST(shell0);
session.c 1308 const char *shell, *shell0; local
1451 if ((shell0 = strrchr(shell, '/')) != NULL)
1452 shell0++;
1454 shell0 = shell;
1467 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1)
1487 argv[0] = __UNCONST(shell0);

Completed in 59 milliseconds