Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsession.c1536 const char *shell, *shell0; in do_child() local
1691 if ((shell0 = strrchr(shell, '/')) != NULL) in do_child()
1692 shell0++; in do_child()
1694 shell0 = shell; in do_child()
1707 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1) in do_child()
1727 argv[0] = (char *) shell0; in do_child()