Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDport-solaris.c52 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id()
77 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { in solaris_contract_pre_fork()
173 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { in solaris_contract_post_fork_parent()
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDccompile.h130 #define open64 open macro
/freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/
HDkernel.c1095 fd = open64(path, flags, mode); in zfs_file_open()
1108 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp1678 TSAN_INTERCEPTOR(int, open64, const char *name, int oflag, ...) { in TSAN_INTERCEPTOR() argument
1683 SCOPED_TSAN_INTERCEPTOR(open64, name, oflag, mode); in TSAN_INTERCEPTOR()
1685 int fd = REAL(open64)(name, oflag, mode); in TSAN_INTERCEPTOR()
1690 #define TSAN_MAYBE_INTERCEPT_OPEN64 TSAN_INTERCEPT(open64)
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def1825 /// int open64(const char *filename, int flags[, mode_t mode])
1826 TLI_DEFINE_ENUM_INTERNAL(open64)
1827 TLI_DEFINE_STRING_INTERNAL("open64")
/freebsd-14-stable/contrib/sqlite3/tea/tclconfig/
HDtcl.m42558 [char *p = (char *)open64;])
2637 AC_CHECK_FUNCS(open64 lseek64)
2644 dnl functions lseek64 and open64 are defined.
/freebsd-14-stable/contrib/sqlite3/tea/
HDconfigure8353 char *p = (char *)open64;
8369 char *p = (char *)open64;
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c4339 if ((fd = open64(cachefile, O_RDONLY)) < 0) { in dump_cachefile()
5281 if ((fd = open64(path, O_RDONLY)) < 0) { in dump_label()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2461 fun:open64=uninstrumented