Home
last modified time | relevance | path

Searched refs:found (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Dtest-env-vars.c33 int i, r, envcount, found, found_win_special; in TEST_IMPL() local
121 found = 0; in TEST_IMPL()
127 found++; in TEST_IMPL()
130 found++; in TEST_IMPL()
137 ASSERT_EQ(2, found); in TEST_IMPL()
H A Dtest-tty-duplicate-key.c48 const char* found, ssize_t found_len) { in print_err_msg() argument
52 dump_str(found, found_len); in print_err_msg()
H A Dtest-spawn.c1312 int found = 0; in TEST_IMPL() local
1317 for (i = 0; i < ARRAY_SIZE(wenvironment) && !found; i++) { in TEST_IMPL()
1321 found = 1; in TEST_IMPL()
1324 for (i = 0; i < ARRAY_SIZE(expected) && !found; i++) { in TEST_IMPL()
1328 found = 1; in TEST_IMPL()
1336 ASSERT(found); /* verify that we expected this variable */ in TEST_IMPL()
/libuv/docs/src/
H A Ddll.rst40 to map to NULL. Returns 0 on success and -1 if the symbol was not found.
H A Dindex.rst61 Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/R…
H A Dfs.rst263 …Equivalent to :man:`mkdtemp(3)`. The result can be found as a null terminated string at `req->path…
267 …Equivalent to :man:`mkstemp(3)`. The created file path can be found as a null terminated string at…
268 The file descriptor can be found as an integer at `req->result`.
464 found while resolving the given path. This limit is hardcoded and cannot be sidestepped.
H A Dmisc.rst544 variable found in the ordered list `TMPDIR`, `TMP`, `TEMP`, and `TEMPDIR`.
545 If none of these are found, the path `"/tmp"` is used, or, on Android,
/libuv/
H A DSECURITY.md13 If you believe you have found a security vulnerability in `libuv`, please use the [GitHub's private…
/libuv/m4/
H A Dlibuv-check-flags.m466 dnl CC_CHECK_CFLAG_APPEND(FLAG, [action-if-found], [action-if-not-found])
80 dnl CC_CHECK_CFLAGS_APPEND([FLAG1 FLAG2], [action-if-found], [action-if-not])
H A Dax_pthread.m436 # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
/libuv/src/unix/
H A Dlinux.c1726 int found; in uv_cpu_info() local
1795 found = 0; in uv_cpu_info()
1796 while (!found && fgets(buf, sizeof(buf), fp)) in uv_cpu_info()
1797 found = !strncmp(buf, model_marker, sizeof(model_marker) - 1); in uv_cpu_info()
1799 if (!found) in uv_cpu_info()
1815 found = 0; in uv_cpu_info()
1816 for (model = models; !found && model < ARRAY_END(models); model++) in uv_cpu_info()
1817 found = !strncmp(p, *model, strlen(*model)); in uv_cpu_info()
1819 if (!found) in uv_cpu_info()
/libuv/docs/
H A DMakefile14 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set t…
H A Dmake.bat54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
/libuv/docs/src/guide/
H A Dintroduction.rst22 services and clients. You have found that the event loop approach is well
H A Dnetworking.rst70 be found in the code. Just remember to call ``uv_close`` when the socket isn't

Completed in 41 milliseconds