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

12

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c37 static struct grub_auth_user *users = NULL; variable in typeref:struct:grub_auth_user
46 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
61 grub_list_push (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
70 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
76 grub_list_remove (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
92 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
108 grub_list_push (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
118 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
124 grub_list_remove (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
143 FOR_LIST_ELEMENTS (user, users)
[all...]
H A Dmenu.c170 err = grub_auth_check_authentication (entry->users);
/osnet-11/usr/src/cmd/sendmail/lib/
H A DMakefile31 SRCS= aliases helpfile local-host-names trusted-users
38 $(ROOTETCMAIL)/trusted-users
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmenu.h38 /* Allowed users. */
39 const char *users; member in struct:grub_menu_entry
H A Dnormal.h123 const char *users, const char *hotkey,
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c76 ns_ldap_attr_t *users, *groups; local
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
115 if (!(users == NULL || users->attrvalue == NULL)) {
117 for (i = 0; i < users->value_count; i++) {
118 if (users->attrvalue[i] == NULL) {
124 users->attrvalue[i]);
128 users->attrvalue[i]);
H A Dgetgrent.c98 * affects the users who use the ODSEE or OpenLDAP servers.
143 * -- users
185 int users; member in struct:__anon2780
940 pres->users = 1;
948 /* found a posixGroup dn, pack up the users and dns */
956 pres->users++;
1282 * of recursion is reached. The users or groups could be from the nscd
1354 /* add all users to the member list */
1355 for (i = pres->users; --i >= 0; ) {
1526 char *dn, **users; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c32 {"users", 2, 0,
70 const char *users, const char *hotkey,
111 if (users)
113 menu_users = grub_strdup (users);
170 (*last)->users = menu_users;
69 grub_normal_add_menu_entry(int argc, const char **args, char **classes, const char *users, const char *hotkey, const char *prefix, const char *sourcecode, int submenu) argument
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_client.c136 directory_entry_rpc *users; local
175 users = dr.directory_results_rpc_u.entries.entries_val;
180 de = copy_directory_entry(&del[i], &users[i]);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm156 my ($projname, $projid, $comment, $users, $groups, $attributes);
263 # "users" - , seperated user list string
278 my ($projname, $projid, $comment, $users, $groups, $attributes);
284 ($projname, $projid, $comment, $users, $groups, $attributes) =
294 ($projname, $projid, $comment, $users, $groups, $attributes) =
319 if (defined($users)) {
320 $projent->{'users'} = $users;
321 ($ret, $ref) = projent_parse_users($users, $flags);
417 # Parses "," seperated list of users, an
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c59 char *users; member in union:hash_data_s::__anon1610
199 char *p = strdup(data->u.users);
210 data->path, data->node, data->u.users, user);
275 * CFG_USER_LAST: User successfuly removed; no other users registered
366 char *p = strdup(data->u.users);
387 /* old user skipped; add in remaining users */
472 * of users of that volume).
519 * of users of that volume).
589 char **entry, *path, *cnode, *users; local
625 if (!(users
921 make_dsvol_data(char *path, char *cnode, char *users, int set) argument
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dgetprojent.c379 char *users, *groups; local
433 if ((users = gettok(&next, ':')) == NULL) {
435 * users field should not be last field
460 p = gettok(&users, ',');
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c436 * number of users, groups, and aliases in a domain.
1228 * This function currently return local users' information only.
1229 * This RPC is called repeatedly until all the users info are
1281 param->users.acct = NDR_MALLOC(mxa,
1283 user = param->users.acct;
1329 param->users.total_size = num_users;
1330 param->users.returned_size = retcnt;
1331 param->users.switch_value = param->level;
1332 param->users.count = retcnt;
1344 param->users
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist130 94 Too many users
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm69 exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin
H A Dlib_pm.PL230 users must first translate their file paths to Unix conventions.
232 # VMS users wanting to put [.stuff.moo] into
H A DExporter.pm125 to export functions and variables to its users' namespaces. Many modules
139 symbols that are going to be exported into the users name space by
H A DDigest.pm215 bytes to be appended to the message. Most users should just ignore
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove203 Perl users typically run the test harness through a makefile via
236 More and more users are using Perl's testing tools outside the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm380 Win32 users should use the real slash. If you really want to use
386 Mac OS (Classic) users should note a few differences. Since
395 The path separator is ':' (aka colon), not '/' (aka slash). Mac OS users
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2059 STRVAL(users[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm227 allow users of CGI to output nicely formatted HTML code.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm204 Net::Netrc - OO interface to users netrc file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm56 Curious/ambitious users are welcome to propose additional features they wish
211 to such things, so this is flagged. B<vi> users switch on the B<list>
333 B<podchecker> (the script). This allows users of B<Pod::Checker> to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm471 Mac OS (Classic) users should note a few differences. The specification

Completed in 247 milliseconds

12