Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/du/
H A Ddu.c52 int linkchk(FTSENT *);
192 if (p->fts_statp->st_nlink > 1 && linkchk(p)) in main()
243 linkchk(FTSENT *p) in linkchk() function