Home
last modified time | relevance | path

Searched defs:open (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/lib/libc/sys/
H A Dopen.c37 #pragma weak open macro
39 open(const char *path, int flags, ...) in open() function
/freebsd/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h33 #define open _open macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h61 #define open binary_open macro
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_open_fd.c29 #define open _open global() macro
H A Dtest_read_large.c33 #define open _open global() macro
H A Dtest_read_data_into_fd_size_exceeds_declared.c28 #define open _open macro
H A Dtest_read_data_large.c36 #define open _open macro
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h46 #define open _open macro
/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Ddir.cpp19 ErrorOr<Dir *> Dir::open(const char *path) { in open() function in LIBC_NAMESPACE_DECL::Dir
/freebsd/contrib/libfido2/openbsd-compat/
H A Dposix_win.h39 #define open(path, ...) posix_open(path, __VA_ARGS__) macro
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dbackend.h32 int (*open)(struct voss_backend *, const char *, int, int, int *, int *); member
/freebsd/crypto/krb5/src/include/krb5/
H A Dpwqual_plugin.h103 krb5_pwqual_open_fn open; member
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec504 preprocessor define to get large-file capable open(), stat(), etc. function
/freebsd/lib/libgssapi/
H A Dgss_inquire_context.c44 int *open) in gss_inquire_context()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh86 struct fuse_open_out open; member
132 struct fuse_open_out open; member
179 fuse_open_in open; member
224 fuse_open_out open; member
/freebsd/contrib/libfido2/fuzz/
H A Dpreload-fuzz.c35 open(const char *path, int flags, ...) in open() function
H A Dpreload-snoop.c77 open(const char *path, int flags, ...) in open() function
/freebsd/sys/dev/wtap/
H A Dif_medium.h59 int open; member
/freebsd/stand/libsa/
H A Dopen.c136 open(const char *fname, int mode) in open() function
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dfcntl.cpp119 ErrorOr<int> open(const char *path, int flags, mode_t mode_flags) { in open() function
/freebsd/contrib/sendmail/include/sm/
H A Dio.h181 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
185 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) argument
188 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f) argument
189 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp24 SimpleExecutorDylibManager::open(const std::string &Path, uint64_t Mode) { in open() function in llvm::orc::rt_bootstrap::SimpleExecutorDylibManager
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmessages.h52 _LIBCPP_HIDE_FROM_ABI catalog open(const basic_string<char>& __nm, const locale& __loc) const { in open() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, in open() function in llvm::orc::EPCGenericDylibManager
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c43 #define open _open macro

12345