Searched refs:command (Results 1 – 11 of 11) sorted by relevance
7 const char *command; variable23 system(command); in run_command()33 command = argv[1]; in main()
48 The previous command returns a hash, copy it. For the sake of this explanation,
237 …ries for libuv or build it from source using [Conan](https://conan.io/). Use the following command:344 Use the `ipcrm` command to manually clear up System V resources.
2402 * doc: replace deprecated build command on macOS (Rick)5357 * doc: adding ARCHS flag to OS X build command (Nathan Sweet)
287 a command whenever any of the watched files change::289 ./onchange <command> <file1> [file2] ...336 In our example we simply print the arguments and run the command using
372 standardised`_ command set. This formatting is often used by programs to397 aware of redirection. If the user redirects the output of your command to
174 applications launches a sub-command and you want any errors to go in the log
54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
60 * converting the argument list into a command line string. This option is
300 … for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
4426 int call_icacls(const char* command, ...) { in call_icacls() argument4430 va_start(args, command); in call_icacls()4431 vsnprintf(icacls_command, ARRAYSIZE(icacls_command), command, args); in call_icacls()
Completed in 75 milliseconds