Searched refs:O_NOFOLLOW (Results 1 - 15 of 15) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/ |
H A D | Makefile.PL | 47 O_NOCTTY O_NOFOLLOW O_NOINHERIT O_NOLINK O_NONBLOCK
|
H A D | Fcntl.pm | 120 O_NOFOLLOW
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | localcharset.c | 82 /* 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 D | localcharset.c | 80 /* 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/pam_modules/tty_tickets/ |
H A D | tty_tickets.c | 152 ticket = open(ticketname, O_RDONLY|O_NOFOLLOW|O_NOCTTY, 0600); 285 O_CREAT|O_WRONLY|O_NOFOLLOW|O_NOCTTY|O_TRUNC, 0600);
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 458 #ifndef O_NOFOLLOW 522 #ifdef O_NOFOLLOW 523 oflag |= O_NOFOLLOW;
|
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp.c | 80 door_fd = open(LLDPD_DOOR, O_RDONLY | O_NOFOLLOW | O_NONBLOCK);
|
/osnet-11/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.c | 67 val = open64(path, oflag | O_NOFOLLOW | O_CLOEXEC, mode);
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | scratchops.c | 94 flags = O_RDWR | O_NOFOLLOW | O_NOLINKS;
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | os.c | 34 # ifndef O_NOFOLLOW 35 # define O_NOFOLLOW 0 macro 600 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 1034 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW|O_NOLINKS, mode);
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 2900 dfd = open(VDP_DOOR, O_RDONLY | O_NOFOLLOW | O_NONBLOCK); 2996 dfd = open(VDP_DOOR, O_RDONLY | O_NOFOLLOW | O_NONBLOCK);
|
H A D | libdlbridge.c | 284 did = open(doorname, O_RDONLY | O_NOFOLLOW | O_NONBLOCK);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1251 fd = THREEPARAMOPEN(filename, open_flag | O_NONBLOCK | O_NOFOLLOW, 0600); 1399 f = THREEPARAMOPEN (data->filename, open_flag | O_BINARY | O_NOFOLLOW,
|
/osnet-11/usr/src/grub/grub2/ |
H A D | configure | 17260 #ifndef O_NOFOLLOW 17261 #define O_NOFOLLOW 0 17277 || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) 17330 32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( 17332 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( 17356 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #( [all...] |
Completed in 116 milliseconds