Lines Matching refs:uv_setup_args
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
466 Gets the executable path. You *must* call `uv_setup_args` before calling