HomeSort by relevance Sort by last modified time
    Searched full:listshell (Results 1 - 1 of 1) sorted by null

  /external/dropbear/
svr-auth.c 195 char* listshell = NULL; local
261 while ((listshell = getusershell()) != NULL) {
262 TRACE(("test shell is '%s'", listshell))
263 if (strcmp(listshell, usershell) == 0) {

Completed in 142 milliseconds