Home
last modified time | relevance | path

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

/freebsd/usr.bin/du/
H A Ddu.c281 p->fts_parent->fts_bignum += p->fts_bignum += in main()
285 threshold_sign * howmany(p->fts_bignum * in main()
290 p->fts_bignum); in main()
294 (intmax_t)howmany(p->fts_bignum * in main()
339 p->fts_parent->fts_bignum += curblocks; in main()
341 savednumber = p->fts_parent->fts_bignum; in main()
/freebsd/lib/libc/gen/
H A Dfts-compat.h76 #define fts_bignum __union_ftsent.__fts_bignum macro
/freebsd/include/
H A Dfts.h70 #define fts_bignum fts_number /* XXX non-std, should go away */ macro