Searched defs:pstatb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c1630 record_ancestry(char *file, struct stat *pstatb, struct lbuf *rep, argument
1653 myinfo->dev = pstatb->st_dev;
1654 myinfo->ino = pstatb->st_ino;
1666 if ((tptr->dev == pstatb->st_dev) &&
1667 (tptr->ino == pstatb->st_ino)) {

Completed in 80 milliseconds