Home
last modified time | relevance | path

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

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