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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1777 int dcount, xdcount; /* count of digits in current number */ local
1788 if ((dcount <= 0) || (dcount > (((TYPE) == DECIMALVALUE) ? 3 : 4))) \
1806 i = dcount = xdcount = 0;
1815 dcount++;
1837 if (!dcount && needmore)
1839 if (dcount) /* last hex may be elided zero */
1847 dcount = xdcount = 0;
1854 if (!dcount) { /* missing number, probably double colon */
1861 dcount
[all...]

Completed in 14 milliseconds