Searched refs:uv_get_process_title (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/mit/libuv/dist/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(0 == uv_get_process_title(buffer, sizeof(buffer))); in getter_thread_body()
|
H A D | test-platform-output.c | 49 err = uv_get_process_title(buffer, sizeof(buffer)); in TEST_IMPL()
|
/netbsd-src/external/mit/libuv/dist/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 | 528 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | aix.c | 960 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | util.c | 457 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 1180 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | misc.rst | 275 .. c:function:: int uv_get_process_title(char* buffer, size_t size)
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 925 * unix: fix size check in uv_get_process_title() (Ben Noordhuis) 1672 * aix: fix race in uv_get_process_title() (Gireesh Punathil) 2427 * unix: avoid segfault in uv_get_process_title (Michele Caini) 2808 * unix,win: make uv_get_process_title() stricter (cjihrig)
|