Home
last modified time | relevance | path

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

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