Searched refs:grps (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c155 gid_t *grps; local
219 if ((grps = malloc(sizeof(gid_t) * ngrps_max)) == NULL)
221 if ((ngrps = getgroups(ngrps_max, (gid_t *)grps)) < 0) {
227 if (grp->gr_gid != egid && inarray(grp->gr_gid, grps, ngrps)) {
229 if (grps[i] == grp->gr_gid)
232 memmove(&grps[i], &grps[i + 1], (ngrps - i) * sizeof(gid_t));
234 if (setgroups(ngrps, (const gid_t *)grps) < 0) {
249 grps[0] = grp->gr_gid;
252 if (egid != grp->gr_gid && !inarray(egid, grps, ngrp
272 inarray(gid_t gid, const gid_t grps[], int ngrps) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_groupfile.c90 apr_table_t *grps = apr_table_make(p, 15); local
121 apr_table_setn(grps, apr_pstrmemdup(p, group_name, group_len),
131 *out = grps;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/ICONS/
H A DviewIcons.rb110 @grps = TkLabel.new(w, :background=>'lightyellow', :justify=>:left)
115 @grps.grid(:row=>1, :column=>1, :sticky=>:w)
123 @grps['text'] = txt
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomputil.c230 VARARR(Cdstr, grps, preplines);
238 strp = grps;
279 Cdstr s = grps[i];
286 qsort(grps, preplines, sizeof(Cdstr), cd_sort);
288 for (i = preplines, strp = grps; i > 1; i--, strp++) {
305 expl->strs = grps[0];
308 for (i = preplines, strp = grps, strp2 = NULL; i; i--, strp++) {
324 for (d = 0, j = preplines, strp = grps; j; j--, strp++) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c633 match_cfg_line_group(const char *grps, int line, const char *user) argument
647 } else if (ga_match_pattern_list(grps) != 1) {
649 user, grps, line);
652 grps, line);
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Di386-dis.c1463 static const struct dis386 grps[][8] = { variable in typeref:struct:dis386
3187 dp = &grps[dp->bytemode2][reg];

Completed in 180 milliseconds