Searched refs:cmdline (Results 1 – 3 of 3) sorted by relevance
232 environ, cmdline = env_cmd235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
1306 char *cmdline = argv[0]; in start_job_command() local1319 cmdline = argv[2]; /* get past "shell -c" */ in start_job_command()1323 proc_return = system (cmdline); in start_job_command()
659 LPSTR cmdline = GetCommandLine(); in handle_runtime_exceptions() local660 LPSTR prg = strtok(cmdline, " "); in handle_runtime_exceptions()