Searched refs:ENOENT (Results 1 - 25 of 44) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetauxval.c17 errno = ENOENT;
/fuchsia/zircon/system/utest/posixio/
H A Dmain.cpp18 ASSERT_EQ(err, ENOENT);
30 ASSERT_EQ(err, ENOENT);
77 ASSERT_EQ(err, ENOENT);
83 ASSERT_EQ(err, ENOENT);
90 ASSERT_EQ(err, ENOENT);
96 ASSERT_EQ(err, ENOENT);
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c22 if (err == ENOENT)
29 if (err == ENOENT)
40 if (err == ENOENT)
48 if (err == ENOENT)
94 "ENOENT should only be returned if stats are disabled");
H A Dthread_tcache_enabled.c21 if (err == ENOENT) {
23 "ENOENT should only be returned if tcache is "
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c6 int expected = config_stats ? 0 : ENOENT;
36 int expected = config_stats ? 0 : ENOENT;
76 int expected = config_stats ? 0 : ENOENT;
93 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
141 int expected = config_stats ? 0 : ENOENT;
153 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
192 int expected = config_stats ? 0 : ENOENT;
234 int expected = config_stats ? 0 : ENOENT;
244 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result");
263 &sz, NULL, 0), config_tcache ? expected : ENOENT,
[all...]
H A Ddecay.c237 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
281 &sz, NULL, 0), config_stats ? 0 : ENOENT,
314 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
344 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
/fuchsia/zircon/third_party/ulib/musl/src/temp/
H A Dmktemp.c23 if (errno != ENOENT)
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dexecvp.c13 errno = ENOENT;
45 else if (errno != ENOENT)
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dposix.c70 if (does_not_exist != NULL && errno == ENOENT)
H A Dfileline.c125 error_callback (data, state->filename, ENOENT);
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dtempnam.c42 if (r == -1 && errno == ENOENT) {
/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c234 // errno may be one of ENOENT
235 if (errno != ENOENT) {
248 // errno may be one of ENOENT
249 if (errno != ENOENT) {
264 // errno may be one of EEXIST, ENOENT
265 if (errno != ENOENT && errno != EEXIST) {
280 // errno may be one of ENOENT, ENOTEMPTY,
281 if (errno != ENOENT && errno != ENOTEMPTY) {
294 // errno may be one of ENOENT
295 if (errno != ENOENT) {
[all...]
H A Dtest-unlink.cpp114 ASSERT_EQ(errno, ENOENT);
121 ASSERT_EQ(errno, ENOENT);
132 ASSERT_EQ(errno, ENOENT);
H A Dtest-threading.cpp107 } else if (errno == ENOENT) {
131 } else if (errno == ENOENT) {
149 } else if (errno == ENOENT) {
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dgetservbyname_r.c44 return ENOENT;
H A Dgetservbyport_r.c49 return ENOENT;
H A Dlookup_serv.c79 case ENOENT:
H A Dresolvconf.c23 case ENOENT:
/fuchsia/zircon/kernel/lib/libc/include/
H A Derrno.h19 #define ENOENT 2 /* No such file or directory */ macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Derrno.h2 #define ENOENT 2 macro
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dnscd_query.c47 if (errno == EACCES || errno == ECONNREFUSED || errno == ENOENT) {
H A Dgetgrouplist.c49 if (!f && errno != ENOENT && errno != ENOTDIR)
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c843 ret = ENOENT;
868 ret = ENOENT;
878 ret = ENOENT;
885 ret = ENOENT;
901 ret = ENOENT;
912 ret = ENOENT;
951 ret = ENOENT;
994 ret = ENOENT;
1005 ret = ENOENT;
1016 ret = ENOENT;
[all...]
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.c214 if (e != ENOENT && e != ENOTDIR)
/fuchsia/zircon/system/core/netsvc/
H A Dnetfile.c43 if (errno == ENOENT) {
90 if (netfile.fd < 0 && errno == ENOENT) {

Completed in 189 milliseconds

12