| /freebsd-10-stable/tools/regression/pjdfstest/tests/open/ |
| D | 16.t | 15 expect ELOOP open ${n1} O_RDONLY,O_CREAT,O_NOFOLLOW 0644 16 expect ELOOP open ${n1} O_RDONLY,O_NOFOLLOW 17 expect ELOOP open ${n1} O_WRONLY,O_NOFOLLOW 18 expect ELOOP open ${n1} O_RDWR,O_NOFOLLOW
|
| /freebsd-10-stable/contrib/pjdfstest/tests/open/ |
| D | 16.t | 23 expect $error open ${n1} O_RDONLY,O_CREAT,O_NOFOLLOW 0644 24 expect $error open ${n1} O_RDONLY,O_NOFOLLOW 25 expect $error open ${n1} O_WRONLY,O_NOFOLLOW 26 expect $error open ${n1} O_RDWR,O_NOFOLLOW
|
| /freebsd-10-stable/sys/sys/ |
| D | fcntl.h | 100 #define O_NOFOLLOW 0x0100 /* don't follow symlinks */ macro 153 #define FPOSIXSHM O_NOFOLLOW
|
| /freebsd-10-stable/lib/libc/db/db/ |
| D | db.c | 53 (O_CREAT | O_EXCL | O_EXLOCK | O_NOFOLLOW | O_NONBLOCK | \ in dbopen()
|
| /freebsd-10-stable/contrib/unbound/compat/ |
| D | getentropy_osx.c | 168 #ifdef O_NOFOLLOW in getentropy_urandom() 169 flags |= O_NOFOLLOW; in getentropy_urandom()
|
| D | getentropy_solaris.c | 183 #ifdef O_NOFOLLOW in getentropy_urandom() 184 flags |= O_NOFOLLOW; in getentropy_urandom()
|
| D | getentropy_linux.c | 242 #ifdef O_NOFOLLOW in getentropy_urandom() 243 flags |= O_NOFOLLOW; in getentropy_urandom()
|
| /freebsd-10-stable/usr.bin/cmp/ |
| D | cmp.c | 74 oflag |= O_NOFOLLOW; in main()
|
| /freebsd-10-stable/usr.sbin/pmcstat/ |
| D | pmcpl_gprof.c | 131 if ((fd = open(pathname, O_RDWR|O_NOFOLLOW|O_CREAT, in pmcstat_gmon_create_file() 208 if ((fd = open(pathname, O_RDWR | O_NOFOLLOW, 0)) < 0) in pmcstat_gmon_map_file()
|
| /freebsd-10-stable/contrib/xz/src/xz/ |
| D | file_io.c | 554 #if defined(O_NOFOLLOW) in io_open_src_real() 556 flags |= O_NOFOLLOW; in io_open_src_real() 587 #ifdef O_NOFOLLOW in io_open_src_real()
|
| /freebsd-10-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_kobj.c | 86 flags = FREAD | O_NOFOLLOW; in kobj_open_file_vnode()
|
| /freebsd-10-stable/contrib/openbsm/bin/auditdistd/ |
| D | receiver.c | 320 O_WRONLY | O_APPEND | O_NOFOLLOW); in receiver_open() 334 O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, 0600); in receiver_open()
|
| /freebsd-10-stable/contrib/pf/pflogd/ |
| D | privsep.c | 153 O_RDWR|O_CREAT|O_APPEND|O_NONBLOCK|O_NOFOLLOW, in priv_init()
|
| /freebsd-10-stable/tools/tools/pciroms/ |
| D | pciroms.c | 320 if ((fd = open(filename, O_CREAT|O_RDWR|O_TRUNC|O_NOFOLLOW, in pci_save_rom()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_dup.c | 239 ATF_REQUIRE_ERRNO(EINVAL, dup3(fd, 1, O_NOFOLLOW) == -1); in ATF_TC_BODY()
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_write_disk_posix.c | 160 #if defined O_NOFOLLOW && !(INT_MIN <= O_NOFOLLOW && O_NOFOLLOW <= INT_MAX) 161 #undef O_NOFOLLOW 164 #ifndef O_NOFOLLOW 165 #define O_NOFOLLOW 0 macro 2297 O_BINARY | O_CLOEXEC | O_NOFOLLOW); in create_filesystem_object() 2450 O_WRONLY | O_BINARY | O_NOFOLLOW | O_CLOEXEC); in _archive_write_disk_close()
|
| /freebsd-10-stable/sys/dev/nand/ |
| D | nandsim_swap.c | 150 flags = FWRITE | FREAD | O_NOFOLLOW | O_CREAT | O_TRUNC; in swap_file_open()
|
| /freebsd-10-stable/sys/cddl/compat/opensolaris/sys/ |
| D | vnode.h | 195 filemode |= O_NOFOLLOW; in vn_openat()
|
| /freebsd-10-stable/contrib/pjdfstest/ |
| D | pjdfstest.c | 261 #ifdef O_NOFOLLOW 262 { O_NOFOLLOW, "O_NOFOLLOW" },
|
| /freebsd-10-stable/tools/regression/pjdfstest/ |
| D | pjdfstest.c | 257 #ifdef O_NOFOLLOW 258 { O_NOFOLLOW, "O_NOFOLLOW" },
|
| /freebsd-10-stable/bin/rm/ |
| D | rm.c | 444 if ((fd = open(file, O_WRONLY|O_NONBLOCK|O_NOFOLLOW, 0)) == -1) in rm_overwrite()
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_file.c | 128 bsd_flags |= O_NOFOLLOW; in linux_common_open() 1298 if (result & O_NOFOLLOW) in fcntl_common() 1319 arg |= O_NOFOLLOW; in fcntl_common()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | File.cpp | 276 oflag |= O_NOFOLLOW; in Open()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_alq.c | 446 oflags = FWRITE | O_NOFOLLOW | O_CREAT; in alq_open_flags()
|
| D | vfs_vnops.c | 201 if ((fmode & O_EXCL) == 0 && (fmode & O_NOFOLLOW) == 0) in vn_open_cred() 257 ((fmode & O_NOFOLLOW) ? NOFOLLOW : FOLLOW) | LOCKLEAF; in vn_open_cred()
|