| /src/external/bsd/libarchive/dist/cat/ |
| cmdline.c | 35 * The symbolic names for options that lack a short equivalent are 44 int equivalent; /* Equivalent short option. */ member in struct:bsdcat_option 266 return (match->equivalent);
|
| /src/external/bsd/libarchive/dist/tar/ |
| cmdline.c | 36 * The symbolic names for options that lack a short equivalent are 45 int equivalent; /* Equivalent short option. */ member in struct:bsdtar_option 406 return (match->equivalent);
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cmdline.c | 42 int equivalent; /* Equivalent short option. */ member in struct:option 262 return (match->equivalent);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 815 fs::equivalent(const path& p1, const path& p2) function in class:fs 818 auto result = equivalent(p1, p2, ec); 826 fs::equivalent(const path& p1, const path& p2, error_code& ec) noexcept
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| ops.cc | 724 fs::equivalent(const path& p1, const path& p2) function in class:fs 727 auto result = equivalent(p1, p2, ec); 735 fs::equivalent(const path& p1, const path& p2, error_code& ec) noexcept
|
| std-ops.cc | 942 fs::equivalent(const path& p1, const path& p2) function in class:fs 945 auto result = equivalent(p1, p2, ec); 953 fs::equivalent(const path& p1, const path& p2, error_code& ec) noexcept
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops.cc | 739 fs::equivalent(const path& p1, const path& p2) function in class:fs 742 auto result = equivalent(p1, p2, ec); 750 fs::equivalent(const path& p1, const path& p2, error_code& ec) noexcept
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 815 fs::equivalent(const path& p1, const path& p2) function in class:fs 818 auto result = equivalent(p1, p2, ec); 897 fs::equivalent(const path& p1, const path& p2, error_code& ec) noexcept
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FileSystem.h | 16 // category. However, they shall be equivalent to any error conditions listed 227 friend bool equivalent(file_status A, file_status B); 369 /// Remove path. Equivalent to POSIX remove(). 490 bool equivalent(file_status A, file_status B); 499 /// inode (or equivalent). 502 std::error_code equivalent(const Twine &A, const Twine &B, bool &result); 504 /// Simpler version of equivalent for clients that don't need to 506 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs 508 return !equivalent(A, B, result) && result; 1005 /// of bytes actually read. On Unix, this is equivalent to `return ::read(FD [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| VirtualFileSystem.cpp | 89 bool Status::equivalent(const Status &Other) const { function in class:Status
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 2078 /* Is "kind1" equivalent to "kind2"? 2081 static bool equivalent(const Kind &kind1, const Kind &kind2) function 2088 * provided there is no equivalent specialization already in there. 2093 if (equivalent(special, kind))
|
| /src/external/mit/isl/dist/ |
| isl_scheduler.c | 3962 * If "any_non_trivial" is not true, then "equivalent" and "mask" may be NULL. 3963 * "equivalent" connects instances to other instances on the same line(s). 3964 * "mask" contains the domain spaces of "equivalent". 3969 isl_union_map *equivalent; member in struct:isl_exploit_lineality_data 3992 isl_union_map_free(carry->lineality.equivalent); 4744 * other elements along the lines in "lineality" to data->equivalent. 4747 * initialize data->mask and data->equivalent. 4777 data->equivalent = isl_union_map_empty(isl_space_copy(space)); 4796 data->equivalent = isl_union_map_add_map(data->equivalent, map) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 2349 (defun po-seek-equivalent-translation (name string) 2401 (po-seek-equivalent-translation name string)) 2409 (po-seek-equivalent-translation name string)) 2427 "Select one of the available auxiliary files and locate an equivalent entry. 2438 (or (po-seek-equivalent-translation name string)
|