Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dsession.c1525 const char *shell, *shell0; in do_child() local
1679 if ((shell0 = strrchr(shell, '/')) != NULL) in do_child()
1680 shell0++; in do_child()
1682 shell0 = shell; in do_child()
1695 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1) in do_child()
1715 argv[0] = (char *) shell0; in do_child()