Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.c204 int tapeExists = !_access(_PATH_DEFTAPE, 0); in main() local
206 int tapeExists = !access(_PATH_DEFTAPE, F_OK); in main()
208 if (tapeExists) { in main()