Home
last modified time | relevance | path

Searched refs:numchildren (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/hfs/
H A Dhfs_vnops.c867 uint32_t numchildren; in hfs_vop_readdir() local
876 numchildren = 0; in hfs_vop_readdir()
900 &children, &childnames, &numchildren, &cbargs) != 0) { in hfs_vop_readdir()
906 DPRINTF(("numchildren = %u\n", numchildren)); in hfs_vop_readdir()
907 for (curchild = 0; curchild < numchildren && uio->uio_resid > 0; in hfs_vop_readdir()
978 if (numchildren > 0) { in hfs_vop_readdir()
/netbsd-src/external/mit/expat/dist/lib/
H A Dexpat.h172 unsigned int numchildren; member
H A Dxmlparse.c5353 content->numchildren = 0; in doProlog()
7423 (jobDest++)->numchildren = 0; in build_model()
7427 const int src_node = (int)dest->numchildren; in build_model()
7442 dest->numchildren = 0; in build_model()
7448 dest->numchildren = dtd->scaffold[src_node].childcnt; in build_model()
7453 i < dest->numchildren; i++, cn = dtd->scaffold[cn].nextsib) in build_model()
7454 (jobDest++)->numchildren = (unsigned int)cn; in build_model()
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c2686 errorFlags |= ((model[0].numchildren == 2) ? 0 : (1u << 4)); in element_decl_check_model()
2692 errorFlags |= ((model[1].numchildren == 3) ? 0 : (1u << 9)); in element_decl_check_model()
2698 errorFlags |= ((model[2].numchildren == 0) ? 0 : (1u << 14)); in element_decl_check_model()
2704 errorFlags |= ((model[3].numchildren == 0) ? 0 : (1u << 19)); in element_decl_check_model()
2710 errorFlags |= ((model[4].numchildren == 0) ? 0 : (1u << 24)); in element_decl_check_model()
2716 errorFlags |= ((model[5].numchildren == 0) ? 0 : (1u << 29)); in element_decl_check_model()