Home
last modified time | relevance | path

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

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