Searched refs:groups (Results 1 - 25 of 258) sorted by relevance

1234567891011

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dbotch.c48 gid_t groups[32 * sizeof(int) / sizeof(gid_t)]; local
51 if ((n = getgroups((sizeof(groups) / sizeof(groups[0])) / r, groups)) > 0)
54 groups[i] = ((gid_t)0);
55 if (getgroups(i, groups) != i)
57 if (groups[i] != ((gid_t)0))
59 groups[i] = ((gid_t)-1);
60 if (getgroups(i, groups) != i)
62 if (groups[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dcrontab.sourceforge8 28 * * * * /home/groups/m/me/memchan/tools/htdocs_refresh
9 17 6 * * * /home/groups/m/me/memchan/tools/watch_cvs
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dcrontab.sourceforge8 44 * * * * /home/groups/t/tc/tcltrf/tools/htdocs_refresh
9 34 6 * * * /home/groups/t/tc/tcltrf/tools/watch_cvs
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEventListenerSection.js40 var groups = this.groups;
41 groups.push(new WebInspector.EventListenerSectionGroup(eventListener, this._nodeId));
42 this.groups = groups;
H A DDetailsSection.js26 WebInspector.DetailsSection = function(identifier, title, groups, optionsElement, defaultCollapsedSettingValue) {
58 this.groups = groups || [new WebInspector.DetailsSectionGroup];
115 get groups()
120 set groups(groups)
124 this._groups = groups || [];
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumn.pm13 my @groups = $column->groups;
71 sub groups { subroutine
73 my %groups = %{ $self->{_groups} };
74 delete $groups{All} if keys %groups > 1;
75 return keys %groups;
79 return !scalar grep $_ eq "TEMP", shift->groups;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser.c51 static gid_t groups[NGROUPS_MAX]; local
57 ngroups = getgroups(NGROUPS_MAX, groups);
63 if (groups[i] == gid)
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
64 groups[ngroups++] = agroup;
67 * Scan the group file to find additional groups.
74 if (groups[i] == grp->gr_gid)
84 groups[ngroups++] = grp->gr_gid;
/macosx-10.10.1/files-662.1.1/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A Dgroups.py5 groups = [] variable
27 groups.append(plistlib.readPlist(file))
29 groups.sort(compare_gid)
42 for group in groups:
H A DMakefile6 groups \
40 $(_v) python groups.py groups/*.plist > \
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dauthentication.c59 gid_t groups[NGROUPS_MAX]; local
65 if ((numgroups = getgroups(NGROUPS_MAX, groups)) > 0) {
74 if (groups[i] == admingid) {
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Difdef.c95 struct group groups[2]; local
97 groups[0].file = &files[0];
98 groups[0].from = beg0;
99 groups[0].upto = end0;
100 groups[1].file = &files[1];
101 groups[1].from = beg1;
102 groups[1].upto = end1;
103 format_group (outfile, format, 0, groups);
114 struct group const *groups)
148 value[i] = groups_letter_value (groups, *
113 format_group(register FILE *out, char const *format, char endchar, struct group const *groups) argument
299 do_printf_spec(FILE *out, char const *spec, struct file_data const *file, lin n, struct group const *groups) argument
[all...]
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dhash.h45 struct grouplist *groups; member in struct:member_entry
H A Dhash.c168 * structure also has a linked list of groups hung off it. If handed
193 p = cur->groups;
199 tmp->next = cur->groups;
200 cur->groups = tmp;
210 new->groups = tmp;
/macosx-10.10.1/Librpcsvc-24/
H A Dmount.x126 typedef struct groupnode *groups;
129 groups gr_next;
138 groups ex_groups;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-mlspl.el102 (&optional groups no-crosspost catch-all)
109 be used to select candidate groups. If it is omitted or nil, all
110 existing groups are considered.
158 (when (or (not groups)
159 (and (listp groups)
160 (memq group groups))
161 (and (stringp groups)
162 (string-match groups group)))
220 ;; same order as groups.
/macosx-10.10.1/shell_cmds-179/id/
H A Did.c99 if (strcmp(myname, "groups") == 0) {
241 (void)printf("groups\t");
267 (void)printf("groups\t");
280 gid_t *groups = NULL; local
282 gid_t groups[NGROUPS + 1]; local
306 ngroups = getgrouplist_2(pw->pw_name, gid, &groups);
309 getgrouplist(pw->pw_name, gid, groups, &ngroups);
314 groups = malloc((NGROUPS + 1) * sizeof(gid_t));
316 ngroups = getgroups(NGROUPS + 1, groups);
341 fmt = " groups
391 gid_t *groups = NULL; local
393 gid_t groups[NGROUPS + 1]; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dstrip-1.d11 There are no section groups in this file.
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c107 static gid_t* groups;
113 if (!(groups = newof(0, gid_t, ngroups + 1, 0)))
116 ngroups = getgroups(ngroups, groups);
120 if (groups[n] == st.st_gid)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUniData.c827 static int groups[] = { variable
903 #define GetUniCharInfo(ch) (groups[groupMap[(pageMap[(((int)(ch)) & 0xffff) >> OFFSET_BITS] << OFFSET_BITS) | ((ch) & ((1 << OFFSET_BITS)-1))]])
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclUniData.c827 static int groups[] = { variable
903 #define GetUniCharInfo(ch) (groups[groupMap[(pageMap[(((int)(ch)) & 0xffff) >> OFFSET_BITS] << OFFSET_BITS) | ((ch) & ((1 << OFFSET_BITS)-1))]])
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Duser_test.cpp69 std::set< gid_t > groups;
77 groups.insert(gids[i]);
81 std::cout << "User belongs to " << ngids << " groups\n";
86 if (groups.find(g) == groups.end()) {
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authz_dbm.c149 const char *groups; local
167 user, conf->grpfile, conf->dbmtype, &groups);
176 if (groups == NULL) {
177 /* no groups available, so exit immediately */
185 orig_groups = groups;
198 groups = orig_groups;
199 while (groups[0]) {
200 v = ap_getword(r->pool, &groups, ',');
227 const char *groups; local
242 user, conf->grpfile, conf->dbmtype, &groups);
[all...]
/macosx-10.10.1/ruby-106/ruby/test/etc/
H A Dtest_etc.rb81 groups = Hash.new {[]}
84 Etc.group {|s| groups[s.gid] |= [s]}
85 groups.each_pair do |gid, s|
88 s = groups[Process.egid]
95 groups = {}
97 groups[s.name] ||= s unless /\A\+/ =~ s.name
99 groups.each_value do |s|
/macosx-10.10.1/apache-793/httpd/support/
H A Ddbmmanage.in21 # usage: dbmmanage <DBMfile> <command> <user> <password> <groups> <comment>
45 groups or comment of . (or blank) for update command retains old values
46 groups or comment of - for update command clears the existing value
47 groups or comment of - for add and adduser commands is the empty value
144 my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
247 $groups = (split /:/, $DB{$key}, 3)[1] if !$groups || $groups eq '.';
262 $groups = '' if $groups e
[all...]

Completed in 146 milliseconds

1234567891011