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

123456789

/freebsd-current/contrib/pjdfstest/tests/rename/
H A D02.t5 desc="rename returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
21 expect ENAMETOOLONG rename ${n0} ${nxx}
23 expect ENAMETOOLONG rename ${nxx} ${n0}
H A D01.t5 desc="rename returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
22 expect ENAMETOOLONG rename ${n0} ${nxx}
24 expect ENAMETOOLONG rename ${nxx} ${n0}
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D03.t5 desc="symlink returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
21 expect ENAMETOOLONG symlink ${n0} ${nxx}
22 expect ENAMETOOLONG symlink ${nxx} ${n0}
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D02.t5 desc="mkdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
17 expect ENAMETOOLONG mkdir ${nxx} 0755
H A D03.t5 desc="mkdir returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
19 expect ENAMETOOLONG mkdir ${nxx} 0755
/freebsd-current/contrib/pjdfstest/tests/mknod/
H A D03.t5 desc="mknod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG mknod ${nxx} f 0644 0 0
25 expect ENAMETOOLONG mknod ${nxx} b 0644 1 2
30 expect ENAMETOOLONG mknod ${nxx} c 0644 1 2
H A D02.t5 desc="mknod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG mknod ${nxx} f 0644 0 0
23 expect ENAMETOOLONG mknod ${nxx} b 0644 0 0
28 expect ENAMETOOLONG mknod ${nxx} c 0644 0 0
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D02.t5 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
19 expect ENAMETOOLONG truncate ${nxx} 123
H A D03.t5 desc="truncate returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
21 expect ENAMETOOLONG truncate ${nxx} 123
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D03.t5 desc="mkfifo returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG mkfifo ${nxx} 0644
H A D02.t5 desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG mkfifo ${nxx} 0644
/freebsd-current/contrib/pjdfstest/tests/open/
H A D02.t5 desc="open returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG open ${nxx} O_CREAT 0620
H A D03.t5 desc="open returns ENAMETOOLONG if an entire path name exceeded ${PATH_MAX} characters"
20 expect ENAMETOOLONG open ${nxx} O_CREAT 0642
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D02.t5 desc="rmdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG rmdir ${nxx}
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D02.t5 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
19 expect ENAMETOOLONG truncate ${nxx} 123
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D03.t5 desc="unlink returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
20 expect ENAMETOOLONG unlink ${nxx}
H A D02.t5 desc="unlink returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
18 expect ENAMETOOLONG unlink ${nxx}
/freebsd-current/contrib/pjdfstest/tests/chflags/
H A D02.t5 desc="chflags returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
22 expect ENAMETOOLONG chflags ${nxx} SF_IMMUTABLE
29 expect ENAMETOOLONG lchflags ${nxx} SF_IMMUTABLE
H A D03.t5 desc="chflags returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
24 expect ENAMETOOLONG chflags ${nxx} SF_IMMUTABLE
31 expect ENAMETOOLONG lchflags ${nxx} SF_IMMUTABLE
/freebsd-current/contrib/pjdfstest/tests/chmod/
H A D03.t5 desc="chmod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
25 expect ENAMETOOLONG chmod ${nxx} 0642
32 expect ENAMETOOLONG lchmod ${nxx} 0642
H A D02.t5 desc="chmod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
23 expect ENAMETOOLONG chmod ${nxx} 0620
30 expect ENAMETOOLONG lchmod ${nxx} 0620
/freebsd-current/contrib/pjdfstest/tests/chown/
H A D03.t5 desc="chown returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
21 expect ENAMETOOLONG chown ${nxx} 65534 65534
27 expect ENAMETOOLONG lchown ${nxx} 65534 65534
H A D02.t5 desc="chown returns ENAMETOOLONG if a component of a pathname exceeded ${NAME_MAX} characters"
19 expect ENAMETOOLONG chown ${nxx} 65534 65534
25 expect ENAMETOOLONG lchown ${nxx} 65534 65534
/freebsd-current/contrib/pjdfstest/tests/link/
H A D02.t5 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
24 expect ENAMETOOLONG link ${n0} ${nxx}
26 expect ENAMETOOLONG link ${nxx} ${n0}
/freebsd-current/lib/libc/gen/
H A Dgethostname.c47 errno = ENAMETOOLONG;

Completed in 86 milliseconds

123456789