/freebsd/lib/libc/gen/ |
H A D | pututxline.c | 49 fd = _open(file, O_CREAT|O_RDWR|O_EXLOCK|O_CLOEXEC, 0644); in futx_open() 183 fd = _open(_PATH_UTX_ACTIVE, O_CREAT|O_RDWR|O_TRUNC, 0644); in utx_active_init() 240 fd = _open(_PATH_UTX_LASTLOGIN, O_RDWR|O_CLOEXEC, 0644); in utx_lastlogin_upgrade() 274 fd = _open(_PATH_UTX_LOG, O_CREAT|O_WRONLY|O_APPEND|O_CLOEXEC, 0644); in utx_log_add()
|
H A D | daemon.c | 97 nullfd = _open(_PATH_DEVNULL, O_RDWR, 0); in daemon() 102 chdirfd = _open("/", O_EXEC); in daemon()
|
H A D | fts-compat11.c | 206 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in freebsd11_fts_open() 331 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in freebsd11_fts_read() 424 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in freebsd11_fts_read() 563 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in freebsd11_fts_children() 1153 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
|
H A D | fts.c | 205 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_open() 330 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in fts_read() 423 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in fts_read() 562 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_children() 1140 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
|
H A D | fts-compat.c | 216 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in __fts_open_44bsd() 341 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in __fts_read_44bsd() 433 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in __fts_read_44bsd() 569 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in __fts_children_44bsd() 1174 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_safe_changedir()
|
H A D | sem_new.c | 179 fd = _open(path, flags | O_RDWR | O_CLOEXEC | in _sem_open() 211 fd = _open(path, flags | O_RDWR | O_CLOEXEC | O_EXLOCK, mode); in _sem_open()
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 70 _open = _libraries['magic'].magic_open variable 71 _open.restype = magic_t 72 _open.argtypes = [c_int] 275 magic_t = _open(flags)
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seq_file.h | 41 static int __name ## _open(struct inode *inode, struct linux_file *file) \ 48 .open = __name ## _open, \
|
H A D | fs.h | 389 __fops ## _open(struct inode *inode, struct file *filp) \ 395 .open = __fops ## _open, \
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | debugfs.c | 19 static int _iwl_dbgfs_##name##_open(struct inode *inode, \ 67 .open = _iwl_dbgfs_##name##_open, \ 95 .open = _iwl_dbgfs_##name##_open, \ 105 .open = _iwl_dbgfs_##name##_open, \
|
/freebsd/lib/libsys/x86/ |
H A D | __vdso_gettc.c | 264 (fd = _open(devname, O_RDONLY | O_CLOEXEC)) == -1) { in __vdso_init_hpet() 300 fd = _open(HYPERV_REFTSC_DEVPATH, O_RDONLY | O_CLOEXEC); in __vdso_init_hyperv_tsc() 389 (fd = _open("/dev/" PVCLOCK_CDEVNAME, O_RDONLY | O_CLOEXEC)) < 0) in __vdso_init_pvclock_timeinfos()
|
/freebsd/lib/libc/stdio/ |
H A D | freopen.c | 149 f = _open(file, oflags, DEFFILEMODE); in freopen() 156 f = _open(file, oflags, DEFFILEMODE); in freopen()
|
H A D | fopen.c | 58 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) { in fopen()
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | namespace.h | 33 #define open _open
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | unix.h | 46 #define open _open
|
/freebsd/tools/build/libc-bootstrap/ |
H A D | namespace.h | 38 #define _open(...) open(__VA_ARGS__) macro
|
/freebsd/lib/libc/gmon/ |
H A D | gmon.c | 154 fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666); in _mcleanup() 160 log = _open("gmon.log", O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0664); in _mcleanup()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_mmap.c | 62 if ((fd = _open(path, O_RDONLY | O_CLOEXEC)) == -1) in _citrus_map_file()
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 93 #define open _open
|
/freebsd/crypto/openssl/ms/ |
H A D | applink.c | 129 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; in OPENSSL_Applink()
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 170 #define open _open
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_large.c | 32 #define open _open
|
H A D | test_read_data_large.c | 36 #define open _open
|
/freebsd/lib/libc/locale/ |
H A D | ldpart.c | 90 if ((fd = _open(filename, O_RDONLY | O_CLOEXEC)) < 0) in __part_load_locale()
|
/freebsd/sys/contrib/zlib/ |
H A D | gzguts.h | 46 # define open _open
|