Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dsession.c1537 const char *shell, *shell0; in do_child() local
1692 if ((shell0 = strrchr(shell, '/')) != NULL) in do_child()
1693 shell0++; in do_child()
1695 shell0 = shell; in do_child()
1708 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1) in do_child()
1728 argv[0] = (char *) shell0; in do_child()