Searched refs:dircount (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dchdir.c46 static int dircount; variable
86 dircount = lm_argc - optind;
87 if (dircount <= 0) {
90 dircount = 1;
92 dirlist = (char **)malloc(dircount * sizeof (char *));
93 for (i = 0; i < dircount; i++) {
113 j %= dircount;
129 (void) sprintf(result, "%5d %5s", dircount, optg ? "y" : "n");
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c3882 * dircount includes all that except for the entry attributes and handles.
4123 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4135 dircount = maxcount = 0;
4142 nfsm_chain_get_32(error, nmreq, dircount);
4148 dircount = ((dircount + DIRBLKSIZ - 1) & ~(DIRBLKSIZ - 1));
4149 if (dircount > xfer)
4150 dircount = xfer;
4151 fullsiz = siz = dircount;
4290 * If either the dircount o
[all...]

Completed in 28 milliseconds