Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/openbsd-src/regress/sys/net/pflow/
H A Difconfig.ok4 groups: pflow
9 groups: pflow
13 groups: pflow
17 groups: pflow
21 groups: pflow
25 groups: pflow
29 groups: pflow
33 groups: pflow
38 groups: pflow
42 groups: pflow
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dreggroups.c82 struct reggroups *groups = GDBARCH_OBSTACK_ZALLOC (gdbarch, in reggroups_init() local
84 groups->last = &groups->first; in reggroups_init()
85 return groups; in reggroups_init()
92 add_group (struct reggroups *groups, struct reggroup *group, in add_group() argument
98 (*groups->last) = el; in add_group()
99 groups->last = &el->next; in add_group()
105 struct reggroups *groups = gdbarch_data (gdbarch, reggroups_data); in reggroup_add() local
107 if (groups == NULL) in reggroup_add()
111 groups = reggroups_init (gdbarch); in reggroup_add()
112 deprecated_set_gdbarch_data (gdbarch, reggroups_data, groups); in reggroup_add()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c233 find_or_create_group (struct mem_ref_group **groups, tree base, in find_or_create_group() argument
238 for (; *groups; groups = &(*groups)->next) in find_or_create_group()
240 if ((*groups)->step == step in find_or_create_group()
241 && operand_equal_p ((*groups)->base, base, 0)) in find_or_create_group()
242 return *groups; in find_or_create_group()
245 if ((*groups)->step < step) in find_or_create_group()
253 group->next = *groups; in find_or_create_group()
254 *groups = group; in find_or_create_group()
304 release_mem_refs (struct mem_ref_group *groups) in release_mem_refs() argument
309 for (; groups; groups = next_g) in release_mem_refs()
[all …]
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Difdef.c98 struct group groups[2]; local
100 groups[0].file = &files[0];
101 groups[0].from = beg0;
102 groups[0].upto = end0;
103 groups[1].file = &files[1];
104 groups[1].from = beg1;
105 groups[1].upto = end1;
106 format_group (1, format, '\0', groups);
116 format_group (doit, format, endchar, groups) in format_group() argument
120 struct group const *groups;
[all …]
/openbsd-src/lib/libcrypto/bn/
H A Dbn_ctx.c30 uint8_t *groups; member
42 uint8_t *groups = NULL; in bn_ctx_grow() local
58 if ((groups = reallocarray(bctx->groups, len, in bn_ctx_grow()
59 sizeof(bctx->groups[0]))) == NULL) in bn_ctx_grow()
61 bctx->groups = groups; in bn_ctx_grow()
89 free(bctx->groups); in BN_CTX_free()
138 bctx->groups[bctx->index] = bctx->group; in BN_CTX_get()
153 while (bctx->index > 0 && bctx->groups[bctx->index - 1] == bctx->group) { in BN_CTX_end()
155 bctx->groups[bctx->index - 1] = 0; in BN_CTX_end()
/openbsd-src/lib/libc/gen/
H A Dgetgrouplist.c58 * If the uid matches, add the groups to the group list and return 1.
62 _parse_netid(char *netid, uid_t uid, gid_t *groups, int *ngroups,
92 if (groups[i] == gid) in _parse_netid()
100 groups[(*ngroups)++] = gid; in _parse_netid()
111 _read_netid(const char *key, uid_t uid, gid_t *groups, int *ngroups, in _read_netid() argument
137 found = _parse_netid(p, uid, groups, ngroups, maxgroups); in _read_netid()
145 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist() argument
159 groups[ngroups++] = agroup; in getgrouplist()
162 * Scan the group file to find additional groups. in getgrouplist()
178 if (groups[ in getgrouplist()
63 _parse_netid(char * netid,uid_t uid,gid_t * groups,int * ngroups,int maxgroups) _parse_netid() argument
[all...]
H A Dinitgroups.c39 gid_t groups[NGROUPS_MAX]; in initgroups() local
43 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) { in initgroups()
47 if (setgroups(ngroups, groups) == -1) in initgroups()
/openbsd-src/usr.bin/id/
H A Did.c69 if (strcmp(getprogname(), "groups") == 0) { in main()
193 (void)printf("groups\t"); in pretty()
219 (void)printf("groups\t"); in pretty()
233 gid_t groups[NGROUPS_MAX], gid, egid, lastgid; in current() local
254 if ((ngroups = getgroups(NGROUPS_MAX, groups))) { in current()
255 for (prefix = " groups=", lastgid = (gid_t)-1, cnt = 0; in current()
257 gid = groups[cnt++]; in current()
271 gid_t gid, groups[NGROUPS_MAX + 1]; in user() local
283 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups) == -1) { in user()
287 prefix = " groups in user()
302 gid_t gid, groups[NGROUPS_MAX + 1]; group() local
[all...]
/openbsd-src/sys/dev/acpi/
H A Dpchgpio.c53 const struct pchgpio_group *groups; member
149 .groups = spt_lp_groups,
179 .groups = spt_h_groups,
213 .groups = cnl_h_groups,
242 .groups = cnl_lp_groups,
276 .groups = tgl_lp_groups,
314 .groups = tgl_h_groups,
352 .groups = adl_s_groups,
386 .groups = adl_n_groups,
420 .groups in pchgpio_match()
[all...]
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_ast_matchers.py182 result, inner, name = m.groups()
195 inner, name = m.groups()
211 loc, name, results = m.groups()[0:3]
236 p, n, name, results = m.groups()[0:4]
237 args = m.groups()[4:]
257 name, results, arg_name = m.groups()[0:3]
281 p, n, result, name = m.groups()[0:4]
282 args = m.groups()[4:]
300 p, n, result, name = m.groups()[0:4]
301 args = m.groups()[4:]
[all …]
/openbsd-src/usr.bin/doas/
H A Ddoas.c96 match(uid_t uid, gid_t *groups, int ngroups, uid_t target, const char *cmd, in match() argument
106 if (rgid == groups[i]) in match()
136 permit(uid_t uid, gid_t *groups, int ngroups, const struct rule **lastr, in permit() argument
143 if (match(uid, groups, ngroups, target, cmd, in permit()
183 uid_t uid, gid_t *groups, int ngroups, uid_t target) in checkconfig() argument
194 rv = permit(uid, groups, ngroups, &rule, target, argv[0], in checkconfig()
322 gid_t groups[NGROUPS_MAX + 1]; in main() local
380 ngroups = getgroups(NGROUPS_MAX, groups); in main()
383 groups[ngroups++] = getgid(); in main()
398 checkconfig(confpath, argc, argv, uid, groups, ngroups, in main()
[all …]
/openbsd-src/usr.sbin/amd/rpcx/
H A Dmount.h79 typedef struct groupnode *groups; typedef
80 bool_t xdr_groups(XDR *, groups *);
85 groups gr_next;
97 groups ex_groups;
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_bsdauth.c281 char **groups = NULL; in module_bsdauth_config_set()
289 if ((groups = calloc(sizeof(char *), argc + 1)) == NULL) { in module_bsdauth_config_set()
295 if ((groups[i] = strdup(argv[i])) == NULL) { in module_bsdauth_config_set()
301 groups[i] = NULL; in module_bsdauth_config_set()
302 module->okgroups = groups; in module_bsdauth_config_set()
312 if (groups != NULL) { in module_bsdauth_config_set()
313 for (i = 0; groups[i] != NULL; i++) in module_bsdauth_config_set()
314 free(groups[i]); in module_bsdauth_config_set()
315 free(groups); in module_bsdauth_config_set()
279 char **groups = NULL; module_bsdauth_config_set() local
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dgroups.t142 my @groups = split ' ', $);
146 next if grep { $_ == $ent[2] } @groups;
168 diag_variable( groups => $groups_string );
219 if ( $str && $str =~ /groups=/ ) {
385 my ( $basegroups, $groups ) = @_;
389 @$groups;
H A Dhash.t162 my @groups;
170 push @groups, $scalar, \@keys;
215 while (@groups) {
216 my $keys = pop @groups;
220 is(scalar %$h, pop @groups, "scalar keys is identical when rebuilding");
/openbsd-src/lib/librpcsvc/
H A Dmount.x88 typedef struct groupnode *groups; typedef
91 groups gr_next;
100 groups ex_groups;
/openbsd-src/usr.sbin/ypserv/revnetgroup/
H A Dhash.c188 p = cur->groups; in mstore()
197 tmp->next = cur->groups; in mstore()
198 cur->groups = tmp; in mstore()
208 new->groups = tmp; in mstore()
/openbsd-src/regress/usr.sbin/ldapd/out/
H A Dexample.log23 # groups, example.com
24 dn: ou=groups,dc=example,dc=com
27 ou: groups
/openbsd-src/lib/libssl/
H A Dt1_lib.c159 * Supported groups (formerly known as named curves)
417 * the client/session groups. Otherwise return the custom group list if one
418 * exists, or the default groups if a custom list has not been specified.
540 const int *groups, size_t ngroups) in tls1_set_groups() argument
549 if (!tls1_ec_nid2group_id(groups[i], &group_ids[i])) { in tls1_set_groups()
564 const char *groups) in tls1_set_group_list() argument
571 if ((gs = strdup(groups)) == NULL) in tls1_set_group_list()
613 const uint16_t *groups; in tls1_check_group() local
616 tls1_get_group_list(s, 0, &groups, &groupslen); in tls1_check_group()
619 if (!ssl_security_supported_group(s, groups[ in tls1_check_group()
673 const uint16_t *groups; tls1_check_ec_key() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp112 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute() local
114 stream.Printf("%" PRIu64 " script %s", uint64_t(groups.size()), in DoExecute()
115 (groups.size() == 1) ? "group" : "groups"); in DoExecute()
119 for (const RSScriptGroupDescriptorSP &g : groups) { in DoExecute()
/openbsd-src/distrib/special/doas/
H A Ddoas.c64 gid_t groups[1]; in main() local
97 groups[0] = pw->pw_gid; in main()
99 if (setgroups(1, groups) || in main()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py173 if len(lldb_versions_match.groups()
174 ) >= 1 and lldb_versions_match.groups()[0]:
175 lldb_major = int(lldb_versions_match.groups()[0])
176 if len(lldb_versions_match.groups()
177 ) >= 5 and lldb_versions_match.groups()[4]:
178 lldb_minor = int(lldb_versions_match.groups()[4])
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dmike-g++.exp35 global groups
45 set groups {}
54 proc postbase { src_code run groups args } {
87 if {[lsearch $groups $GROUP] == -1} {
H A Dmike-gcc.exp35 global groups
45 set groups {}
54 proc postbase { src_code run groups args } {
91 if {[lsearch $groups $GROUP] == -1} {
H A Dmike-g77.exp38 global groups
48 set groups {}
57 proc postbase { src_code run groups args } {
94 if {[lsearch $groups $GROUP] == -1} {

12345678910>>...16