Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/sys/
H A Dopen.c39 #pragma weak open macro
41 open(const char *path, int flags, ...) in open() function
/freebsd/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h33 #define open _open macro
H A Drtld_libc.h78 #define open(path, ...) __sys_open(path, __VA_ARGS__) 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_large.c37 #define open _open global() macro
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h46 #define open _open macro
/freebsd/contrib/libfido2/openbsd-compat/
H A Dposix_win.h39 #define open(path, ...) posix_open(path, __VA_ARGS__) macro
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec541 preprocessor define to get large-file capable open(), stat(), etc. function
/freebsd/crypto/krb5/src/include/krb5/
H A Dpwqual_plugin.h103 krb5_pwqual_open_fn open; member
/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
178 fuse_open_in open; member
223 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/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.cpp25 SimpleExecutorDylibManager::open(const std::string &Path, uint64_t Mode) { in open() function in llvm::orc::rt_bootstrap::SimpleExecutorDylibManager
/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
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h86 unsigned int open : 1; member
/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp193 sqlite::database::open(const fs::path& file, int open_flags) in open() function in sqlite::database
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h93 #define open _open macro
/freebsd/tests/sys/capsicum/
H A Dbindat_connectat.c48 open(const char *path, int flags, ...) in open() function

1234