Searched refs:USER (Results 1 - 25 of 47) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/users/
H A Dllib-llpusr41 USER;
43 int putuser ( char * , USER * );
48 USER * getuser ( char *);
H A Dusermgmt.c42 static USER usr;
44 int putuser ( char * user, USER * pri_s )
67 USER * getuser ( char * user )
81 return((USER *)0);
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dusers.h37 USER; typedef in typeref:struct:__anon846
39 int putuser ( char * , USER * );
44 USER * getuser ( char *);
/opensolaris-onvv-gate/usr/src/tools/gk/
H A Dcshrc.sh41 # if ($?USER == 0 || $?prompt == 0) exit
53 set prompt="{${USER}:${HOSTNAME}:\!} "
/opensolaris-onvv-gate/usr/src/cmd/chmod/
H A Dcommon.c63 #define USER 05700 /* user's bits */ macro
126 * who_msk contains USER|GROUP|OTHER information
177 perms_msk = (new_mode & USER) >> 6;
304 who_msk & EXEC & (USER | GROUP)) !=
305 (who_msk & EXEC & (USER | GROUP))) {
375 (who_msk & USER) == USER) &&
386 if ((perms_msk & USER & SETID) !=
387 (USER & SETID) && (new_mode &
388 USER
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dpop314 $user = $opt_user || $ENV{USER} || $ENV{LOGNAME};
H A Dsmtp.self53 $user = $opt_user || $ENV{USER} || $ENV{LOGNAME};
62 map { s/-USER-/$user/g } @data=<DATA>;
75 To: <-USER->
/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclsort.c34 * 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
128 sortid(aclbufp, nentries, USER);
143 if (tp->a_type == USER || tp->a_type == GROUP ||
H A Daclcheck.c33 * 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:
138 } else if (aclentp->a_type == USER) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm221 USER user@remote.host
226 USER fwuser
228 USER user@remote.host
233 USER fwuser
236 USER user
241 USER fwuser
244 USER user
249 USER user@fwuser@remote.site
254 USER fwuser@remote.site
256 USER use
[all...]
H A DPOP3.pm71 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->login( USER, PASS )';
84 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->apop( USER, PASS )';
115 @_ == 2 or croak 'usage: $pop3->user( USER )';
260 @_ == 2 or croak 'usage: $pop3->ping( USER )';
275 $ENV{NAME} || $ENV{USER} || $ENV{LOGNAME};
305 sub _USER { shift->command('USER',$_[0])->response() == CMD_OK }
432 =item user ( USER )
434 Send the USER command.
440 =item login ( [ USER [, PASS ]] )
442 Send both the USER an
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dtrap.c101 #define USER 0x10000 /* user-mode flag added to trap type */ macro
207 ti.trap_type = type & ~USER;
551 type |= USER;
556 case T_PGFLT + USER:
575 case T_PGFLT + USER:
577 case T_SGLSTP + USER:
578 case T_BPTFLT + USER:
593 if (type & USER) {
597 type & ~USER);
601 siginfo.si_trapno = type & ~USER;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL545 USER user@remote.host
548 USER fwuser
550 USER user@remote.host
553 USER fwuser
556 USER user
559 USER fwuser
562 USER user
565 USER user@fwuser@remote.site
568 USER fwuser@remote.site
570 USER use
[all...]
/opensolaris-onvv-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 class:Facility
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Dacls.c256 if (type & (USER_OBJ|USER)) {
273 else if (type & (USER|GROUP)) {
/opensolaris-onvv-gate/usr/src/cmd/id/
H A Did.c54 USER /* Print only uid */ enumerator in enum:PRINT
117 mode = USER;
165 if (mode == USER)
/opensolaris-onvv-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
1567 "${USER}")
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dacl.h56 #define USER (0x02) /* additional users */ macro
65 #define DEF_USER (ACL_DEFAULT | USER)
/opensolaris-onvv-gate/usr/src/common/acl/
H A Dacl_common.c473 if (aclent[i].a_type & USER)
550 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) {
557 } else if (aclent[i].a_type & USER) {
602 } else if (aclent[i].a_type & USER) {
1055 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) {
1063 if (dest->a_type & (USER | GROUP)) {
1127 /* USER */
1131 if (!(vals->aent_type & USER)) {
1383 acl->seen |= USER;
1390 vals->aent_type = USER | ac
[all...]
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l302 <TSTATE>user { return USER; }
303 <CSTATE>user { return USER; }
/opensolaris-onvv-gate/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh110 u) var+=$USER;;
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c383 if (aclent[i].a_type & USER)
610 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) {
617 } else if (aclent[i].a_type & USER) {
704 } else if (aclent[i].a_type & USER) {
1208 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) {
1218 if (dest->a_type & (USER | GROUP)) {
1219 if (dest->a_type & USER)
1234 (dest->a_type & USER ? 1 : 0), isserver);
1297 /* USER */
1301 ASSERT(vals->aent_type & USER);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c635 aclentp->a_type = USER;
682 if (aclentp->a_type == USER)
692 if (aclentp->a_type == USER ||
/opensolaris-onvv-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c161 case USER:
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h247 USER * Getuser ( char * );

Completed in 145 milliseconds

12