Searched refs:nchild (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_child.c30 static int nchild = 5; variable
50 memset(buf, 'a' + nchild, mapsz);
53 nchild--;
56 if (nchild != 0)
70 assert(ubuf[i] == 'a' + nchild);
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c138 jsize nchild0, nchild; local
161 nchild = lgrp_children(cookie, (lgrp_id_t)id, native_child, nchild0);
162 if (nchild != nchild0) {
167 if ((java_child = calloc(nchild, sizeof (jlong))) == NULL) {
174 for (i = 0; i < nchild; i++)
176 (*env)->SetLongArrayRegion(env, children, 0, nchild, java_child);
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c106 static int nchild = 0; variable
302 pidlist[nchild++] = originalpid;
341 pidlist[nchild++] = pid;
402 pidlist[nchild++] = pid;
754 for (i = 0; i < nchild; i++) {
779 for (i = 0; i < nchild; i++) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1303 struct roff_node *nchild, *nnext; /* of the Bl body */ local
1321 nchild = nbody->child;
1322 if (nchild == NULL) {
1327 while (nchild != NULL) {
1328 if (nchild->tok == MDOC_It ||
1329 (nchild->tok == MDOC_Sm &&
1330 nchild->next != NULL &&
1331 nchild->next->tok == MDOC_It)) {
1332 nchild = nchild
[all...]

Completed in 49 milliseconds