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

/haiku/src/bin/
H A Dsetarch.cpp240 const char* shellCommand[3]; local
243 shellCommand[0] = pwd != NULL ? pwd->pw_shell : "/bin/sh";
244 shellCommand[1] = "-l";
245 shellCommand[2] = NULL;
246 commandArgs = shellCommand;
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp139 char shellCommand[4096]; local
140 snprintf(shellCommand, sizeof(shellCommand),
175 shellCommand, NULL);

Completed in 18 milliseconds