Searched defs:ngroups (Results 1 - 18 of 18) sorted by relevance

/external/openssh/
H A Dgroupaccess.c41 static int ngroups; variable
58 if (ngroups > 0)
61 ngroups = NGROUPS_MAX;
63 ngroups = MAX(NGROUPS_MAX, sysconf(_SC_NGROUPS_MAX));
66 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid));
67 groups_byname = xcalloc(ngroups, sizeof(*groups_byname));
69 if (getgrouplist(user, base, groups_bygid, &ngroups) == -1)
71 for (i = 0, j = 0; i < ngroups; i++)
75 return (ngroups = j);
88 for (i = 0; i < ngroups;
[all...]
/external/openssh/openbsd-compat/
H A Dgetgrouplist.c49 int i, ngroups; local
54 ngroups = 0;
60 if (ngroups >= maxgroups) {
61 *grpcnt = ngroups;
64 groups[ngroups++] = agroup;
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++)
80 if (ngroups >= maxgroups) {
84 groups[ngroups++] = grp->gr_gid;
91 *grpcnt = ngroups;
H A Dport-aix.c438 int ret = 0, ngroups = 0, maxgroups; local
453 groups[ngroups++] = pgid;
458 if (ngroups >= maxgroups || l == LONG_MIN || l == LONG_MAX) {
465 groups[ngroups++] = gid;
469 *grpcnt = ngroups;
/external/jpeg/
H A Djdmainct.c479 int ci, rgroup, ngroups; local
492 * ngroups is the number of row groups we need.
498 ngroups = cinfo->min_DCT_scaled_size + 2;
500 ngroups = cinfo->min_DCT_scaled_size;
510 (JDIMENSION) (rgroup * ngroups));
/external/qemu/distrib/jpeg-6b/
H A Djdmainct.c479 int ci, rgroup, ngroups; local
492 * ngroups is the number of row groups we need.
498 ngroups = cinfo->min_DCT_scaled_size + 2;
500 ngroups = cinfo->min_DCT_scaled_size;
510 (JDIMENSION) (rgroup * ngroups));
/external/tcpdump/
H A Dprint-igmp.c156 u_int group, nsrcs, ngroups; local
165 ngroups = EXTRACT_16BITS(&bp[6]);
166 (void)printf(", %d group record(s)", ngroups);
170 for (i=0; i<ngroups; i++) {
H A Dprint-pim.c126 int maddrlen, addrlen, ngroups, njoin, nprune; local
169 ngroups = bp[3];
172 while (ngroups--) {
H A Dprint-icmp6.c746 u_int group, nsrcs, ngroups; local
756 ngroups = ntohs(icp->icmp6_data16[1]);
757 printf(", %d group record(s)", ngroups);
761 for (i = 0; i < ngroups; i++) {
/external/elfutils/libasm/
H A DlibasmP.h168 size_t ngroups; member in struct:AsmCtx
/external/ping/
H A Dping.c1678 int ngroups; local
1686 ngroups = getgroups(0, empty);
1687 if (ngroups < 0) {
1691 groups = (gid_t *) malloc((ngroups * sizeof(gid_t)));
1693 fprintf(stderr, "ping: unable to allocate memory for %d groups. Aborting\n", ngroups);
1696 ngroups = getgroups(ngroups, groups);
1697 if (ngroups < 0) {
1702 for (i = 0; i < ngroups; i++) {
/external/ppp/pppd/
H A Dmain.c201 int ngroups; /* How many groups valid in groups */ variable
344 ngroups = getgroups(NGROUPS_MAX, groups);
/external/regex-re2/re2/
H A Dparse.cc1408 UGroup *groups, int ngroups) {
1410 for (int i = 0; i < ngroups; i++)
1407 LookupGroup(const StringPiece& name, UGroup *groups, int ngroups) argument
/external/elfutils/src/
H A Dreadelf.c5662 size_t ngroups = 1; local
5666 groups[ngroups++] = &sorted_items[i];
5667 qsort (groups, ngroups, sizeof groups[0], &compare_core_item_groups);
5685 for (size_t i = 0; i < ngroups; ++i)
/external/kernel-headers/original/linux/
H A Dsched.h718 int ngroups; member in struct:group_info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 684 milliseconds