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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h81 #define fts_bignum __union_ftsent.__fts_bignum macro
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c276 p->fts_parent->fts_bignum += p->fts_bignum +=
280 threshold_sign * howmany(p->fts_bignum *
283 prthumanval(p->fts_bignum);
287 (intmax_t)howmany(p->fts_bignum *
329 p->fts_parent->fts_bignum += curblocks;
331 savednumber = p->fts_parent->fts_bignum;
/freebsd-9.3-release/include/
H A Dfts.h69 #define fts_bignum fts_number /* XXX non-std, should go away */ macro

Completed in 61 milliseconds