Searched defs:O_NOFOLLOW (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c82 /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */
83 #ifndef O_NOFOLLOW
84 # define O_NOFOLLOW 0 macro
162 O_NOFOLLOW. This is a security feature. Without it, an attacker
169 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlocalcharset.c80 /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */
81 #ifndef O_NOFOLLOW
82 # define O_NOFOLLOW 0 macro
160 O_NOFOLLOW. This is a security feature. Without it, an attacker
167 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0));
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c34 # ifndef O_NOFOLLOW
35 # define O_NOFOLLOW 0 macro
600 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600);

Completed in 56 milliseconds