Searched refs:usershell (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/
H A Dsvr-auth.c196 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) {
H A Dsvr-chansession.c873 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/chromium_org/third_party/libxml/src/
H A Dxmlcatalog.c95 static void usershell(void) { function
549 usershell();
/external/libxml2/
H A Dxmlcatalog.c95 static void usershell(void) { function
549 usershell();

Completed in 130 milliseconds