Searched refs:uv_get_process_title (Results 1 – 13 of 13) sorted by relevance
/libuv/test/ |
H A D | test-process-title.c | 31 err = uv_get_process_title(buffer, sizeof(buffer)); in set_title() 37 err = uv_get_process_title(buffer, sizeof(buffer)); in set_title() 49 r = uv_get_process_title(NULL, 100); in uv_get_process_title_edge_cases() 53 r = uv_get_process_title(buffer, 0); in uv_get_process_title_edge_cases() 57 r = uv_get_process_title(buffer, 1); in uv_get_process_title_edge_cases() 133 uv_get_process_title(buf, sizeof(buf)); in process_title_big_argv()
|
H A D | test-process-title-threadsafe.c | 49 ASSERT_OK(uv_get_process_title(buffer, sizeof(buffer))); in getter_thread_body()
|
H A D | test-platform-output.c | 46 err = uv_get_process_title(buffer, sizeof(buffer)); in TEST_IMPL()
|
/libuv/src/unix/ |
H A D | no-proctitle.c | 39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | bsd-proctitle.c | 72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | os390-proctitle.c | 105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | proctitle.c | 127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | ibmi.c | 533 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | aix.c | 976 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/libuv/src/win/ |
H A D | util.c | 390 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/libuv/include/ |
H A D | uv.h | 1265 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
|
/libuv/docs/src/ |
H A D | misc.rst | 313 .. c:function:: int uv_get_process_title(char* buffer, size_t size)
|
/libuv/ |
H A D | ChangeLog | 1728 * unix: fix size check in uv_get_process_title() (Ben Noordhuis) 2475 * aix: fix race in uv_get_process_title() (Gireesh Punathil) 3230 * unix: avoid segfault in uv_get_process_title (Michele Caini) 3611 * unix,win: make uv_get_process_title() stricter (cjihrig)
|
Completed in 49 milliseconds