Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dno-proctitle.c28 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
Dbsd-proctitle.c46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
Dos390-proctitle.c39 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
Dproctitle.c46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
Dibmi.c505 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
Daix.c872 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
/third_party/libuv/docs/src/
Dmisc.rst262 .. c:function:: char** uv_setup_args(int argc, char** argv)
272 argv = uv_setup_args(argc, argv); /* May return a copy of argv. */
277 Gets the title of the current process. You *must* call `uv_setup_args`
278 before calling this function on Unix and AIX systems. If `uv_setup_args`
285 On BSD systems, `uv_setup_args` is needed for getting the initial process
287 `uv_setup_args` or `uv_set_process_title` is called.
291 .. versionchanged:: 1.39.0 now returns an error if `uv_setup_args` is needed
296 Sets the current process title. You *must* call `uv_setup_args` before
297 calling this function on Unix and AIX systems. If `uv_setup_args` has not
306 .. versionchanged:: 1.39.0 now returns an error if `uv_setup_args` is needed
[all …]
/third_party/libuv/test/
Drun-tests.c69 argv = uv_setup_args(argc, argv); in main()
/third_party/node/test/embedding/
Dembedtest.cc27 argv = uv_setup_args(argc, argv); in main()
/third_party/node/doc/api/
Dembedding.md38 argv = uv_setup_args(argc, argv);
/third_party/node/src/
Dnode.cc994 argv = uv_setup_args(argc, argv); in InitializeOncePerProcess()
/third_party/libuv/src/win/
Dutil.c385 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
/third_party/libuv/include/uv_ndk/
Duv.h1165 UV_EXTERN char** uv_setup_args(int argc, char** argv);
/third_party/libuv/include/
Duv.h1179 UV_EXTERN char** uv_setup_args(int argc, char** argv);
/third_party/libuv/
DChangeLog538 * unix: error when uv_setup_args() is not called (Ryan Liptak)
793 * docs: uv_setup_args() may take ownership of argv (Ben Noordhuis)
795 * unix: fix error path in uv_setup_args() (Ben Noordhuis)