Searched refs:groups (Results 26 - 41 of 41) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dunistd.in.h586 /* Return the supplemental groups that the current process belongs to.
596 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
597 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
600 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
602 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t125 Functions for processes and process groups:
/osnet-11/usr/src/lib/libbsm/common/
H A Dau_to.c1027 au_to_groups(int *groups) argument
1038 adr_int32(&adr, (int32_t *)groups, NGROUPS);
1049 au_to_newgroups(int n, gid_t *groups) argument
1056 if (n < 0 || n > SHRT_MAX || groups == NULL)
1065 adr_int32(&adr, (int32_t *)groups, n_groups);
H A Dadt_token.c345 gid_t *groups; local
357 groups = ((union convert *)p_data)->tgidstar;
359 (void) au_write(event->ae_event_handle, au_to_newgroups(n, groups));
605 * In a session model, the groups list is undefined and label
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm855 groups return will be limited to those created after C<SINCE> and, if
865 after C<SINCE>, that are in a groups which matched C<GROUPS> and a
919 match C<PATTERN>, or all of the groups if no pattern is specified, and
929 Returns a reference to a list which contains a list of groups which
940 value is a reference to an array containing the time the groups was created
945 Similar to C<list> but only active groups that match the pattern are returned.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm155 Operator tags can be used to refer to groups (or sets) of operators.
470 ggrnam ggrgid ggrent sgrent egrent -- groups
520 This tag holds groups of assorted specialist opcodes that don't warrant
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_query.c503 char (*groups)[LIFGRNAMSIZ])
515 (void) strlcpy(grlistp->gl_groups[i], groups[i], LIFGRNAMSIZ);
502 ipmp_grouplist_create(uint64_t sig, unsigned int ngroup, char (*groups)[LIFGRNAMSIZ]) argument
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c672 for (i = 0; i < ia->groups.argc; i++) {
673 rc = __netgr_in(a, ia->groups.argv[i]);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1347 static struct cachenode *names, *groups; variable in typeref:struct:
1419 c = findincache(&groups, gid);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH194 * available to get the list of process groups. If unavailable, multiple
195 * groups are probably not supported.
239 * to kill process groups. If unavailable, you probably should use kill
1886 * available to set the list of process groups. If unavailable, multiple
1887 * groups are probably not supported.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t890 like( $@, qr{Too deeply nested \(\)-groups} );
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s912 ! store for the first element and fifth element of PRE_STORE groups
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2482 * Parse the supp_groups property value and populate ci->groups. Returns
2484 * more than NGROUPS_MAX-1 groups), or 0 on success.
2516 if ((ci->groups[i] = get_gid(cp)) == (gid_t)-1) {
2713 "No property groups to get ids from."));
2781 "Could not get supplemental groups (\"%s\") "
2793 "Could not interpret supplemental groups (\"%s\") "
2799 "Too many supplemental groups values in \"%s\".",
3687 setgroups(cip->ngroups, cip->groups) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm204 bibliographic tags that classify whole groups of languages, as
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl772 short *grouplen, gid_t *groups);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2506 # for disabling groups of radio/checkbox buttons
2635 # compatibility with browsers that do not support option groups.
4860 to the groups by name. All function sets are preceded with a ":"
6052 textfields, popup menus, radio groups and other form elements. Each

Completed in 1875 milliseconds

12