OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usershell
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
svr-auth.c
196
char*
usershell
= NULL;
local
251
usershell
= ses.authstate.pw->pw_shell;
252
if (
usershell
[0] == '\0') {
254
usershell
= "/bin/sh";
263
if (strcmp(listshell,
usershell
) == 0) {
svr-chansession.c
873
char *
usershell
= NULL;
local
934
usershell
= "/bin/sh";
936
usershell
= ses.authstate.pw->pw_shell;
943
addnewvar("SHELL",
usershell
);
967
baseshell = basename(
usershell
);
987
execv(
usershell
, argv);
/external/libxml2/
xmlcatalog.c
95
static void
usershell
(void) {
function
552
usershell
();
Completed in 33 milliseconds