/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_oflags.c | 65 #define S_IRUSR S_IREAD /* R for owner */
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 75 #define S_IREAD 0000400 /* read permission, owner */ macro
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 72 #define S_IREAD _S_IREAD macro
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 100 S_IREAD | S_IWRITE)) < 0) { in redirect_io() 118 S_IREAD | S_IWRITE)) < 0) { in redirect_io()
|
/titanic_41/usr/src/ucbcmd/ls/ |
H A D | ls.c | 725 { 1, S_IREAD>>0, 'r', '-' }; 731 { 1, S_IREAD>>3, 'r', '-' }; 737 { 1, S_IREAD>>6, 'r', '-' };
|
/titanic_41/usr/src/cmd/sh/ |
H A D | test.c | 143 return(chk_access(nxtarg(0), S_IREAD, 0) == 0); in e3()
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 731 # define S_IRUSR S_IREAD 1354 # ifndef S_IREAD 1355 # define S_IREAD _S_IREAD macro 1858 # define S_IREAD S_IRUSR macro
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | ckpath.c | 226 if ((pflags & P_READ) && !(status.st_mode & S_IREAD)) { in ckpath_val()
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 705 smode = S_IREAD; 713 smode = S_IREAD|S_IWRITE;
|
/titanic_41/usr/src/lib/librcm/ |
H A D | librcm_event.c | 336 fd = open(door_name, O_EXCL|O_CREAT, S_IREAD|S_IWRITE); in create_event_service()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 423 #define S_IREAD 00400 /* read permission, owner */ macro
|
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 760 if ((statbuf.st_mode & S_IREAD) == 0) in probethisfile()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.exp.c | 537 i = !chk_access(ep, S_IREAD); in exp6()
|
/titanic_41/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1131 S_IREAD|S_IWRITE|S_IRGRP|S_IROTH)) < 0) { in make_daemon_exclusive()
|
/titanic_41/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1982 S_IREAD|S_IWRITE); in sysevent_bind_publisher() 2174 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in sysevent_bind_subscriber_cmn()
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 1470 fd = open(local_door_file, O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in syseventd_init()
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 1413 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1633 reti = fchmod(((krb5_fcc_data *) id->data)->file, S_IREAD | S_IWRITE); in krb5_fcc_initialize() 1635 reti = chmod(((krb5_fcc_data *) id->data)->filename, S_IREAD | S_IWRITE); in krb5_fcc_initialize()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | recipient.c | 1655 rval = safefile(fname, uid, gid, user, sfflags, S_IREAD, &st);
|
H A D | map.c | 1418 int smode = S_IREAD; 2008 int smode = S_IREAD;
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1701 S_IREAD|S_IWRITE)) < 0) { in make_daemon_exclusive()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 1744 if (stp->st_mode & permission(who, S_IREAD))
|