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

/freebsd-10-stable/crypto/openssh/
H A Dlogintest.c90 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 95 milliseconds