Searched refs:nbgroups (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/network/nfsv4/acl/
H A Dsetacl_stress.py19 parser.set_defaults(nbfiles=5,nbusers=5,nbgroups=5,nloop=100 )
24 parser.add_option("-g", "--nbgrp", dest="nbgroups",type="int",help="nb of groups (default=5)")
29 test.getNGroupList(options.nbgroups)
/external/libxml2/
H A Drelaxng.c287 int nbgroups; /* number of groups in the partitions */ member in struct:_xmlRelaxNGPartition
944 for (j = 0; j < partitions->nbgroups; j++) {
4323 int nbgroups = 0; local
4354 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr)
4356 if (groups[nbgroups] == NULL)
4360 groups[nbgroups]->rule = cur;
4361 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 0);
4362 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1);
4363 nbgroups++;
4367 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups);
9286 int ret = 0, i, nbgroups; local
[all...]

Completed in 1266 milliseconds