Home
last modified time | relevance | path

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

/libuv/docs/code/onchange/
H A Dmain.c7 const char *command; variable
23 system(command); in run_command()
33 command = argv[1]; in main()
/libuv/
H A DMAINTAINERS.md48 The previous command returns a hash, copy it. For the sake of this explanation,
H A DREADME.md237 …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.
H A DChangeLog2402 * doc: replace deprecated build command on macOS (Rick)
5357 * doc: adding ARCHS flag to OS X build command (Nathan Sweet)
/libuv/docs/src/guide/
H A Dfilesystem.rst287 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
H A Dutilities.rst372 standardised`_ command set. This formatting is often used by programs to
397 aware of redirection. If the user redirects the output of your command to
H A Dprocesses.rst174 applications launches a sub-command and you want any errors to go in the log
/libuv/docs/
H A Dmake.bat54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
/libuv/docs/src/
H A Dprocess.rst60 * converting the argument list into a command line string. This option is
/libuv/m4/
H A Dax_pthread.m4300 … for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
/libuv/test/
H A Dtest-fs.c4426 int call_icacls(const char* command, ...) { in call_icacls() argument
4430 va_start(args, command); in call_icacls()
4431 vsnprintf(icacls_command, ARRAYSIZE(icacls_command), command, args); in call_icacls()

Completed in 75 milliseconds