/titanic_51/usr/src/cmd/chmod/ |
H A D | common.c | 63 #define USER 05700 /* user's bits */ macro 126 * who_msk contains USER|GROUP|OTHER information in newmode_common() 177 perms_msk = (new_mode & USER) >> 6; in newmode_common() 304 who_msk & EXEC & (USER | GROUP)) != in newmode_common() 305 (who_msk & EXEC & (USER | GROUP))) { in newmode_common() 375 (who_msk & USER) == USER) && in newmode_common() 386 if ((perms_msk & USER & SETID) != in newmode_common() 387 (USER & SETID) && (new_mode & in newmode_common() 388 USER in newmode_common() [all...] |
/titanic_51/usr/src/uts/i86pc/os/ |
H A D | trap.c | 105 #define USER 0x10000 /* user-mode flag added to trap type */ macro 211 ti.trap_type = type & ~USER; in die() 556 type |= USER; in trap() 561 case T_PGFLT + USER: in trap() 580 case T_PGFLT + USER: in trap() 582 case T_SGLSTP + USER: in trap() 583 case T_BPTFLT + USER: in trap() 598 if (type & USER) { in trap() 602 type & ~USER); in trap() 606 siginfo.si_trapno = type & ~USER; in trap() [all...] |
/titanic_51/usr/src/cmd/lp/include/ |
H A D | users.h | 37 USER; typedef 39 int putuser ( char * , USER * ); 44 USER * getuser ( char *);
|
/titanic_51/usr/src/cmd/lp/lib/users/ |
H A D | usermgmt.c | 42 static USER usr; 44 int putuser ( char * user, USER * pri_s ) in putuser() 67 USER * getuser ( char * user ) in getuser() 81 return((USER *)0); in getuser()
|
H A D | llib-llpusr | 41 USER; 43 int putuser ( char * , USER * ); 48 USER * getuser ( char *);
|
/titanic_51/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 34 * USER_OBJ, USER, GROUP_OBJ, GROUP, CLASS_OBJ, OTHER_OBJ 37 * For USER, GROUP, DEF_USER, and DEF_GROUP entries, the entries 62 {2, USER}, 123 * Start sorting id within USER and GROUP in aclsort() 128 sortid(aclbufp, nentries, USER); in aclsort() 143 if (tp->a_type == USER || tp->a_type == GROUP || in aclsort()
|
H A D | aclcheck.c | 33 * If there are any USER entries, then the user id must be unique. 35 * If there are any GROUP or USER entries, there must be exactly one 127 case USER: in aclent_aclcheck() 138 } else if (aclentp->a_type == USER) { in aclent_aclcheck()
|
H A D | acltext.c | 196 case USER: in aclent_printacl() 317 case USER: in aclent_type_txt() 318 if (aclp->a_type == USER) in aclent_type_txt() 702 * of type DEF_USER, USER, DEF_GROUP or GROUP, can exceed LOGNAME_MAX. We 755 if ((flags & ACL_APPEND_ID) && ((aclp->a_type == USER) || in aclent_acltotext()
|
/titanic_51/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 235 if [[ "${4}" != "${USER}" && "${4}" != "${ADMIN}" ]] ; then 951 ${USER}) 982 echo "${USER}" 1173 echo "${USER}" 1423 USER=user 1567 "${USER}")
|
/titanic_51/usr/src/cmd/id/ |
H A D | id.c | 54 USER /* Print only uid */ enumerator 117 mode = USER; in main() 165 if (mode == USER) in main()
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | ficl.fr | 7 \ ** Ficl USER variables 8 \ ** See words.c for primitive def'n of USER
|
/titanic_51/usr/src/tools/gk/ |
H A D | cshrc.sh | 41 # if ($?USER == 0 || $?prompt == 0) exit 53 set prompt="{${USER}:${HOSTNAME}:\!} "
|
/titanic_51/usr/src/cmd/filesync/ |
H A D | acls.c | 256 if (type & (USER_OBJ|USER)) { in show_acls() 273 else if (type & (USER|GROUP)) { in show_acls()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | acl.h | 60 #define USER (0x02) /* additional users */ macro 69 #define DEF_USER (ACL_DEFAULT | USER)
|
H A D | lom_io.h | 130 #define USER 0x01 macro
|
/titanic_51/usr/src/cmd/smbsrv/fksmbd/ |
H A D | Run.sh | 30 echo "chown -R $USER /var/smb /var/run/smb"
|
/titanic_51/usr/src/common/acl/ |
H A D | acl_common.c | 477 if (aclent[i].a_type & USER) in ln_aent_preprocess() 554 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace() 561 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace() 606 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace() 1059 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent() 1067 if (dest->a_type & (USER | GROUP)) { in acevals_to_aent() 1131 /* USER */ in ace_list_to_aent() 1135 if (!(vals->aent_type & USER)) { in ace_list_to_aent() 1387 acl->seen |= USER; in ln_ace_to_aent() 1394 vals->aent_type = USER | ac in ln_ace_to_aent() [all...] |
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 383 if (aclent[i].a_type & USER) in ln_aent_preprocess() 610 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace4() 617 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace4() 704 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace4() 1208 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in ace4vals_to_aent() 1218 if (dest->a_type & (USER | GROUP)) { in ace4vals_to_aent() 1219 if (dest->a_type & USER) in ace4vals_to_aent() 1234 (dest->a_type & USER ? 1 : 0), isserver); in ace4vals_to_aent() 1297 /* USER */ in ace4_list_to_aent() 1301 ASSERT(vals->aent_type & USER); in ace4_list_to_aent() [all...] |
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | Facility.java | 134 public static final Facility USER = new Facility(LOG_USER, "USER"); field in Facility
|
/titanic_51/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 635 aclentp->a_type = USER; in parse_entry() 682 if (aclentp->a_type == USER) in parse_entry() 692 if (aclentp->a_type == USER || in parse_entry()
|
/titanic_51/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 302 <TSTATE>user { return USER; } 303 <CSTATE>user { return USER; }
|
H A D | zonecfg_grammar.y | 138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN USER AUTHS MAXPROCS 147 ACTION BRAND SCHED IPTYPE DEFROUTER HOSTID USER AUTHS FS_ALLOWED 999 | USER { $$ = PT_USER; }
|
/titanic_51/usr/src/cmd/lp/model/ |
H A D | alert.proto | 80 } | mailx -s 'Failed print service alert' -USER-
|
/titanic_51/usr/src/cmd/getfacl/ |
H A D | getfacl.c | 161 case USER: in main()
|
/titanic_51/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.h | 245 USER * Getuser ( char * );
|