Searched refs:desc (Results 176 - 200 of 1399) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/pjdfstest/tests/ftruncate/
H A D12.t4 desc="truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size"
/freebsd-10.3-release/contrib/pjdfstest/tests/link/
H A D04.t4 desc="link returns ENOENT if a component of either path prefix does not exist"
H A D10.t4 desc="link returns EEXIST if the destination file does exist"
/freebsd-10.3-release/contrib/pjdfstest/tests/mkdir/
H A D01.t4 desc="mkdir returns ENOTDIR if a component of the path prefix is not a directory"
H A D07.t4 desc="mkdir returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-10.3-release/contrib/pjdfstest/tests/mkfifo/
H A D01.t4 desc="mkfifo returns ENOTDIR if a component of the path prefix is not a directory"
H A D07.t4 desc="mkfifo returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-10.3-release/contrib/pjdfstest/tests/mknod/
H A D07.t4 desc="mknod returns ELOOP if too many symbolic links were encountered in translating the pathname"
H A D08.t4 desc="mknod returns EEXIST if the named file exists"
/freebsd-10.3-release/contrib/pjdfstest/tests/open/
H A D01.t4 desc="open returns ENOTDIR if a component of the path prefix is not a directory"
H A D03.t4 desc="open returns ENAMETOOLONG if an entire path name exceeded ${PATH_MAX} characters"
H A D12.t4 desc="open returns ELOOP if too many symbolic links were encountered in translating the pathname"
H A D20.t4 desc="open returns ETXTBSY when the file is a pure procedure (shared text) file that is being executed and the open() system call requests write access"
H A D22.t4 desc="open returns EEXIST when O_CREAT and O_EXCL were specified and the file exists"
H A D23.t4 desc="open may return EINVAL when an attempt was made to open a descriptor with an illegal combination of O_RDONLY, O_WRONLY, and O_RDWR"
/freebsd-10.3-release/contrib/pjdfstest/tests/rename/
H A D02.t4 desc="rename returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
H A D03.t4 desc="rename returns ENOENT if a component of the 'from' path does not exist, or a path prefix of 'to' does not exist"
H A D13.t4 desc="rename returns ENOTDIR when the 'from' argument is a directory, but 'to' is not a directory"
H A D14.t4 desc="rename returns EISDIR when the 'to' argument is a directory, but 'from' is not a directory"
H A D18.t4 desc="rename returns EINVAL when the 'from' argument is a parent directory of 'to'"
H A D19.t4 desc="rename returns EINVAL/EBUSY when an attempt is made to rename '.' or '..'"
/freebsd-10.3-release/contrib/pjdfstest/tests/rmdir/
H A D03.t4 desc="rmdir returns ENAMETOOLONG if an entire path name exceeded ${PATH_MAX} characters"
H A D05.t4 desc="rmdir returns ELOOP if too many symbolic links were encountered in translating the pathname"
H A D06.t4 desc="rmdir returns EEXIST or ENOTEMPTY the named directory contains files other than '.' and '..' in it"
H A D12.t4 desc="rmdir returns EINVAL if the last component of the path is '.' and EEXIST or ENOTEMPTY if the last component of the path is '..'"

Completed in 64 milliseconds

1234567891011>>