Searched refs:shell_command (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c119 char shell_command[100+strlen(installed_path) local
125 snprintf(shell_command, sizeof(shell_command),
129 printf("%s\n", shell_command);
130 rc = system(shell_command);
156 char shell_command[100+strlen(mkdir_cmd) + local
183 sprintf(shell_command, "%sln --symbolic %s %s",
186 printf("%s\n", shell_command);
187 rc = system(shell_command);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A DjsDriver.pl153 my $shell_command = "";
176 # Append the shell.js files to the shell_command if they're there.
181 chomp($shell_command = `xcrun -sdk $opt_sim_sdk -find sim`);
182 $shell_command .= " --adopt-pid $opt_arch ";
184 $shell_command = "$opt_arch ";
187 $shell_command .= &xp_path($engine_command) . " -s ";
199 $shell_command .= " -x ";
204 $shell_command .= $file_param . $path;
210 $shell_command .= $file_param . $path;
219 print ($shell_command
[all...]
H A Druntests.pl115 $shell_command .
281 $shell_command = $src_dir . $object_dir .'/'. $js_exe;
283 $shell_command = $js_exe_full_path;
286 if ( !-e $shell_command ) {
287 die ("Could not find JavaScript shell executable $shell_command.\n" .
316 "$shell_command\n", "<p><tt>", "</tt></p>" );
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y326 %type <command> simple_command shell_command
577 | shell_command
579 | shell_command redirection_list
599 shell_command: for_command label
747 function_body: shell_command
749 | shell_command redirection_list

Completed in 136 milliseconds