Searched refs:desc (Results 401 - 425 of 1799) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/pjdfstest/tests/open/
H A D13.t5 desc="open returns EISDIR when trying to open a directory for writing"
H A D16.t16 desc="open returns $error when O_NOFOLLOW was specified and the target is a symbolic link"
H A D18.t5 desc="open returns EWOULDBLOCK when O_NONBLOCK and one of O_SHLOCK or O_EXLOCK is specified and the file is locked"
H A D19.t5 desc="open returns ENOSPC when O_CREAT is specified, the file does not exist, and there are no free inodes on the file system on which the file is being created"
H A D20.t5 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"
/freebsd-12-stable/contrib/pjdfstest/tests/rename/
H A D01.t5 desc="rename returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
H A D11.t5 desc="rename returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
H A D12.t5 desc="rename returns ENOTDIR if a component of either path prefix is not a directory"
H A D17.t5 desc="rename returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
H A D20.t5 desc="rename returns EEXIST or ENOTEMPTY if the 'to' argument is a directory and is not empty"
/freebsd-12-stable/contrib/pjdfstest/tests/rmdir/
H A D00.t5 desc="rmdir removes directories"
H A D01.t5 desc="rmdir returns ENOTDIR if a component of the path is not a directory"
H A D07.t5 desc="rmdir returns EACCES when search permission is denied for a component of the path prefix"
H A D08.t5 desc="rmdir returns EACCES when write permission is denied on the directory containing the link to be removed"
H A D13.t5 desc="rmdir returns EBUSY if the directory to be removed is the mount point for a mounted file system"
/freebsd-12-stable/contrib/pjdfstest/tests/symlink/
H A D11.t5 desc="symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link is being created"
/freebsd-12-stable/contrib/pjdfstest/tests/truncate/
H A D06.t5 desc="truncate returns EACCES if the named file is not writable by the user"
/freebsd-12-stable/contrib/pjdfstest/tests/unlink/
H A D05.t5 desc="unlink returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t5 desc="unlink returns EACCES when write permission is denied on the directory containing the link to be removed"
/freebsd-12-stable/contrib/pjdfstest/tests/utimensat/
H A D00.t5 desc="utimensat changes timestamps on any type of file"
H A D04.t5 desc="utimensat can set mtime < atime or vice versa"
H A D08.t5 desc="utimensat can set timestamps with subsecond precision"
H A D09.t5 desc="utimensat is y2038 compliant"
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Ddebug.h128 # define SM_DEBUG_INITIALIZER(name, desc) { \
132 desc, \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dproc-flags.c47 char *desc; /* Short description of value */ member in struct:trans
51 into the names and desc information. */
281 fprintf (file, "%s\n", pr_flag_table[i].desc);

Completed in 69 milliseconds

<<11121314151617181920>>