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

/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c728 struct statfs sfsb; local
729 int rc = statfs(ent->fts_accpath, &sfsb);
730 if (rc >= 0 && !strcmp("devfs", sfsb.f_fstypename)) {

Completed in 173 milliseconds