/freebsd/lib/libc/sys/ |
H A D | open.c | 39 #pragma weak open macro 41 open(const char *path, int flags, ...) in open() function
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | namespace.h | 33 #define open _open macro
|
H A D | rtld_libc.h | 78 #define open(path, ...) __sys_open(path, __VA_ARGS__) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.h | 61 #define open binary_open macro
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_open_fd.c | 29 #define open _open global() macro
|
H A D | test_read_large.c | 33 #define open _open global() macro
|
H A D | test_read_data_large.c | 37 #define open _open global() macro
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | unix.h | 46 #define open _open macro
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | posix_win.h | 39 #define open(path, ...) posix_open(path, __VA_ARGS__) macro
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 541 preprocessor define to get large-file capable open(), stat(), etc. function
|
/freebsd/crypto/krb5/src/include/krb5/ |
H A D | pwqual_plugin.h | 103 krb5_pwqual_open_fn open; member
|
/freebsd/lib/libgssapi/ |
H A D | gss_inquire_context.c | 44 int *open) in gss_inquire_context()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.hh | 86 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 D | preload-fuzz.c | 35 open(const char *path, int flags, ...) in open() function
|
H A D | preload-snoop.c | 77 open(const char *path, int flags, ...) in open() function
|
/freebsd/sys/dev/wtap/ |
H A D | if_medium.h | 59 int open; member
|
/freebsd/stand/libsa/ |
H A D | open.c | 136 open(const char *fname, int mode) in open() function
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 181 # 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 D | SimpleExecutorDylibManager.cpp | 25 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 D | EPCGenericDylibManager.cpp | 74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, in open() function in llvm::orc::EPCGenericDylibManager
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | randfile.c | 43 # define open _open macro
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | spnego_locl.h | 86 unsigned int open : 1; member
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | database.cpp | 193 sqlite::database::open(const fs::path& file, int open_flags) in open() function in sqlite::database
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 93 #define open _open macro
|
/freebsd/tests/sys/capsicum/ |
H A D | bindat_connectat.c | 48 open(const char *path, int flags, ...) in open() function
|