Searched refs:shellCommand (Results 1 – 2 of 2) sorted by relevance
240 const char* shellCommand[3]; in main() local243 shellCommand[0] = pwd != NULL ? pwd->pw_shell : "/bin/sh"; in main()244 shellCommand[1] = "-l"; in main()245 shellCommand[2] = NULL; in main()246 commandArgs = shellCommand; in main()
139 char shellCommand[4096]; in main() local140 snprintf(shellCommand, sizeof(shellCommand), in main()175 shellCommand, NULL); in main()