Searched refs:O_NOFOLLOW (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 458 #ifndef O_NOFOLLOW 522 #ifdef O_NOFOLLOW in b_open() 523 oflag |= O_NOFOLLOW; in b_open()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fcntl.h | 85 #define O_NOFOLLOW 0x20000 /* don't follow symlinks */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | door.c | 191 O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW | O_NONBLOCK, in init_door()
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | scratchops.c | 94 flags = O_RDWR | O_NOFOLLOW | O_NOLINKS; in zonecfg_open_scratch()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 323 int omode = O_RDWR | O_NOFOLLOW; in fop_lookup() 350 omode = O_RDONLY | O_NOFOLLOW; in fop_lookup() 419 omode = O_RDWR | O_CREAT | O_NOFOLLOW; in fop_create()
|
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam_backend.c | 354 O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW | O_NONBLOCK, in nwam_backend_init()
|
/titanic_44/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); in sqliteOsOpenExclusive()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 957 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW|O_NOLINKS, mode); in __profile_init()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 1923 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\ 1978 if (arg & O_NOFOLLOW) in openarg()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1252 fd = THREEPARAMOPEN(filename, open_flag | O_NONBLOCK | O_NOFOLLOW, 0600); in krb5_fcc_open_nounlink() 1403 f = THREEPARAMOPEN (data->filename, open_flag | O_BINARY | O_NOFOLLOW, in krb5_fcc_open_file()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 265 did = open(doorname, O_RDONLY | O_NOFOLLOW | O_NONBLOCK); in bridge_door_call()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1095 @ MSG_PR_O_NOFOLLOW "O_NOFOLLOW"
|
/titanic_44/usr/src/cmd/modload/ |
H A D | drvsubr.c | 896 O_CREAT|O_RDWR|O_NOFOLLOW|O_NOLINKS, S_IRUSR|S_IWUSR); in enter_lock()
|