Home
last modified time | relevance | path

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

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