Searched refs:desc (Results 351 - 375 of 1717) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/libexec/tftpd/
H A Dtftp-utils.h85 const char *const desc; member in struct:rp_errors
101 const char *const desc; member in struct:debugs
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp39 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
42 OutputFilename("o", cl::desc("Override output filename"),
46 Force("f", cl::desc("Enable binary output on terminals"));
49 DontPrint("disable-output", cl::desc("Don't output the .ll file"), cl::Hidden);
53 cl::desc("Set lazy loading to pretend to import a module"),
58 cl::desc("Add informational comments to the .ll file"));
62 cl::desc("Preserve use-list order when writing LLVM assembly."),
67 cl::desc("Load module without materializing metadata, "
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp68 OptLevel("O", cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
74 cl::desc("Print statistic for the index in every input files"),
79 cl::desc("Do not run the verifier during the optimization pipeline"));
82 cl::desc("Do not run the inliner pass"));
86 cl::desc("Do not run the GVN load PRE pass"));
90 cl::desc("Do not run loop or slp vectorization during LTO"));
94 cl::desc("Enable Freestanding (disable builtins / TLI) during LTO"));
98 cl::desc("Use a diagnostic handler to test the handler interface"));
102 cl::desc("Only write combined global index for ThinLTO backends"));
117 "thinlto-action", cl::desc("Perfor
[all...]
/freebsd-13-stable/contrib/pjdfstest/tests/chflags/
H A D02.t5 desc="chflags returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="chflags returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
/freebsd-13-stable/contrib/pjdfstest/tests/chmod/
H A D02.t5 desc="chmod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="chmod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="chmod returns ENOENT if the named file does not exist"
H A D06.t5 desc="chmod returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D02.t5 desc="chown returns ENAMETOOLONG if a component of a pathname exceeded ${NAME_MAX} characters"
H A D03.t5 desc="chown returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="chown returns ENOENT if the named file does not exist"
H A D06.t5 desc="chown returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-13-stable/contrib/pjdfstest/tests/ftruncate/
H A D06.t5 desc="truncate returns EACCES if the named file is not writable by the user"
/freebsd-13-stable/contrib/pjdfstest/tests/link/
H A D01.t5 desc="link returns ENOTDIR if a component of either path prefix is not a directory"
H A D02.t5 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
H A D08.t5 desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
H A D17.t5 desc="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
/freebsd-13-stable/contrib/pjdfstest/tests/mkdir/
H A D11.t5 desc="mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created"
/freebsd-13-stable/contrib/pjdfstest/tests/mkfifo/
H A D11.t5 desc="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created"
/freebsd-13-stable/contrib/pjdfstest/tests/mknod/
H A D01.t5 desc="mknod returns ENOTDIR if a component of the path prefix is not a directory"
H A D02.t5 desc="mknod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="mknod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
/freebsd-13-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"

Completed in 100 milliseconds

<<11121314151617181920>>