HomeSort by: relevance | last modified time | path
    Searched refs:ENOENT (Results 1 - 25 of 1443) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/jemalloc/dist/test/include/test/
bgthd.h 11 if (ret == ENOENT) {
  /src/external/bsd/kyua-cli/dist/utils/process/
exceptions_test.cpp 52 const process::system_error e("Call failed", ENOENT);
53 const std::string expected = F("Call failed: %s") % std::strerror(ENOENT);
55 ATF_REQUIRE_EQ(ENOENT, e.original_errno());
  /src/external/bsd/ntp/dist/tests/libntp/
msyslog.c 37 #define FMT_PREFIX "msyslog.cpp ENOENT: "
44 strerror(ENOENT));
45 errno = ENOENT;
61 errno = ENOENT;
76 errno = ENOENT;
91 strerror(ENOENT));
92 errno = ENOENT;
124 format_errmsg(act_buf, sizeof(act_buf), fmt, ENOENT);
139 errno = ENOENT;
155 exp_cnt = snprintf(exp_buf, 3, "%s", strerror(ENOENT));
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/signals/
exceptions_test.cpp 61 const signals::system_error e("Call failed", ENOENT);
62 const std::string expected = F("Call failed: %s") % std::strerror(ENOENT);
64 ATF_REQUIRE_EQ(ENOENT, e.original_errno());
  /src/lib/librefuse/refuse/
legacy.c 47 case -ENOENT:
  /src/sys/arch/acorn32/stand/lib/
devopen.c 49 if (p == NULL || p == fname) return ENOENT;
52 if (p == fname) return ENOENT;
57 if (p == fname) return ENOENT;
61 if (p <= fname) return ENOENT;
riscoserrors.c 44 return ENOENT;
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
stat5.c 16 if (lstat ("nonexistent", &buf) == 0 || errno != ENOENT)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
stat5.c 16 if (lstat ("nonexistent", &buf) == 0 || errno != ENOENT)
  /src/lib/libc/gen/
devname.c 76 return ENOENT;
78 return ENOENT;
80 return ENOENT;
84 return ENOENT;
97 return ENOENT;
117 return ENOENT;
119 rv = ENOENT;
157 return ENOENT;
  /src/lib/libc/stdlib/
getenv.c 90 errno = ENOENT;
106 errno = ENOENT;
  /src/sys/arch/ia64/stand/efi/libefi/
efifpswa.c 57 return ENOENT;
61 return ENOENT;
  /src/sys/arch/x86/x86/
mp.c 158 return ENOENT;
163 return ENOENT;
172 return ENOENT;
178 return ENOENT;
197 return ENOENT;
216 return ENOENT;
220 return ENOENT;
233 return ENOENT;
  /src/tests/lib/libc/gen/
isqemu.h 71 if (errno == ENOENT)
78 if (errno == ENOENT)
  /src/tests/lib/libposix/
t_rename.c 71 ATF_REQUIRE_EQ(errno, ENOENT);
80 ATF_REQUIRE_EQ(errno, ENOENT);
  /src/external/bsd/am-utils/dist/conf/umount/
umount_bsd44.c 66 case ENOENT:
110 if (error < 0 && (errno == EINVAL || errno == ENOENT))
111 error = 0; /* ignore EINVAL/ENOENT */
  /src/usr.bin/make/unit-tests/
varmod-mtime.exp 3 make: varmod-mtime.mk:68: Cannot determine mtime for "no/such/file1": <ENOENT>
5 make: varmod-mtime.mk:68: Cannot determine mtime for "no/such/file2": <ENOENT>
  /src/external/bsd/jemalloc/dist/test/integration/
allocated.c 21 if (err == ENOENT) {
29 if (err == ENOENT) {
41 if (err == ENOENT) {
50 if (err == ENOENT) {
97 "ENOENT should only be returned if stats are disabled");
  /src/external/bsd/jemalloc.old/dist/test/integration/
allocated.c 21 if (err == ENOENT) {
29 if (err == ENOENT) {
41 if (err == ENOENT) {
50 if (err == ENOENT) {
97 "ENOENT should only be returned if stats are disabled");
  /src/external/bsd/libarchive/dist/libarchive/test/
test_warn_missing_hardlink_target.c 39 assertEqualInt(ENOENT, archive_errno(a));
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_findenv.c 70 errno = ENOENT;
  /src/external/gpl2/xcvs/dist/lib/
getlogin_r.c 52 to zero, so make sure errno is nonzero here. ENOENT is a
55 errno = ENOENT;
  /src/external/gpl3/gdb/dist/gnulib/import/
rewinddir.c 49 dirp->status = ENOENT;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rewinddir.c 49 dirp->status = ENOENT;
  /src/sys/arch/ews4800mips/stand/common/
bfs_subr.c 80 return ENOENT;
88 return ENOENT;
92 return ENOENT;

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>