Home
last modified time | relevance | path

Searched refs:nchild (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dnfsrename.sh176 long i, nchild;
180 nchild = 1;
184 nchild = strtol(optarg, &cp, 0);
206 for (i = 0; i < nchild; i++) {
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_tree.c348 if (node->nchild) in tree_link_unmatched()
356 if (node->nchild == sk_ASN1_OBJECT_num(expset)) in tree_link_unmatched()
417 node->parent->nchild--; in tree_prune()
429 if (node->nchild == 0) { in tree_prune()
430 node->parent->nchild--; in tree_prune()
435 if (curr->anyPolicy && !curr->anyPolicy->nchild) { in tree_prune()
437 curr->anyPolicy->parent->nchild--; in tree_prune()
H A Dpcy_local.h96 int nchild; member
H A Dpcy_node.c113 parent->nchild++; in ossl_policy_level_add_node()
/freebsd/contrib/mandoc/
H A Dmdoc_validate.c1956 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
1986 nchild = mdoc->last; in post_bl()
1988 if (nchild == mdoc->last) in post_bl()
1989 nchild = roff_node_child(nbody); in post_bl()
1990 if (nchild == NULL) { in post_bl()
1996 if (nchild->tok == MDOC_It) { in post_bl()
2022 while (nchild != NULL) { in post_bl()
2023 if (nchild->tok == MDOC_It) { in post_bl()
2024 nchild = roff_node_next(nchild); in post_bl()
2027 nnext = nchild->next; in post_bl()
[all …]