Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c604 static ino_t mt_ino; /* inode number of output file */ variable
1105 mt_ino = stbuf.st_ino; in main()
1909 if ((mt_ino == stbuf.st_ino) && (mt_dev == stbuf.st_dev)) { in putfile()