Searched refs:desc (Results 101 - 125 of 1717) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D10.t5 desc="chown returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-13-stable/contrib/pjdfstest/tests/ftruncate/
H A D02.t5 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D04.t5 desc="truncate returns ENOENT if the named file does not exist"
H A D11.t5 desc="truncate returns ETXTBSY the file is a pure procedure (shared text) file that is being executed"
H A D13.t5 desc="ftruncate returns EINVAL if the length argument was less than 0"
/freebsd-13-stable/contrib/pjdfstest/tests/link/
H A D09.t5 desc="link returns ENOENT if the source file does not exist"
/freebsd-13-stable/contrib/pjdfstest/tests/mkdir/
H A D03.t5 desc="mkdir returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="mkdir returns ENOENT if a component of the path prefix does not exist"
H A D10.t5 desc="mkdir returns EEXIST if the named file exists"
/freebsd-13-stable/contrib/pjdfstest/tests/mkfifo/
H A D02.t5 desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="mkfifo returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="mkfifo returns ENOENT if a component of the path prefix does not exist"
H A D09.t5 desc="mkfifo returns EEXIST if the named file exists"
/freebsd-13-stable/contrib/pjdfstest/tests/mknod/
H A D04.t5 desc="mknod returns ENOENT if a component of the path prefix does not exist"
/freebsd-13-stable/contrib/pjdfstest/tests/open/
H A D02.t5 desc="open returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
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"
H A D08.t5 desc="open returns EACCES when O_CREAT is specified, the file does not exist, and the directory in which it is to be created does not permit writing"
/freebsd-13-stable/contrib/pjdfstest/tests/rmdir/
H A D02.t5 desc="rmdir returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D04.t5 desc="rmdir returns ENOENT if the named directory does not exist"
/freebsd-13-stable/contrib/pjdfstest/tests/symlink/
H A D04.t5 desc="symlink returns ENOENT if a component of the name2 path prefix does not exist"
H A D08.t5 desc="symlink returns EEXIST if the name2 argument already exists"
/freebsd-13-stable/contrib/pjdfstest/tests/truncate/
H A D02.t5 desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D04.t5 desc="truncate returns ENOENT if the named file does not exist"
H A D13.t5 desc="truncate returns EINVAL if the length argument was less than 0"
/freebsd-13-stable/contrib/pjdfstest/tests/unlink/
H A D02.t5 desc="unlink returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"

Completed in 65 milliseconds

1234567891011>>