Home
last modified time | relevance | path

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); in main()
53 nchild--; in main()
56 if (nchild != 0) in main()
70 assert(ubuf[i] == 'a' + nchild); in main()
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c135 jsize nchild0, nchild; in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children() local
158 nchild = lgrp_children(cookie, (lgrp_id_t)id, native_child, nchild0); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
159 if (nchild != nchild0) { in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
164 if ((java_child = calloc(nchild, sizeof (jlong))) == NULL) { in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
171 for (i = 0; i < nchild; i++) in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
173 (*env)->SetLongArrayRegion(env, children, 0, nchild, java_child); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1children()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c1911 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
1941 nchild = mdoc->last; in post_bl()
1943 if (nchild == mdoc->last) in post_bl()
1944 nchild = roff_node_child(nbody); in post_bl()
1945 if (nchild == NULL) { in post_bl()
1951 if (nchild->tok == MDOC_It) { in post_bl()
1977 while (nchild != NULL) { in post_bl()
1978 if (nchild->tok == MDOC_It) { in post_bl()
1979 nchild = roff_node_next(nchild); in post_bl()
1982 nnext = nchild->next; in post_bl()
[all …]
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c107 static int nchild = 0; variable
303 pidlist[nchild++] = originalpid; in main()
342 pidlist[nchild++] = pid; in main()
403 pidlist[nchild++] = pid; in doit()
755 for (i = 0; i < nchild; i++) { in parenthandler()
780 for (i = 0; i < nchild; i++) { in childcleanup()