Searched refs:tapefile (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | strtape.c | 41 static char tapefile[sizeof("/dev/Xrmt/123456789")]; in strtape() local 83 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/ctape%c%s", mtunit, mtrewind); in strtape() 84 if (!access(tapefile, F_OK)) return(tapefile); in strtape() 87 …sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/%c%c%s%s", mtunit, mtdensity, mtbehavior, mtrewind… in strtape() 88 if (!access(tapefile, F_OK)) return(tapefile); in strtape() 99 sfsprintf(tapefile, sizeof(tapefile), "/dev/%sst%c", mtrewind, mtunit); in strtape() 119 sfsprintf(tapefile, sizeof(tapefile), "/dev/%srmt%c", mtrewind, mtunit); in strtape() 145 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt%d", mtunit); in strtape() 147 return(tapefile); in strtape()
|