Searched refs:tapefile (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strtape.c | 41 static char tapefile[sizeof("/dev/Xrmt/123456789")]; local 83 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/ctape%c%s", mtunit, mtrewind); 84 if (!access(tapefile, F_OK)) return(tapefile); 87 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/%c%c%s%s", mtunit, mtdensity, mtbehavior, mtrewind); 88 if (!access(tapefile, F_OK)) return(tapefile); 99 sfsprintf(tapefile, sizeo [all...] |
Completed in 17 milliseconds