Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dsetarch.cpp240 const char* shellCommand[3]; in main() local
243 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()
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp139 char shellCommand[4096]; in main() local
140 snprintf(shellCommand, sizeof(shellCommand), in main()
175 shellCommand, NULL); in main()