Home
last modified time | relevance | path

Searched refs:uv_get_process_title (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-process-title.c31 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 Dtest-process-title-threadsafe.c49 ASSERT(0 == uv_get_process_title(buffer, sizeof(buffer))); in getter_thread_body()
H A Dtest-platform-output.c49 err = uv_get_process_title(buffer, sizeof(buffer)); in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dno-proctitle.c39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
H A Dbsd-proctitle.c72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
H A Dos390-proctitle.c105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
H A Dproctitle.c127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
H A Dibmi.c528 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
H A Daix.c960 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 Dutil.c457 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 Duv.h1180 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmisc.rst275 .. c:function:: int uv_get_process_title(char* buffer, size_t size)
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog925 * 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)