Searched defs:open (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dposix_win.h39 #define open(path, ...) posix_open(path, __VA_ARGS__) macro
/freebsd-current/lib/libc/sys/
H A Dopen.c39 #pragma weak open macro
41 open(const char *path, int flags, ...) function
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h33 #define open _open macro
H A Dun-namespace.h33 #undef open macro
H A Drtld_libc.h78 #define open(path, ...) __sys_open(path, __VA_ARGS__) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h61 #define open binary_open macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_open_fd.c28 #define open _open macro
H A Dtest_read_large.c32 #define open _open macro
H A Dtest_read_data_large.c36 #define open _open macro
/freebsd-current/contrib/libpcap/testprogs/
H A Dunix.h46 #define open _open macro
/freebsd-current/lib/libgssapi/
H A Dgss_inquire_context.c36 gss_inquire_context(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *open) argument
/freebsd-current/sys/dev/wtap/
H A Dif_medium.h59 int open; member in struct:wtap_medium
/freebsd-current/contrib/libfido2/fuzz/
H A Dpreload-fuzz.c35 open(const char *path, int flags, ...) function
H A Dpreload-snoop.c77 open(const char *path, int flags, ...) function
/freebsd-current/stand/libsa/
H A Dopen.c136 open(const char *fname, int mode) function
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, function in class:llvm::orc::EPCGenericDylibManager
/freebsd-current/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp193 sqlite::database::open(const fs::path& file, int open_flags) function in class:sqlite::database
/freebsd-current/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h86 unsigned int open : 1; member in struct:__anon6696
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py42 from io import open # pylint: disable=redefined-builtin, g-importing-member namespace
/freebsd-current/tests/sys/capsicum/
H A Dbindat_connectat.c48 open(const char *path, int flags, ...) function
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp25 SimpleExecutorDylibManager::open(const std::string &Path, uint64_t Mode) { function in class:llvm::orc::rt_bootstrap::SimpleExecutorDylibManager
/freebsd-current/contrib/lib9p/backend/
H A Dbackend.h38 int (*open)(void *, struct l9p_request *); member in struct:l9p_backend
/freebsd-current/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c55 #undef open macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp114 int open(const char *filename, int flags, ...) { function
/freebsd-current/crypto/openssl/crypto/rand/
H A Drandfile.c42 # define open _open macro

Completed in 198 milliseconds

1234