/libuv/test/ |
H A D | test-get-currentexe.c | 49 r = uv_exepath(buffer, &size); in TEST_IMPL() 67 r = uv_exepath(NULL, &size); in TEST_IMPL() 70 r = uv_exepath(buffer, NULL); in TEST_IMPL() 74 r = uv_exepath(buffer, &size); in TEST_IMPL() 80 r = uv_exepath(buffer, &size); in TEST_IMPL() 88 r = uv_exepath(buffer, &size); in TEST_IMPL() 98 r = uv_exepath(buffer, &size); in TEST_IMPL()
|
H A D | test-process-title.c | 100 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
|
H A D | benchmark-spawn.c | 143 r = uv_exepath(exepath, &exepath_size); in BENCHMARK_IMPL()
|
H A D | test-stdio-over-pipes.c | 64 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
|
H A D | test-ref.c | 412 r = uv_exepath(exepath, &exepath_size); in TEST_IMPL()
|
H A D | test-ipc.c | 295 r = uv_exepath(exepath, &exepath_size); in spawn_helper()
|
H A D | test-spawn.c | 161 int r = uv_exepath(exepath, &exepath_size); in init_process_options() 2088 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
|
/libuv/src/unix/ |
H A D | procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | hurd.c | 39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | qnx.c | 58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | darwin.c | 66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | freebsd.c | 64 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | openbsd.c | 61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | netbsd.c | 66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | sunos.c | 383 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | os390.c | 155 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
/libuv/docs/code/proc-streams/ |
H A D | main.c | 21 uv_exepath(path, &size); in main()
|
/libuv/docs/code/cgi/ |
H A D | main.c | 20 uv_exepath(path, &size); in invoke_cgi_script()
|
/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 53 uv_exepath(worker_path, &path_size); in setup_workers()
|
/libuv/ |
H A D | ChangeLog | 525 * win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis) 1471 * aix: protect uv_exepath() from uv_set_process_title() (Richard Lau) 3057 * netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski) 4218 * dragonflybsd: fix uv_exepath (Michael Neumann) 4284 * aix: fix uv_exepath with relative paths (Richard Lau) 4534 * freebsd: make uv_exepath more resilient (Saúl Ibarra Corretgé) 4568 * unix: make uv_exepath(size=0) return UV_EINVAL (Ben Noordhuis) 4570 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis) 4572 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis) 4574 * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis) [all …]
|
/libuv/src/win/ |
H A D | util.c | 97 int uv_exepath(char* buffer, size_t* size_ptr) { in uv_exepath() function
|
/libuv/include/ |
H A D | uv.h | 1803 UV_EXTERN int uv_exepath(char* buffer, size_t* size);
|
/libuv/docs/src/ |
H A D | misc.rst | 509 .. c:function:: int uv_exepath(char* buffer, size_t* size)
|