Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dno-proctitle.c28 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
H A Dbsd-proctitle.c46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
H A Dos390-proctitle.c39 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
H A Dproctitle.c46 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
H A Dibmi.c505 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
H A Daix.c872 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
/netbsd-src/external/mit/libuv/dist/docs/src/
H A 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 …]
/netbsd-src/external/mit/libuv/dist/test/
H A Drun-tests.c76 argv = uv_setup_args(argc, argv); in main()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c385 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() function
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1179 UV_EXTERN char** uv_setup_args(int argc, char** argv);
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog666 * unix: error when uv_setup_args() is not called (Ryan Liptak)
921 * docs: uv_setup_args() may take ownership of argv (Ben Noordhuis)
923 * unix: fix error path in uv_setup_args() (Ben Noordhuis)