Home
last modified time | relevance | path

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

/external/openssh/
Dsession.c1489 const char *shell, *shell0; in do_child() local
1643 if ((shell0 = strrchr(shell, '/')) != NULL) in do_child()
1644 shell0++; in do_child()
1646 shell0 = shell; in do_child()
1659 if (strlcpy(argv0 + 1, shell0, sizeof(argv0) - 1) in do_child()
1679 argv[0] = (char *) shell0; in do_child()