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

  /external/openssh/
logintest.c 90 char cmdstring[256], stripline[8]; local
161 snprintf(cmdstring, sizeof(cmdstring), "who | grep '%s '",
163 system(cmdstring);
181 system(cmdstring);
208 snprintf(cmdstring, sizeof(cmdstring), "last | grep '%s ' | head -3",
210 system(cmdstring);

Completed in 184 milliseconds