Searched refs:uv_setup_args (Results 1 – 15 of 15) sorted by relevance
/third_party/libuv/src/unix/ |
D | no-proctitle.c | 28 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
D | bsd-proctitle.c | 46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
D | os390-proctitle.c | 39 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
D | proctitle.c | 46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
D | ibmi.c | 505 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
D | aix.c | 872 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
/third_party/libuv/docs/src/ |
D | misc.rst | 262 .. 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/ |
D | run-tests.c | 69 argv = uv_setup_args(argc, argv); in main()
|
/third_party/node/test/embedding/ |
D | embedtest.cc | 27 argv = uv_setup_args(argc, argv); in main()
|
/third_party/node/doc/api/ |
D | embedding.md | 38 argv = uv_setup_args(argc, argv);
|
/third_party/node/src/ |
D | node.cc | 994 argv = uv_setup_args(argc, argv); in InitializeOncePerProcess()
|
/third_party/libuv/src/win/ |
D | util.c | 385 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1165 UV_EXTERN char** uv_setup_args(int argc, char** argv);
|
/third_party/libuv/include/ |
D | uv.h | 1179 UV_EXTERN char** uv_setup_args(int argc, char** argv);
|
/third_party/libuv/ |
D | ChangeLog | 538 * 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)
|