Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtape.c38 char mtrewind[2]; in strtape() local
43 mtrewind[0] = mtrewind[1] = mtbehavior[0] = mtbehavior[1] = 0; in strtape()
70 mtrewind[0] = *s++; in strtape()
83 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/ctape%c%s", mtunit, mtrewind); in strtape()
87 …fsprintf(tapefile, sizeof(tapefile), "/dev/rmt/%c%c%s%s", mtunit, mtdensity, mtbehavior, mtrewind); 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()
139 switch (mtrewind[0]) in strtape()