bin/pax/ar_io.c
1113
tty_prnt("\nATTENTION! %s archive volume change required.\n", argv0);
bin/pax/ar_io.c
1122
tty_prnt("%s ready for archive tape volume: %d\n",
bin/pax/ar_io.c
1124
tty_prnt("Load the NEXT TAPE on the tape drive");
bin/pax/ar_io.c
1126
tty_prnt("%s ready for archive volume: %d\n",
bin/pax/ar_io.c
1128
tty_prnt("Load the NEXT STORAGE MEDIA (if required)");
bin/pax/ar_io.c
1132
tty_prnt(" and make sure it is WRITE ENABLED.\n");
bin/pax/ar_io.c
1134
tty_prnt("\n");
bin/pax/ar_io.c
1137
tty_prnt("Type \"y\" to continue, \".\" to quit %s,",
bin/pax/ar_io.c
1139
tty_prnt(" or \"s\" to switch to new device.\nIf you");
bin/pax/ar_io.c
1140
tty_prnt(" cannot change storage media, type \"s\"\n");
bin/pax/ar_io.c
1141
tty_prnt("Is the device ready and online? > ");
bin/pax/ar_io.c
1146
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1152
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1164
tty_prnt("Cannot re-open %s, try again\n",
bin/pax/ar_io.c
1172
tty_prnt("Switching to a different archive\n");
bin/pax/ar_io.c
1175
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1181
tty_prnt("Ready for archive volume: %d\n", arvol);
bin/pax/ar_io.c
1187
tty_prnt("Input archive name or \".\" to quit %s.\n", argv0);
bin/pax/ar_io.c
1188
tty_prnt("Archive name > ");
bin/pax/ar_io.c
1193
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1198
tty_prnt("Empty file name, try again\n");
bin/pax/ar_io.c
1202
tty_prnt("Illegal file name: .. try again\n");
bin/pax/ar_io.c
1206
tty_prnt("File name too long, try again\n");
bin/pax/ar_io.c
1224
tty_prnt("Cannot open %s, try again\n", buf);
bin/pax/extern.h
291
void tty_prnt(const char *, ...) __printflike(1, 2);
bin/pax/gen_subs.c
161
tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
bin/pax/pat_rep.c
684
tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0);
bin/pax/pat_rep.c
688
tty_prnt("Input new name, or a \".\" to keep the old name, ");
bin/pax/pat_rep.c
689
tty_prnt("or a \"return\" to skip this file.\n");
bin/pax/pat_rep.c
690
tty_prnt("Input > ");
bin/pax/pat_rep.c
694
tty_prnt("Try again, illegal file name: ..\n");
bin/pax/pat_rep.c
698
tty_prnt("Try again, file name too long\n");
bin/pax/pat_rep.c
708
tty_prnt("Skipping file.\n");
bin/pax/pat_rep.c
712
tty_prnt("Processing continues, name unchanged.\n");
bin/pax/pat_rep.c
721
tty_prnt("Processing continues, name changed to: %s\n", tmpname);