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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Deptstat.c71 struct pinfo *pinfo, *last, *me, *myparent; local
76 me = myparent = last = (struct pinfo *)0;
87 myparent = last;
101 if (myparent)
102 myparent->next = me->next;
106 last = myparent;
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1631 int argfl, struct ditem *myparent)
1655 myinfo->parent = myparent;
1663 if (myparent != NULL) {
1664 for (tptr = myparent; tptr->parent != NULL;
1770 gstat(char *file, int argfl, struct ditem *myparent) argument
1879 argfl, myparent);
1981 argfl, myparent);
1630 record_ancestry(char *file, struct stat *pstatb, struct lbuf *rep, int argfl, struct ditem *myparent) argument

Completed in 65 milliseconds