Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dsession.c1342 const char *shell, *shell0; in do_child() local
1485 if ((shell0 = strrchr(shell, '/')) != NULL) in do_child()
1486 shell0++; in do_child()
1488 shell0 = shell; in do_child()
1501 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1) in do_child()
1521 argv[0] = __UNCONST(shell0); in do_child()