/openbsd-src/bin/cp/ |
H A D | utils.c | 55 copy_file(FTSENT *entp, int exists) in copy_file() 200 copy_link(FTSENT *p, int exists) in copy_link() 224 copy_fifo(struct stat *from_stat, int exists) in copy_fifo() 240 copy_special(struct stat *from_stat, int exists) in copy_special()
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | Vstat.pm | 42 sub exists($) subroutine 62 sub exists($) subroutine 82 sub exists($self) subroutine 122 sub exists($self, $name) subroutine
|
/openbsd-src/gnu/usr.bin/perl/ext/Tie-Memoize/t/ |
H A D | Tie-Memoize.t | 14 sub exists { my ($key, $dir) = @_; return -f File::Spec->catfile($dir, $key) } subroutine
|
/openbsd-src/usr.bin/patch/ |
H A D | pch.h | 36 bool exists; member
|
H A D | util.c | 341 fetchname(const char *at, bool *exists, int strip_leading) in fetchname()
|
/openbsd-src/usr.bin/libtool/LT/ |
H A D | UList.pm | 65 sub exists($self, $key) subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Queue.pm | 161 sub exists { subroutine
|
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
H A D | Select.pm | 46 sub exists subroutine
|
/openbsd-src/bin/ln/ |
H A D | ln.c | 121 int exists, n; in linkit() local
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | rename.c | 145 bfd_boolean exists; in smart_rename() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rename.c | 147 bfd_boolean exists; in smart_rename() local
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 108 bool exists() const { return _VSTD_FS::exists(file_status{__get_ft()}); } in exists() function 111 bool exists(error_code& __ec) const noexcept { in exists() function
|
H A D | operations.h | 98 inline _LIBCPP_HIDE_FROM_ABI bool exists(file_status __s) noexcept { return status_known(__s) && __… in exists() function 99 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p) { return exists(__status(__p)); } in exists() function 101 inline _LIBCPP_INLINE_VISIBILITY bool exists(const path& __p, error_code& __ec) noexcept { in exists() function
|
/openbsd-src/regress/sys/kern/access/ |
H A D | access.c | 22 char exists[] = "testdir/testfile"; variable
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
H A D | CPAN.pm | 1002 sub exists { subroutine
|
/openbsd-src/usr.bin/cvs/ |
H A D | checkout.c | 487 int cf_kflag, exists; in cvs_checkout_file() local
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | diff.c | 430 int exists; local
|
/openbsd-src/usr.bin/less/ |
H A D | edit.c | 601 int exists; in use_logfile() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 194 bool AddrHashMap<T, kSize>::Handle::exists() const { in exists() function
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | DriverUtils.cpp | 268 bool exists = fs::exists(location); in findPathCombination() local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | i386linux.c | 438 bfd_boolean exists; local
|
H A D | sparclinux.c | 439 bfd_boolean exists; local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | sparclinux.c | 440 bfd_boolean exists; local
|
H A D | i386linux.c | 439 bfd_boolean exists; local
|
/openbsd-src/usr.bin/vi/common/ |
H A D | exf.c | 125 int fd, exists, open_err, readonly; in file_init() local
|