Home
last modified time | relevance | path

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

1234

/freebsd-src/lib/libc/sys/
H A Dopen.c39 #pragma weak open macro
41 open(const char *path, int flags, ...) in open() function
/freebsd-src/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-src/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h61 #define open binary_open macro
/freebsd-src/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-src/contrib/libpcap/testprogs/
H A Dunix.h46 #define open _open macro
/freebsd-src/contrib/libfido2/openbsd-compat/
H A Dposix_win.h39 #define open(path, ...) posix_open(path, __VA_ARGS__) macro
/freebsd-src/crypto/openssh/contrib/redhat/
H A Dopenssh.spec540 preprocessor define to get large-file capable open(), stat(), etc. function
/freebsd-src/lib/libgssapi/
H A Dgss_inquire_context.c44 int *open) in gss_inquire_context()
/freebsd-src/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-src/sys/dev/wtap/
H A Dif_medium.h59 int open; member
/freebsd-src/tests/sys/fs/fusefs/
H A Dmockfs.hh84 struct fuse_open_out open; global() member
130 struct fuse_open_out open; global() member
176 fuse_open_in open; global() member
221 fuse_open_out open; global() member
/freebsd-src/stand/libsa/
H A Dopen.c136 open(const char *fname, int mode) in open() function
/freebsd-src/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-src/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-src/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-src/crypto/openssl/crypto/rand/
H A Drandfile.c42 # define open _open global() macro
/freebsd-src/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-src/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h86 unsigned int open : 1; member
/freebsd-src/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h93 #define open _open macro
/freebsd-src/tests/sys/capsicum/
H A Dbindat_connectat.c48 open(const char *path, int flags, ...) in open() function
/freebsd-src/stand/userboot/
H A Duserboot.h82 int (*open)(void *arg, const char *filename, void **h_return); member

1234