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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h77 #define fts_bignum __union_ftsent.__fts_bignum macro
/freebsd-11-stable/usr.bin/du/
H A Ddu.c282 p->fts_parent->fts_bignum += p->fts_bignum +=
286 threshold_sign * howmany(p->fts_bignum *
289 prthumanval(p->fts_bignum);
293 (intmax_t)howmany(p->fts_bignum *
335 p->fts_parent->fts_bignum += curblocks;
337 savednumber = p->fts_parent->fts_bignum;
/freebsd-11-stable/include/
H A Dfts.h71 #define fts_bignum fts_number /* XXX non-std, should go away */ macro

Completed in 106 milliseconds