Symbol: _open
crypto/openssl/crypto/bio/bio_local.h
166
#define UP_open _open
crypto/openssl/crypto/rand/randfile.c
43
#define open _open
crypto/openssl/include/internal/e_os.h
223
#define open _open
crypto/openssl/ms/applink.c
136
OPENSSL_ApplinkTable[APPLINK_OPEN] = _open;
lib/libc/db/btree/bt_open.c
196
if ((t->bt_fd = _open(fname, flags | O_CLOEXEC, mode)) < 0)
lib/libc/db/hash/hash.c
119
if ((hashp->fp = _open(file, flags | O_CLOEXEC, mode)) == -1)
lib/libc/db/recno/rec_open.c
63
if (fname != NULL && (rfd = _open(fname, flags | O_CLOEXEC, mode)) < 0)
lib/libc/gen/daemon.c
102
chdirfd = _open("/", O_EXEC);
lib/libc/gen/daemon.c
97
nullfd = _open(_PATH_DEVNULL, O_RDWR, 0);
lib/libc/gen/fts-compat.c
1174
if (fd < 0 && (newfd = _open(path, O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts-compat.c
216
(sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts-compat.c
341
if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC,
lib/libc/gen/fts-compat.c
433
_open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) {
lib/libc/gen/fts-compat.c
569
if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts-compat11.c
1153
if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY |
lib/libc/gen/fts-compat11.c
206
(sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts-compat11.c
331
if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC,
lib/libc/gen/fts-compat11.c
424
_open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) {
lib/libc/gen/fts-compat11.c
563
if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts.c
1247
if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY |
lib/libc/gen/fts.c
201
(sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/fts.c
428
if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC,
lib/libc/gen/fts.c
521
_open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) {
lib/libc/gen/fts.c
660
if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0)
lib/libc/gen/getcap.c
263
fd = _open(*db_p, O_RDONLY | O_CLOEXEC, 0);
lib/libc/gen/nlist.c
58
fd = _open(name, O_RDONLY | O_CLOEXEC, 0);
lib/libc/gen/opendir2.c
56
if ((fd = _open(name, O_DIRECTORY | O_RDONLY | O_CLOEXEC)) == -1)
lib/libc/gen/posix_spawn.c
166
fd = _open(fae->fae_path, fae->fae_oflag, fae->fae_mode);
lib/libc/gen/pututxline.c
183
fd = _open(_PATH_UTX_ACTIVE, O_CREAT|O_RDWR|O_TRUNC, 0644);
lib/libc/gen/pututxline.c
240
fd = _open(_PATH_UTX_LASTLOGIN, O_RDWR|O_CLOEXEC, 0644);
lib/libc/gen/pututxline.c
274
fd = _open(_PATH_UTX_LOG, O_CREAT|O_WRONLY|O_APPEND|O_CLOEXEC, 0644);
lib/libc/gen/pututxline.c
49
fd = _open(file, O_CREAT|O_RDWR|O_EXLOCK|O_CLOEXEC, 0644);
lib/libc/gen/readpassphrase.c
70
input = output = _open(_PATH_TTY, O_RDWR | O_CLOEXEC);
lib/libc/gen/sem_new.c
179
fd = _open(path, flags | O_RDWR | O_CLOEXEC |
lib/libc/gen/sem_new.c
211
fd = _open(path, flags | O_RDWR | O_CLOEXEC | O_EXLOCK, mode);
lib/libc/gen/syslog.c
318
(fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >=
lib/libc/gmon/gmon.c
154
fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666);
lib/libc/gmon/gmon.c
160
log = _open("gmon.log", O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0664);
lib/libc/iconv/citrus_mmap.c
62
if ((fd = _open(path, O_RDONLY | O_CLOEXEC)) == -1)
lib/libc/include/namespace.h
83
#define open _open
lib/libc/locale/collate.c
149
if ((fd = _open(buf, O_RDONLY | O_CLOEXEC)) < 0) {
lib/libc/locale/ldpart.c
90
if ((fd = _open(filename, O_RDONLY | O_CLOEXEC)) < 0)
lib/libc/locale/rune.c
71
if ((fd = _open(fname, O_RDONLY | O_CLOEXEC)) < 0) {
lib/libc/nls/msgcat.c
411
if ((fd = _open(path, O_RDONLY | O_CLOEXEC)) == -1) {
lib/libc/stdio/fopen.c
58
if ((f = _open(file, oflags, DEFFILEMODE)) < 0) {
lib/libc/stdio/freopen.c
153
f = _open(file, oflags, DEFFILEMODE);
lib/libc/stdio/freopen.c
160
f = _open(file, oflags, DEFFILEMODE);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
151
#define open _open
lib/libc/yp/yplib.c
372
if ((fd = _open(path, O_RDONLY | O_CLOEXEC)) == -1) {
lib/libsys/x86/__vdso_gettc.c
264
(fd = _open(devname, O_RDONLY | O_CLOEXEC)) == -1) {
lib/libsys/x86/__vdso_gettc.c
300
fd = _open(HYPERV_REFTSC_DEVPATH, O_RDONLY | O_CLOEXEC);
lib/libsys/x86/__vdso_gettc.c
389
(fd = _open("/dev/" PVCLOCK_CDEVNAME, O_RDONLY | O_CLOEXEC)) < 0)
libexec/rtld-elf/rtld-libc/namespace.h
33
#define open _open
sys/compat/linuxkpi/common/include/linux/fs.h
390
__fops ## _open(struct inode *inode, struct file *filp) \
sys/compat/linuxkpi/common/include/linux/fs.h
396
.open = __fops ## _open, \
sys/compat/linuxkpi/common/include/linux/seq_file.h
45
static int __name ## _open(struct inode *inode, struct linux_file *file) \
sys/compat/linuxkpi/common/include/linux/seq_file.h
52
.open = __name ## _open, \
sys/compat/linuxkpi/common/include/linux/seq_file.h
59
static int __name ## _open(struct inode *inode, struct linux_file *file) \
sys/compat/linuxkpi/common/include/linux/seq_file.h
66
.open = __name ## _open, \