| LOW | autogen.sh | 1 | #!/bin/sh |
| LOW | test/run-tests.c | 21 | |
| LOW | test/task.h | 21 | |
| LOW | test/task.h | 41 | # pragma clang diagnostic ignored "-Wc99-extensions" |
| LOW | test/task.h | 61 | |
| LOW | test/task.h | 221 | #define ASSERT_UINT64_LT(a, b) ASSERT_BASE(a, <, b, uint64_t, PRIu64) |
| LOW | test/task.h | 381 | return supported; |
| LOW | test/runner-win.c | 21 | |
| LOW | test/test-pipe-getsockname.c | 21 | |
| LOW | test/runner-unix.c | 21 | |
| LOW | test/test-tty-escape-sequence-processing.c | 21 | |
| LOW | test/test-tty-escape-sequence-processing.c | 41 | #define FOREGROUND_YELLOW (FOREGROUND_RED | FOREGROUND_GREEN) |
| LOW | test/test-tty-escape-sequence-processing.c | 61 | #define F_YELLOW 33 |
| LOW | test/test-fs.c | 21 | |
| LOW | test/test-fs.c | 41 | # ifndef REPARSE_DATA_BUFFER_HEADER_SIZE |
| LOW | test/test-spawn.c | 21 | */ |
| LOW | test/test-poll.c | 21 | |
| LOW | test/test-tcp-writealot.c | 21 | |
| LOW | test/test-tty.c | 21 | |
| LOW | test/test-thread-priority.c | 21 | |
| LOW | include/uv.h | 21 | |
| LOW | include/uv.h | 41 | /* Using shared library. */ |
| LOW | include/uv.h | 1321 | UV_EXTERN uv_pid_t uv_os_getpid(void); |
| LOW | include/uv.h | 1981 | #undef UV_IDLE_PRIVATE_FIELDS |
| LOW | include/uv/errno.h | 21 | |
| LOW | include/uv/errno.h | 41 | #define UV__EAI_MEMORY (-3006) |
| LOW | include/uv/errno.h | 61 | #else |
| LOW | include/uv/errno.h | 81 | #endif |
| LOW | include/uv/errno.h | 101 | #if defined(EBUSY) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 121 | #else |
| LOW | include/uv/errno.h | 141 | #endif |
| LOW | include/uv/errno.h | 161 | #if defined(EINTR) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 181 | #else |
| LOW | include/uv/errno.h | 201 | #endif |
| LOW | include/uv/errno.h | 221 | #if defined(ENETUNREACH) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 241 | #else |
| LOW | include/uv/errno.h | 261 | #endif |
| LOW | include/uv/errno.h | 281 | #if defined(ENOTDIR) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 301 | #else |
| LOW | include/uv/errno.h | 321 | #endif |
| LOW | include/uv/errno.h | 341 | #if defined(ESHUTDOWN) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 361 | #else |
| LOW | include/uv/errno.h | 381 | #endif |
| LOW | include/uv/errno.h | 401 | #if defined(EMLINK) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 421 | #endif |
| LOW | include/uv/errno.h | 441 | #if defined(EILSEQ) && !defined(_WIN32) |
| LOW | include/uv/errno.h | 461 | * libuv in a C++ project. |
| LOW | include/uv/darwin.h | 21 | |
| LOW | include/uv/win.h | 21 | |
| LOW | include/uv/win.h | 41 | #define _TCP_INITIAL_RTO_PARAMETERS _TCP_INITIAL_RTO_PARAMETERS__AVOID |
| LOW | include/uv/win.h | 81 | * |
| LOW | include/uv/win.h | 661 | #define F_OK 0 |
| LOW | include/uv/win.h | 681 | #define UV_FS_O_SEQUENTIAL _O_SEQUENTIAL |
| LOW | include/uv/unix.h | 21 | |
| LOW | include/uv/unix.h | 41 | #include <sys/param.h> /* MAXHOSTNAMELEN on Linux and the BSDs */ |
| LOW | include/uv/unix.h | 101 | # define UV_PLATFORM_SEM_T sem_t |
| LOW | include/uv/unix.h | 161 | /* Platform-specific definitions for uv_spawn support. */ |
| LOW | include/uv/unix.h | 181 | # endif |
| LOW | include/uv/unix.h | 401 | # define UV_FS_O_APPEND O_APPEND |
| LOW | include/uv/unix.h | 421 | #elif defined(__linux__) && defined(__x86_64__) |
| 296 more matches not shown… |