Home
last modified time | relevance | path

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

/freebsd/usr.bin/du/
H A Ddu.c67 static bool check_threshold(FTSENT *);
283 if (p->fts_level <= depth && check_threshold(p)) in main()
309 if ((aflag || p->fts_level == 0) && check_threshold(p)) in main()
558 check_threshold(FTSENT *p) in check_threshold() function