/libuv/src/win/ |
H A D | process-stdio.c | 43 #define CHILD_STDIO_COUNT(buffer) \ argument 46 #define CHILD_STDIO_CRT_FLAGS(buffer, fd) \ argument 49 #define CHILD_STDIO_HANDLE(buffer, fd) \ argument 172 BYTE* buffer; in uv__stdio_create() local 358 void uv__stdio_destroy(BYTE* buffer) { in uv__stdio_destroy() 373 void uv__stdio_noinherit(BYTE* buffer) { in uv__stdio_noinherit() 386 int uv__stdio_verify(BYTE* buffer, WORD size) { in uv__stdio_verify() 410 WORD uv__stdio_size(BYTE* buffer) { in uv__stdio_size() 415 HANDLE uv__stdio_handle(BYTE* buffer, int fd) { in uv__stdio_handle()
|
H A D | util.c | 97 int uv_exepath(char* buffer, size_t* size_ptr) { in uv_exepath() 189 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() 390 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() 932 int uv_os_homedir(char* buffer, size_t* size) { in uv_os_homedir() 974 int uv_os_tmpdir(char* buffer, size_t* size) { in uv_os_tmpdir() 1248 int uv_os_getenv(const char* name, char* buffer, size_t* size) { in uv_os_getenv() 1363 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() 1517 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname()
|
H A D | getaddrinfo.c | 349 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname() 370 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid()
|
/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 381 char buffer[1024]; in TEST_IMPL() local 432 char buffer[1024]; in TEST_IMPL() local 483 char buffer[1024]; in TEST_IMPL() local 544 char buffer[1024]; in TEST_IMPL() local 605 char buffer[1024]; in TEST_IMPL() local 656 char buffer[1024]; in TEST_IMPL() local 707 char buffer[1024]; in TEST_IMPL() local 753 char buffer[1024]; in TEST_IMPL() local 808 char buffer[1024]; in TEST_IMPL() local 844 char buffer[1024]; in TEST_IMPL() local [all …]
|
H A D | test-process-title.c | 28 char buffer[512]; in set_title() local 45 char buffer[512]; in uv_get_process_title_edge_cases() local
|
H A D | test-uname.c | 37 uv_utsname_t buffer; in TEST_IMPL() local
|
H A D | test-get-currentexe.c | 42 char buffer[PATHMAX]; in TEST_IMPL() local
|
H A D | test-process-title-threadsafe.c | 43 char buffer[512]; in getter_thread_body() local
|
H A D | test-pipe-close-stdout-read-stdin.c | 38 static char buffer[1024]; in alloc_buffer() local
|
H A D | test-poll.c | 225 static char buffer[74]; local 246 static char buffer[931]; local 307 static char buffer[103]; local 331 static char buffer[1234]; local
|
H A D | run-tests.c | 147 char buffer[256]; in maybe_run_test() local
|
H A D | test-signal-pending-on-close.c | 62 uv_buf_t buffer; in TEST_IMPL() local
|
H A D | test-platform-output.c | 28 char buffer[512]; in TEST_IMPL() local
|
H A D | test-udp-try-send.c | 83 static char buffer[64 * 1024]; in TEST_IMPL() local
|
/libuv/src/unix/ |
H A D | procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
|
H A D | getaddrinfo.c | 226 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname() 250 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid()
|
H A D | no-proctitle.c | 39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
H A D | aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
|
H A D | bsd-proctitle.c | 72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
H A D | pipe.c | 350 char* buffer, in uv__pipe_getsockpeername() 402 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() 407 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
|
H A D | os390-proctitle.c | 105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
H A D | proctitle.c | 127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
|
/libuv/docs/code/idle-compute/ |
H A D | main.c | 8 char buffer[1024]; variable
|
/libuv/docs/code/uvcat/ |
H A D | main.c | 12 static char buffer[1024]; variable
|
/libuv/docs/code/udp-dhcp/ |
H A D | main.c | 43 uv_buf_t buffer; in make_discover_msg() local
|