Searched refs:desc (Results 226 - 250 of 1703) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/pjdfstest/tests/mkdir/
H A D02.t4 desc="mkdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t4 desc="mkdir returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t4 desc="mkdir returns ENOENT if a component of the path prefix does not exist"
H A D05.t4 desc="mkdir returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t4 desc="mkdir returns EACCES when write permission is denied on the parent directory of the directory to be created"
H A D07.t4 desc="mkdir returns ELOOP if too many symbolic links were encountered in translating the pathname"
H A D08.t4 desc="mkdir returns EPERM if the parent directory of the directory to be created has its immutable flag set"
H A D09.t4 desc="mkdir returns EROFS if the named file resides on a read-only file system"
H A D10.t4 desc="mkdir returns EEXIST if the named file exists"
H A D11.t4 desc="mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created"
H A D12.t4 desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D00.t4 desc="mkfifo creates fifo files"
H A D01.t4 desc="mkfifo returns ENOTDIR if a component of the path prefix is not a directory"
H A D02.t4 desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t4 desc="mkfifo returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t4 desc="mkfifo returns ENOENT if a component of the path prefix does not exist"
H A D05.t4 desc="mkfifo returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t4 desc="mkfifo returns EACCES when write permission is denied on the parent directory of the file to be created"
H A D07.t4 desc="mkfifo returns ELOOP if too many symbolic links were encountered in translating the pathname"
H A D08.t4 desc="mkfifo returns EROFS if the named file resides on a read-only file system"
H A D09.t4 desc="mkfifo returns EEXIST if the named file exists"
H A D10.t4 desc="mkfifo returns EPERM if the parent directory of the file to be created has its immutable flag set"
H A D11.t4 desc="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created"
H A D12.t4 desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-11-stable/contrib/pjdfstest/tests/mknod/
H A D00.t4 desc="mknod creates fifo files"

Completed in 237 milliseconds

1234567891011>>