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

1234567891011>>

/freebsd-current/contrib/pjdfstest/tests/chmod/
H A D04.t5 desc="chmod returns ENOENT if the named file does not exist"
21 expect ENOENT chmod ${n0}/${n1}/test 0644
22 expect ENOENT chmod ${n0}/${n1} 0644
24 expect ENOENT lchmod ${n0}/${n1}/test 0644
25 expect ENOENT lchmod ${n0}/${n1} 0644
28 expect ENOENT chmod ${n0}/${n1} 0644
/freebsd-current/contrib/pjdfstest/tests/chown/
H A D04.t5 desc="chown returns ENOENT if the named file does not exist"
17 expect ENOENT chown ${n0}/${n1}/test 65534 65534
18 expect ENOENT chown ${n0}/${n1} 65534 65534
19 expect ENOENT lchown ${n0}/${n1}/test 65534 65534
20 expect ENOENT lchown ${n0}/${n1} 65534 65534
22 expect ENOENT chown ${n0}/${n1} 65534 65534
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D04.t5 desc="truncate returns ENOENT if the named file does not exist"
16 expect ENOENT truncate ${n0}/${n1}/test 123
17 expect ENOENT truncate ${n0}/${n1} 123
/freebsd-current/contrib/pjdfstest/tests/open/
H A D04.t5 desc="open returns ENOENT if a component of the path name that must exist does not exist or O_CREAT is not set and the named file does not exist"
16 expect ENOENT open ${n0}/${n1}/test O_CREAT 0644
17 expect ENOENT open ${n0}/${n1} O_RDONLY
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D04.t5 desc="rmdir returns ENOENT if the named directory does not exist"
17 expect ENOENT rmdir ${n0}
18 expect ENOENT rmdir ${n1}
H A D02.t17 expect ENOENT rmdir ${nx}
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D04.t5 desc="truncate returns ENOENT if the named file does not exist"
16 expect ENOENT truncate ${n0}/${n1}/test 123
17 expect ENOENT truncate ${n0}/${n1} 123
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D04.t5 desc="unlink returns ENOENT if the named file does not exist"
17 expect ENOENT unlink ${n0}
18 expect ENOENT unlink ${n1}
H A D03.t19 expect ENOENT unlink ${nx}
H A D02.t17 expect ENOENT unlink ${nx}
/freebsd-current/contrib/kyua/utils/process/
H A Dexceptions_test.cpp52 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());
/freebsd-current/contrib/pjdfstest/tests/chflags/
H A D04.t5 desc="chflags returns ENOENT if the named file does not exist"
18 expect ENOENT chflags ${n0}/${n1}/test SF_IMMUTABLE
19 expect ENOENT chflags ${n0}/${n1} SF_IMMUTABLE
/freebsd-current/contrib/pjdfstest/tests/link/
H A D04.t5 desc="link returns ENOENT if a component of either path prefix does not exist"
17 expect ENOENT link ${n0}/${n1}/test ${n2}
19 expect ENOENT link ${n2} ${n0}/${n1}/test
H A D09.t5 desc="link returns ENOENT if the source file does not exist"
19 expect ENOENT link ${n0} ${n1}
/freebsd-current/contrib/pjdfstest/tests/rename/
H A D03.t5 desc="rename returns ENOENT if a component of the 'from' path does not exist, or a path prefix of 'to' does not exist"
17 expect ENOENT rename ${n0}/${n1}/test ${n2}
19 expect ENOENT rename ${n2} ${n0}/${n1}/test
H A D21.t34 expect "0|ENOENT" rmdir ${n2}/${n0}
35 expect ENOENT rmdir ${n2}/${n0}
36 expect "0|ENOENT" rmdir ${n3}/${n1}
37 expect ENOENT rmdir ${n3}/${n1}
45 expect ENOENT unlink ${n2}/${n0}
/freebsd-current/contrib/kyua/utils/signals/
H A Dexceptions_test.cpp61 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());
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.execfail.ENOENT.ksh30 # that errno is set to ENOENT in the case that an interpreter can't be
46 /self->exec && args[0] == ENOENT/
66 badexec=/tmp/execfail.ENOENT.ksh.$$
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D04.t5 desc="mkdir returns ENOENT if a component of the path prefix does not exist"
16 expect ENOENT mkdir ${n0}/${n1}/test 0755
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D04.t5 desc="mkfifo returns ENOENT if a component of the path prefix does not exist"
16 expect ENOENT mkfifo ${n0}/${n1}/test 0644
/freebsd-current/contrib/pjdfstest/tests/mknod/
H A D04.t5 desc="mknod returns ENOENT if a component of the path prefix does not exist"
16 expect ENOENT mknod ${n0}/${n1}/test f 0644 0 0
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D04.t5 desc="symlink returns ENOENT if a component of the name2 path prefix does not exist"
16 expect ENOENT symlink test ${n0}/${n1}/test
/freebsd-current/sys/powerpc/powernv/
H A Dopal.c47 return (ENOENT);
51 return (ENOENT);
/freebsd-current/lib/libc/tests/sys/
H A Derrno_test.c28 ATF_REQUIRE(errno == ENOENT);
/freebsd-current/lib/libsys/
H A Dauxv.c292 res = ENOENT;
296 res = ENOENT;
312 res = ENOENT;
319 res = ENOENT;
326 res = ENOENT;
334 res = ENOENT;
344 res = ENOENT;
354 res = ENOENT;
364 res = ENOENT;
381 res = ENOENT;
[all...]

Completed in 265 milliseconds

1234567891011>>