HomeSort by relevance Sort by last modified time
    Searched refs:USER (Results 1 - 25 of 43) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/lp/lib/users/
llib-llpusr 41 USER;
43 int putuser ( char * , USER * );
48 USER * getuser ( char *);
usermgmt.c 42 static USER usr;
44 int putuser ( char * user, USER * pri_s )
55 if (!add_user(ppri_tbl, user, pri_s->priority_limit))
67 USER * getuser ( char * user )
72 if (STREQU(user, "root") || STREQU(user, LPUSER))
81 return((USER *)0);
87 if (bang_searchlist(user, ppri_tbl->users[limit - PRI_MIN])
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
users.h 37 USER;
39 int putuser ( char * , USER * );
44 USER * getuser ( char *);
  /onnv/onnv-gate/usr/src/tools/gk/
cshrc.sh 28 # example .cshrc for root build user (often 'gk').
41 # if ($?USER == 0 || $?prompt == 0) exit
53 set prompt="{${USER}:${HOSTNAME}:\!} "
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mmsssl.sh 48 # User
49 USER=""
67 user=`/bin/id | grep root | wc -l`
68 if [ $user -eq 0 ]; then
234 echo "Generate certificate request ($USER,$dir)"
241 # user password phrase
242 pass_file="$dir/$USER""_pass"
246 req="$dir/$USER""_req.pem"
248 key="$dir/$USER""_key.pem"
280 req="$PUBDIR/$USER""_req.pem
    [all...]
  /onnv/onnv-gate/usr/src/cmd/chmod/
common.c 63 #define USER 05700 /* user's bits */
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))) {
371 * too & warn the user
375 (who_msk & USER) == USER) &&
386 if ((perms_msk & USER & SETID) !
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
pop3 10 GetOptions(qw(debug user=s));
14 $user = $opt_user || $ENV{USER} || $ENV{LOGNAME};
16 $count = $pop->login($user);
smtp.self 13 C<smtp.self> will attempt to send a message to a given user
27 =item -user USERNAME
33 demos/smtp.self -user foo.bar
35 demos/smtp.self -debug -user Graham.Barr
44 GetOptions(qw(debug user=s help));
53 $user = $opt_user || $ENV{USER} || $ENV{LOGNAME};
55 $smtp->mail($user) && $smtp->to($user);
58 if($smtp->mail($user) && $smtp->to($user)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsec/common/
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
128 sortid(aclbufp, nentries, USER);
143 if (tp->a_type == USER || tp->a_type == GROUP ||
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
54 struct entry user; member in struct:entry_stat
127 case USER:
138 } else if (aclentp->a_type == USER) {
139 cnt = (tally.user.count)++;
140 idp = &(tally.user.id);
211 /* If there are group or user entries, there must be one class entry */
212 if (tally.user.count > 0 || tally.group.count > 0
    [all...]
acltext.c 119 getsidname(uid_t who, boolean_t user, char **sidp, boolean_t noresolve)
137 if (user)
147 if (user)
204 case USER:
206 (void) printf("user:%s:%s\t\t",
214 (void) printf("user::%s\n", perm);
239 (void) printf("default:user:%s:%s\n",
244 (void) printf("default:user::%s\n", perm);
307 * compute entry type string, such as user:joe, group:staff,...
319 error = str_append(dstr, "user::")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Config.pm 135 tree, but a user may override any of these values by providing their own. This
207 user Username for remote host
221 USER user@remote.host
226 USER fwuser
228 USER user@remote.host
233 USER fwuser
236 USER user
    [all...]
POP3.pm 71 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->login( USER, PASS )';
72 my($me,$user,$pass) = @_;
75 ($user, $pass) = $me->_lookup_credentials($user);
78 $me->user($user) and
84 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->apop( USER, PASS )';
85 my($me,$user,$pass) = @_;
102 ($user, $pass) = $me->_lookup_credentials($user);
113 sub user subroutine
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
trap.c 40 #include <sys/user.h>
102 #define USER 0x10000 /* user-mode flag added to trap type */
208 ti.trap_type = type & ~USER;
220 "an illegal access to a user address");
455 * Note: All user-level traps that might call stop() must exit
552 type |= USER;
557 case T_PGFLT + USER:
576 case T_PGFLT + USER:
578 case T_SGLSTP + USER
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
Facility.java 134 public static final Facility USER = new Facility(LOG_USER, "USER");
  /onnv/onnv-gate/usr/src/cmd/filesync/
acls.c 256 if (type & (USER_OBJ|USER)) {
273 else if (type & (USER|GROUP)) {
  /onnv/onnv-gate/usr/src/cmd/id/
id.c 54 USER /* Print only uid */
80 char *user = NULL; local
117 mode = USER;
146 gettext("id: invalid user name: \"%s\"\n"),
150 user = argv[1];
165 if (mode == USER)
171 if (user)
172 i = getusergroups(groupmax, groupids, user,
197 if (user)
198 i = getusergroups(groupmax, groupids, user,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
ppdmgr 37 # label in the "user" repository, and
38 # updates to the "user" repository
54 # otherwise defaults to "user".
58 # otherwise defaults to "user".
80 # Defaults to "user".
86 # user /var/lp/ppd
93 # only "user" and "admin" are valid.
153 # user repository.
228 # Can only add a PPD file to the "user" or "admin" repository.
230 # function as we don't want to cause an error if a user
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
acl.h 56 #define USER (0x02) /* additional users */
65 #define DEF_USER (ACL_DEFAULT | USER)
212 * similar to ufs_acl.h: changed to char type for user commands (tar, cpio)
231 #define ACL_APPEND_ID 0x1 /* append uid/gid to user/group entries */
257 #define EACL_INVALID_USER_GROUP 16 /* need user/group name */
  /onnv/onnv-gate/usr/src/common/acl/
acl_common.c 139 avl_tree_t user; member in struct:ace_list
636 if (aclent[i].a_type & USER)
686 * user|group for the mask (the group_obj was added
713 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) {
720 } else if (aclent[i].a_type & USER) {
765 } else if (aclent[i].a_type & USER) {
1218 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) {
1226 if (dest->a_type & (USER | GROUP)) {
1290 /* USER */
1292 for (vals = avl_first(&list->user); vals != NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/data/
bash_pre_rc.sh 110 u) var+=$USER;;
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_acl.c 201 avl_create(&a4l->user, ace4vals_compare, sizeof (ace4vals_t),
214 avl_destroy(&a4l->user);
324 while ((node = avl_destroy_nodes(&a4l->user, &cookie)) != NULL)
384 if (aclent[i].a_type & USER)
587 * user|group for the mask (the group_obj was added
611 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) {
618 } else if (aclent[i].a_type & USER) {
670 } else if (aclent[i].a_type & USER) {
1175 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) {
1185 if (dest->a_type & (USER | GROUP))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/setfacl/
setfacl.c 431 tmpacl.a_id = getuid(); /* id field for user */
553 gettext("There is more than one user owner entry"));
577 gettext("Duplicate user or group entries"));
583 gettext("Missing user/group owner, other, mask entry\n"));
632 if ((strcmp(fieldp, "user") == 0) || (strcmp(fieldp, "u") == 0)) {
636 aclentp->a_type = USER;
683 if (aclentp->a_type == USER)
692 /* see if it's a user/group name */
693 if (aclentp->a_type == USER ||
  /onnv/onnv-gate/usr/src/cmd/getfacl/
getfacl.c 39 * user::perm
40 * user:uid:perm
45 * default:user::perm
46 * default:user:uid:perm
161 case USER:
164 (void) printf("user:%s:%s\t\t",
177 (void) printf("user::%s\n", permp);
221 (void) printf("default:user:%s:%s\n",
229 (void) printf("default:user::%s\n",
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.h 100 #define EXEC_EXIT_USER 0177 /* user exit codes, 7 bits */
247 USER * Getuser ( char * );

Completed in 1199 milliseconds

1 2