Searched refs:ENAMETOOLONG (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-10.0-release/tools/regression/pjdfstest/tests/rename/
H A D02.t4 desc="rename returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG rename ${n0} ${nxx}
22 expect ENAMETOOLONG rename ${nxx} ${n0}
H A D01.t4 desc="rename returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
21 expect ENAMETOOLONG rename ${n0} ${nxx}
23 expect ENAMETOOLONG rename ${nxx} ${n0}
/freebsd-10.0-release/tools/regression/pjdfstest/tests/symlink/
H A D03.t4 desc="symlink returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG symlink ${n0} ${nxx}
21 expect ENAMETOOLONG symlink ${nxx} ${n0}
H A D02.t4 desc="symlink returns ENAMETOOLONG if a component of the name2 pathname exceeded {NAME_MAX} characters"
20 expect ENAMETOOLONG symlink ${n0} ${nxx}
/freebsd-10.0-release/tools/regression/pjdfstest/tests/mkdir/
H A D02.t4 desc="mkdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
16 expect ENAMETOOLONG mkdir ${nxx} 0755
H A D03.t4 desc="mkdir returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
18 expect ENAMETOOLONG mkdir ${nxx} 0755
/freebsd-10.0-release/tools/regression/pjdfstest/tests/mknod/
H A D02.t4 desc="mknod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG mknod ${nxx} f 0644 0 0
22 expect ENAMETOOLONG mknod ${nxx} b 0644 0 0
27 expect ENAMETOOLONG mknod ${nxx} c 0644 0 0
H A D03.t4 desc="mknod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
19 expect ENAMETOOLONG mknod ${nxx} f 0644 0 0
24 expect ENAMETOOLONG mknod ${nxx} b 0644 1 2
29 expect ENAMETOOLONG mknod ${nxx} c 0644 1 2
/freebsd-10.0-release/tools/regression/pjdfstest/tests/mkfifo/
H A D02.t4 desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG mkfifo ${nxx} 0644
H A D03.t4 desc="mkfifo returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
19 expect ENAMETOOLONG mkfifo ${nxx} 0644
/freebsd-10.0-release/tools/regression/pjdfstest/tests/open/
H A D02.t4 desc="open returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG open ${nxx} O_CREAT 0620
H A D03.t4 desc="open returns ENAMETOOLONG if an entire path name exceeded ${PATH_MAX} characters"
19 expect ENAMETOOLONG open ${nxx} O_CREAT 0642
/freebsd-10.0-release/tools/regression/pjdfstest/tests/rmdir/
H A D02.t4 desc="rmdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG rmdir ${nxx}
H A D03.t4 desc="rmdir returns ENAMETOOLONG if an entire path name exceeded ${PATH_MAX} characters"
20 expect ENAMETOOLONG rmdir ${nxx}
/freebsd-10.0-release/tools/regression/pjdfstest/tests/truncate/
H A D02.t4 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG truncate ${nxx} 123
/freebsd-10.0-release/tools/regression/pjdfstest/tests/unlink/
H A D02.t4 desc="unlink returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG unlink ${nxx}
H A D03.t4 desc="unlink returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
19 expect ENAMETOOLONG unlink ${nxx}
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chflags/
H A D02.t4 desc="chflags returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
21 expect ENAMETOOLONG chflags ${nxx} SF_IMMUTABLE
28 expect ENAMETOOLONG lchflags ${nxx} SF_IMMUTABLE
H A D03.t4 desc="chflags returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
23 expect ENAMETOOLONG chflags ${nxx} SF_IMMUTABLE
30 expect ENAMETOOLONG lchflags ${nxx} SF_IMMUTABLE
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chmod/
H A D02.t4 desc="chmod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG chmod ${nxx} 0620
24 expect ENAMETOOLONG lchmod ${nxx} 0620
H A D03.t4 desc="chmod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG chmod ${nxx} 0642
26 expect ENAMETOOLONG lchmod ${nxx} 0642
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chown/
H A D02.t4 desc="chown returns ENAMETOOLONG if a component of a pathname exceeded ${NAME_MAX} characters"
18 expect ENAMETOOLONG chown ${nxx} 65534 65534
24 expect ENAMETOOLONG lchown ${nxx} 65534 65534
H A D03.t4 desc="chown returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG chown ${nxx} 65534 65534
26 expect ENAMETOOLONG lchown ${nxx} 65534 65534
/freebsd-10.0-release/tools/regression/pjdfstest/tests/link/
H A D02.t4 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
23 expect ENAMETOOLONG link ${n0} ${nxx}
25 expect ENAMETOOLONG link ${nxx} ${n0}
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Drealpath.c79 errno = ENAMETOOLONG;
94 errno = ENAMETOOLONG;
104 errno = ENAMETOOLONG;
135 errno = ENAMETOOLONG;
173 errno = ENAMETOOLONG;
181 errno = ENAMETOOLONG;

Completed in 165 milliseconds

1234567