Home
last modified time | relevance | path

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

123

/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()
303 (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()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c103 #define USER 0x10000 /* user-mode flag added to trap type */ macro
209 ti.trap_type = type & ~USER; in die()
529 type |= USER; in trap()
534 case T_PGFLT + USER: in trap()
550 case T_PGFLT + USER: in trap()
552 case T_SGLSTP + USER: in trap()
553 case T_BPTFLT + USER: in trap()
568 if (type & USER) { in trap()
572 type & ~USER); in trap()
576 siginfo.si_trapno = type & ~USER; in trap()
[all …]
/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/include/
H A Dusers.h37 USER; typedef
39 int putuser ( char * , USER * );
44 USER * getuser ( char *);
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.awk631 USER = ENVIRON["USER"]
632 if (USER == "")
633 USER = ENVIRON["LOGNAME"]
634 if (USER == "")
635 USER = "????"
638 ("ypcat passwd | grep '^" USER ":' | awk -F: '{print $5}'") | getline PERSONAL_NAME
640 ("grep '^" USER ":' /etc/passwd | awk -F: '{print $5}'") | getline PERSONAL_NAME
646 print "<!-- for " PERSONAL_NAME " (" USER "@" HOSTNAME ") -->"
656 print prefix(2) "<LINK REV=\"made\" HREF=\"mailto:" USER "@" HOSTNAME "\">"
/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c61 {2, USER},
127 sortid(aclbufp, nentries, USER); in aclsort()
142 if (tp->a_type == USER || tp->a_type == GROUP || in aclsort()
H A Daclcheck.c126 case USER: in aclent_aclcheck()
137 } else if (aclentp->a_type == USER) { in aclent_aclcheck()
H A Dacltext.c226 case USER: in aclent_printacl()
347 case USER: in aclent_type_txt()
348 if (aclp->a_type == USER) in aclent_type_txt()
785 if ((flags & ACL_APPEND_ID) && ((aclp->a_type == USER) || in aclent_acltotext()
/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/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/common/ficl/softcore/
H A Dficl.fr7 \ ** Ficl USER variables
8 \ ** See words.c for primitive def'n of USER
/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/uts/common/sys/
H A Dacl.h61 #define USER (0x02) /* additional users */ macro
70 #define DEF_USER (ACL_DEFAULT | USER)
H A Dlom_io.h128 #define USER 0x01 macro
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DRun.sh30 echo "chown -R $USER /var/smb /var/run/smb"
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c383 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()
1301 ASSERT(vals->aent_type & USER); in ace4_list_to_aent()
1508 acl->seen |= USER; in ln_ace4_to_aent()
[all …]
/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/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/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/zonecfg/
H A Dzonecfg_lex.l304 <TSTATE>user { return USER; }
305 <CSTATE>user { return USER; }
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; }
/illumos-gate/usr/src/cmd/lp/model/
H A Dalert.proto80 } | mailx -s 'Failed print service alert' -USER-
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c156 case USER: in main()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h245 USER * Getuser ( char * );
/illumos-gate/usr/src/data/locale/data/
H A DTHIRDPARTYLICENSE17 NOTICE TO USER: Carefully read the following legal agreement.

123