Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 54) sorted by path

123

/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c43 #define USER 3 macro
/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c61 #define USER 05700 /* user's bits */ macro
175 perms_msk = (new_mode & USER) >> 6; in newmode_common()
302 who_msk & EXEC & (USER | GROUP)) != in newmode_common()
373 (who_msk & USER) == USER) && in newmode_common()
384 if ((perms_msk & USER & SETID) != in newmode_common()
385 (USER & SETID) && (new_mode & in newmode_common()
386 USER & (SETID | EXEC)) == in newmode_common()
387 (who_msk & USER & in newmode_common()
389 perms_msk |= USER & SETID; in newmode_common()
443 (who_msk & EXEC & (USER | GROUP)) && in newmode_common()
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c256 if (type & (USER_OBJ|USER)) { in show_acls()
273 else if (type & (USER|GROUP)) { in show_acls()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c814 t1 = USER; in aclmatch()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c385 case USER: /* Users */ in bufchk()
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c156 case USER: in main()
/illumos-gate/usr/src/cmd/id/
H A Did.c52 USER /* Print only uid */ enumerator
115 mode = USER; in main()
163 if (mode == USER) in main()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c686 USER *
689 register USER *ret; in Getuser()
H A Dlpsched.h245 USER * Getuser ( char * );
H A Dvalidate.c656 register USER *pu = Getuser(prs->secure->user); in _validate()
/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h37 USER; typedef
39 int putuser ( char * , USER * );
44 USER * getuser ( char *);
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c40 static USER usr;
42 int putuser ( char * user, USER * pri_s ) in putuser()
65 USER * getuser ( char * user ) in getuser()
79 return((USER *)0); in getuser()
/illumos-gate/usr/src/cmd/lp/model/
H A Dalert.proto80 } | mailx -s 'Failed print service alert' -USER-
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java134 public static final Facility USER = new Facility(LOG_USER, "USER"); field in Facility
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2307 case USER: in pa_pw_uid_gr_gid()
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr235 if [[ "${4}" != "${USER}" && "${4}" != "${ADMIN}" ]] ; then
951 ${USER})
982 echo "${USER}"
1173 echo "${USER}"
1423 USER=user
1566 "${USER}")
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c634 aclentp->a_type = USER; in parse_entry()
681 if (aclentp->a_type == USER) in parse_entry()
691 if (aclentp->a_type == USER || in parse_entry()
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DRun.sh30 echo "chown -R $USER /var/smb /var/run/smb"
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y138 %token MAXSEMIDS LOCKED SWAP SCHED CLEAR DEFROUTER ADMIN SECFLAGS USER AUTHS MAXPROCS
148 ACTION BRAND SCHED IPTYPE DEFROUTER HOSTID USER AUTHS FS_ALLOWED
1001 | USER { $$ = PT_USER; }
H A Dzonecfg_lex.l304 <TSTATE>user { return USER; }
305 <CSTATE>user { return USER; }
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c478 if (aclent[i].a_type & USER) in ln_aent_preprocess()
555 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace()
562 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace()
607 } else if (aclent[i].a_type & USER) { in ln_aent_to_ace()
1060 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent()
1068 if (dest->a_type & (USER | GROUP)) { in acevals_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 | acl->dfacl_flag; in ln_ace_to_aent()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr7 \ ** Ficl USER variables
8 \ ** See words.c for primitive def'n of USER
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE30 12-01-20 cc.darwin,cc.mvs.390: tmp=/tmp/cc.${USER:-$LOGNAME}.$$.err
673 package.sh: fix `use USER' lookup for shells that support ~USER
/illumos-gate/usr/src/data/locale/data/
H A DTHIRDPARTYLICENSE17 NOTICE TO USER: Carefully read the following legal agreement.
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src192 # INTERPRETATION OF USER CAPABILITIES
9143 # Note that this mode permits programming USER PF KEYS and labels

123