Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dsetarch.cpp208 const char* const* commandArgs = commandArgCount > 0 ? argv + optind : NULL; in main() local
210 if (printPath && commandArgs != NULL) in main()
241 if (commandArgs == NULL) { in main()
246 commandArgs = shellCommand; in main()
251 execvp(commandArgs[0], (char* const*)commandArgs); in main()
253 fprintf(stderr, "Error: Executing \"%s\" failed: %s\n", commandArgs[0], in main()