| /freebsd-12-stable/lib/libc/gen/ |
| D | pututxline.c | 52 fd = _open(file, O_CREAT|O_RDWR|O_EXLOCK|O_CLOEXEC, 0644); in futx_open() 186 fd = _open(_PATH_UTX_ACTIVE, O_CREAT|O_RDWR|O_TRUNC, 0644); in utx_active_init() 243 fd = _open(_PATH_UTX_LASTLOGIN, O_RDWR|O_CLOEXEC, 0644); in utx_lastlogin_upgrade() 277 fd = _open(_PATH_UTX_LOG, O_CREAT|O_WRONLY|O_APPEND|O_CLOEXEC, 0644); in utx_log_add()
|
| D | daemon.c | 101 nullfd = _open(_PATH_DEVNULL, O_RDWR, 0); in daemon() 106 chdirfd = _open("/", O_EXEC); in daemon()
|
| D | fts-compat.c | 221 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in __fts_open_44bsd() 346 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in __fts_read_44bsd() 438 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in __fts_read_44bsd() 574 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in __fts_children_44bsd() 1155 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_safe_changedir()
|
| D | fts-compat11.c | 211 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in freebsd11_fts_open() 336 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in freebsd11_fts_read() 429 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in freebsd11_fts_read() 568 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in freebsd11_fts_children() 1132 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
|
| D | fts.c | 208 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_open() 333 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in fts_read() 426 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in fts_read() 565 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_children() 1127 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
|
| D | sem_new.c | 181 fd = _open(path, flags | O_RDWR | O_CLOEXEC | in _sem_open() 213 fd = _open(path, flags | O_RDWR | O_CLOEXEC | O_EXLOCK, mode); in _sem_open()
|
| /freebsd-12-stable/contrib/file/python/ |
| 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-12-stable/lib/libc/x86/sys/ |
| D | __vdso_gettc.c | 234 (fd = _open(devname, O_RDONLY)) == -1) { in __vdso_init_hpet() 270 fd = _open(HYPERV_REFTSC_DEVPATH, O_RDONLY); in __vdso_init_hyperv_tsc() 359 (fd = _open("/dev/" PVCLOCK_CDEVNAME, O_RDONLY | O_CLOEXEC)) < 0) in __vdso_init_pvclock_timeinfos()
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | freopen.c | 155 f = _open(file, oflags, DEFFILEMODE); in freopen() 162 f = _open(file, oflags, DEFFILEMODE); in freopen()
|
| D | fopen.c | 64 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) { in fopen()
|
| D | mktemp.c | 174 _open(path, O_CREAT|O_EXCL|O_RDWR|oflags, 0600)) >= in _gettemp()
|
| /freebsd-12-stable/contrib/libpcap/testprogs/ |
| D | unix.h | 46 #define open _open
|
| /freebsd-12-stable/lib/libc/gmon/ |
| D | gmon.c | 160 fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666); in _mcleanup() 166 log = _open("gmon.log", O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0664); in _mcleanup()
|
| /freebsd-12-stable/lib/libc/iconv/ |
| D | citrus_mmap.c | 64 if ((fd = _open(path, O_RDONLY | O_CLOEXEC)) == -1) in _citrus_map_file()
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/compat/ |
| D | windows-config.h | 93 #define open _open
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | pex-win32.c | 122 return _open (name, _O_RDONLY | (binary ? _O_BINARY : _O_TEXT)); in pex_win32_open_read() 133 return _open (name, in pex_win32_open_write() 630 int fd = _open (executable, _O_RDONLY); in spawn_script()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/test/ |
| D | test_read_large.c | 33 #define open _open
|
| D | test_read_data_large.c | 37 #define open _open
|
| D | test_open_fd.c | 29 #define open _open
|
| /freebsd-12-stable/lib/libc/locale/ |
| D | ldpart.c | 93 if ((fd = _open(filename, O_RDONLY | O_CLOEXEC)) < 0) in __part_load_locale()
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | gzguts.h | 47 # define open _open
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/ |
| D | gzguts.h | 52 # define open _open
|
| /freebsd-12-stable/crypto/openssl/crypto/bio/ |
| D | bio_local.h | 175 # define UP_open _open
|
| /freebsd-12-stable/crypto/openssl/ |
| D | e_os.h | 312 # define open _open
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/ |
| D | jemalloc_FreeBSD.h | 141 #define open _open
|