HomeSort by relevance Sort by last modified time
    Searched defs:ngroups (Results 1 - 23 of 23) sorted by null

  /external/strace/tests/
getgroups.c 62 static long ngroups; variable
68 if (i != ngroups)
72 for (i = 0; i < ngroups; ++i) {
81 printf("]) = %ld\n", ngroups);
90 ngroups = syscall(SYSCALL_NR, 0, 0);
91 printf("%s(0, NULL) = %ld\n", SYSCALL_NAME, ngroups);
92 if (ngroups < 0)
114 tail_alloc(ngroups ? sizeof(*g1) * ngroups : 1);
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1))
    [all...]
  /external/strace/tests-m32/
getgroups.c 62 static long ngroups; variable
68 if (i != ngroups)
72 for (i = 0; i < ngroups; ++i) {
81 printf("]) = %ld\n", ngroups);
90 ngroups = syscall(SYSCALL_NR, 0, 0);
91 printf("%s(0, NULL) = %ld\n", SYSCALL_NAME, ngroups);
92 if (ngroups < 0)
114 tail_alloc(ngroups ? sizeof(*g1) * ngroups : 1);
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1))
    [all...]
  /external/strace/tests-mx32/
getgroups.c 62 static long ngroups; variable
68 if (i != ngroups)
72 for (i = 0; i < ngroups; ++i) {
81 printf("]) = %ld\n", ngroups);
90 ngroups = syscall(SYSCALL_NR, 0, 0);
91 printf("%s(0, NULL) = %ld\n", SYSCALL_NAME, ngroups);
92 if (ngroups < 0)
114 tail_alloc(ngroups ? sizeof(*g1) * ngroups : 1);
115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1))
    [all...]
  /external/toybox/toys/posix/
id.c 87 int flags, i, ngroups; local
131 ngroups = username ? getgrouplist(username, gid, groups, &i)
133 if (ngroups<0) perror_exit(0);
136 for (i = 0; i<ngroups; i++) {
  /external/libjpeg-turbo/
jdmainct.c 423 int ci, rgroup, ngroups; local
436 * ngroups is the number of row groups we need.
442 ngroups = cinfo->_min_DCT_scaled_size + 2;
444 ngroups = cinfo->_min_DCT_scaled_size;
454 (JDIMENSION) (rgroup * ngroups));
  /external/ltp/testcases/kernel/syscalls/getgroups/
getgroups03.c 50 static int ngroups; variable
51 static GID_T groups_list[NGROUPS];
52 static GID_T groups[NGROUPS];
61 int gidsetsize = NGROUPS;
91 static int readgroups(GID_T groups[NGROUPS])
142 ngroups = readgroups(groups);
149 if (SETGROUPS(cleanup, ngroups, groups) == -1)
175 for (j = 0; j < ngroups; j++) {
178 if (j == ngroups - 1) {
194 for (i = 0; i < ngroups; i++)
    [all...]
  /system/extras/runconuid/
runconuid.cpp 49 static size_t ngroups = 0; variable
71 if (ngroups && setgroups(ngroups, groups) < 0) {
125 ngroups++;
131 ngroups++;
134 groups = (gid_t*)calloc(ngroups, sizeof(gid_t));
138 for (size_t n = 0; n < ngroups; n++) {
  /external/libcap/progs/
capsh.c 415 int status, ngroups; local
423 ngroups = MAX_GROUPS;
424 status = getgrouplist(user, pwd->pw_gid, groups, &ngroups);
429 status = setgroups(ngroups, groups);
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 109 size_t ngroups; member in struct:bitmap_info_s
145 for (i = 0; i < binfo->ngroups; i++) {
  /external/tcpdump/
print-igmp.c 153 u_int group, nsrcs, ngroups; local
162 ngroups = EXTRACT_16BITS(&bp[6]);
163 ND_PRINT((ndo, ", %d group record(s)", ngroups));
167 for (i=0; i<ngroups; i++) {
print-pim.c 146 int ngroups, njoin, nprune; local
195 ngroups = bp[3];
198 while (ngroups--) {
    [all...]
print-icmp6.c 1410 u_int group, nsrcs, ngroups; local
    [all...]
  /external/elfutils/libasm/
libasmP.h 171 size_t ngroups; member in struct:AsmCtx
  /libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java 75 int ngroups; field in class:ThreadGroup
283 ngroupsSnapshot = ngroups;
358 ngroupsSnapshot = ngroups;
453 ngroupsSnapshot = ngroups;
491 ngroupsSnapshot = ngroups;
577 int ng = ngroups;
586 ngroupsSnapshot = ngroups;
652 ngroupsSnapshot = ngroups;
714 ngroupsSnapshot = ngroups;
756 ngroupsSnapshot = ngroups;
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 626 Int ngroups = VG_(getgroups)(VKI_NGROUPS_MAX, group_list); local
627 if (ngroups == -1)
628 ngroups = 0;
630 *size = sizeof(vki_prcred_t) + (ngroups - 1) * sizeof(gid_t);
640 prcred->pr_ngroups = ngroups;
643 for (i = 0; i < ngroups; i++)
    [all...]
  /external/ppp/pppd/
main.c 200 int ngroups; /* How many groups valid in groups */ variable
341 ngroups = getgroups(NGROUPS_MAX, groups);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 5992 int i, ngroups; local
    [all...]
  /external/elfutils/src/
readelf.c 8780 size_t ngroups = 1; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 430 milliseconds