Lines Matching refs:uv_setup_args
300 .. c:function:: char** uv_setup_args(int argc, char** argv)
310 argv = uv_setup_args(argc, argv); /* May return a copy of argv. */
315 Gets the title of the current process. You *must* call `uv_setup_args`
316 before calling this function on Unix and AIX systems. If `uv_setup_args`
323 On BSD systems, `uv_setup_args` is needed for getting the initial process
325 `uv_setup_args` or `uv_set_process_title` is called.
329 .. versionchanged:: 1.39.0 now returns an error if `uv_setup_args` is needed
334 Sets the current process title. You *must* call `uv_setup_args` before
335 calling this function on Unix and AIX systems. If `uv_setup_args` has not
344 .. versionchanged:: 1.39.0 now returns an error if `uv_setup_args` is needed
511 Gets the executable path. You *must* call `uv_setup_args` before calling