Searched refs:cmdstring (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | logintest.c | 88 char cmdstring[256], stripline[8]; in testAPI() local 159 snprintf(cmdstring, sizeof(cmdstring), "who | grep '%s '", in testAPI() 161 system(cmdstring); in testAPI() 179 system(cmdstring); in testAPI() 206 snprintf(cmdstring, sizeof(cmdstring), "last | grep '%s ' | head -3", in testAPI() 208 system(cmdstring); in testAPI()
|
| H A D | clientloop.c | 2720 char *type = NULL, *cmdstring = NULL, *name, *val; in client_session2_setup() local 2795 if ((cmdstring = sshbuf_dup_string(cmd)) == NULL) in client_session2_setup() 2800 debug("Sending subsystem: %.*s", (int)len, cmdstring); in client_session2_setup() 2804 xasprintf(&type, "session:subsystem:%s", cmdstring); in client_session2_setup() 2806 debug("Sending command: %.*s", (int)len, cmdstring); in client_session2_setup() 2822 free(cmdstring); in client_session2_setup()
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | translatecommands.awk | 5 cmdstring = "export CMDS=\""
|