| /netbsd-src/external/bsd/nvi/usr.bin/nvi/ |
| H A D | compat.h | 136 #ifndef O_EXLOCK 137 #define O_EXLOCK 0 macro
|
| H A D | port.h | 138 #ifndef O_EXLOCK 139 #define O_EXLOCK 0 macro
|
| /netbsd-src/sys/sys/ |
| H A D | fcntl.h | 85 #define O_EXLOCK 0x00000020 /* open with exclusive file lock */ macro 133 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_mktemp.c | 196 O_SHLOCK, O_EXLOCK, in ATF_TC_BODY() 231 O_SHLOCK, O_EXLOCK, in ATF_TC_BODY()
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | port.h.in | 136 #ifndef O_EXLOCK 137 #define O_EXLOCK 0 macro
|
| /netbsd-src/external/mit/libuv/dist/include/uv/ |
| H A D | unix.h | 442 #if defined(O_EXLOCK) 443 # define UV_FS_O_EXLOCK O_EXLOCK
|
| /netbsd-src/libexec/mail.local/ |
| H A D | mail.local.c | 241 if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK|O_NOFOLLOW, in deliver() 245 (mbfd = open(path, O_APPEND|O_CREAT|O_WRONLY|O_EXLOCK|O_EXCL, in deliver()
|
| /netbsd-src/lib/libc/db/db/ |
| H A D | db.c | 65 (O_CREAT | O_EXCL | O_EXLOCK | O_NONBLOCK | O_RDONLY | \ in __weak_alias()
|
| /netbsd-src/usr.sbin/kvm_mkdb/ |
| H A D | kvm_mkdb.c | 163 db = dbopen(dbtemp, O_CREAT | O_EXLOCK | O_TRUNC | O_RDWR, in main()
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | gettemp.c | 66 (oflags & ~(O_APPEND | O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC | in GETTEMP()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | utmpx.c | 349 if ((fd = open(file, O_CREAT|O_WRONLY|O_EXLOCK|O_CLOEXEC, 0644)) == -1) in updwtmpx() 474 db = dbopen(fname, O_RDWR|O_CREAT|O_EXLOCK|O_CLOEXEC, 0644, DB_HASH, NULL); in updlastlogx()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | db.c | 277 #ifndef O_EXLOCK in _open_db() 303 flags |= O_EXLOCK; in _open_db()
|
| /netbsd-src/lib/libutil/ |
| H A D | pidfile.c | 200 O_WRONLY | O_CREAT | O_CLOEXEC | O_NONBLOCK | O_EXLOCK, in pidfile_lock()
|
| /netbsd-src/usr.sbin/bthcid/ |
| H A D | config.c | 184 fd = open(new_key_file, O_WRONLY|O_TRUNC|O_CREAT|O_EXLOCK, 0600); in save_key()
|
| /netbsd-src/usr.sbin/btattach/ |
| H A D | btattach.c | 259 if ((fd = open(argv[0], O_RDWR | O_EXLOCK, 0)) < 0) in main() 598 if ((fd = open(tty, O_RDWR | O_NONBLOCK | O_EXLOCK, 0)) < 0) in test()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | fcntl.d | 536 enum O_EXLOCK = 0x0020; 632 enum O_EXLOCK = 0x0000020;
|
| /netbsd-src/external/bsd/blocklist/bin/ |
| H A D | state.c | 80 flags &= O_CREAT|O_EXCL|O_EXLOCK|O_NONBLOCK|O_RDONLY| in state_open()
|
| /netbsd-src/usr.bin/db/ |
| H A D | db.c | 267 oi.dbflags = O_RDWR | O_CREAT | O_EXLOCK; in main() 277 oi.dbflags = O_RDWR | O_CREAT | O_EXLOCK; in main()
|
| /netbsd-src/usr.sbin/dev_mkdb/ |
| H A D | dev_mkdb.c | 114 db_compat = dbopen(db_name_tmp, O_CREAT|O_EXCL|O_EXLOCK|O_RDWR|O_TRUNC, in compat_open()
|
| /netbsd-src/sys/arch/x68k/stand/installboot/ |
| H A D | installboot.c | 119 fd = open(rawname, O_RDONLY | O_EXLOCK); in checkparttype()
|
| /netbsd-src/sbin/veriexecctl/ |
| H A D | veriexecctl.c | 247 lfd = open(file, O_RDONLY|O_EXLOCK, 0); in main()
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_pathname.c | 166 r |= ((q & 0x0100) ? O_EXLOCK : 0); in ultrix_sys_open()
|
| /netbsd-src/tools/compat/ |
| H A D | compat_defs.h | 695 #ifndef O_EXLOCK 696 #define O_EXLOCK 0 693 #define O_EXLOCK global() macro
|
| /netbsd-src/bin/dd/ |
| H A D | args.c | 457 { "exlock", O_EXLOCK, C_IFLAG|C_OFLAG },
|
| /netbsd-src/usr.sbin/rpc.statd/ |
| H A D | statd.c | 496 db = dbopen(filename, O_RDWR|O_CREAT|O_NDELAY|O_EXLOCK, 0644, DB_HASH, in init_file()
|