HomeSort by: relevance | last modified time | path
    Searched defs:numchildren (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/hfs/
hfs_vnops.c 867 uint32_t numchildren; local
876 numchildren = 0;
900 &children, &childnames, &numchildren, &cbargs) != 0) {
906 DPRINTF(("numchildren = %u\n", numchildren));
907 for (curchild = 0; curchild < numchildren && uio->uio_resid > 0;
978 if (numchildren > 0) {
  /src/external/mit/expat/dist/lib/
expat.h 157 numchildren will contain number of elements that may be mixed in
162 the numchildren field will be zero and children will be NULL. The
166 numchildren and children will point, recursively, to an array
178 unsigned int numchildren; member in struct:XML_cp

Completed in 30 milliseconds