bin/pax/ar_io.c
1117
tty_prnt("\nATTENTION! %s archive volume change required.\n", argv0);
bin/pax/ar_io.c
1126
tty_prnt("%s ready for archive tape volume: %d\n",
bin/pax/ar_io.c
1128
tty_prnt("Load the NEXT TAPE on the tape drive");
bin/pax/ar_io.c
1130
tty_prnt("%s ready for archive volume: %d\n",
bin/pax/ar_io.c
1132
tty_prnt("Load the NEXT STORAGE MEDIA (if required)");
bin/pax/ar_io.c
1136
tty_prnt(" and make sure it is WRITE ENABLED.\n");
bin/pax/ar_io.c
1138
tty_prnt("\n");
bin/pax/ar_io.c
1141
tty_prnt("Type \"y\" to continue, \".\" to quit %s,",
bin/pax/ar_io.c
1143
tty_prnt(" or \"s\" to switch to new device.\nIf you");
bin/pax/ar_io.c
1144
tty_prnt(" cannot change storage media, type \"s\"\n");
bin/pax/ar_io.c
1145
tty_prnt("Is the device ready and online? > ");
bin/pax/ar_io.c
1150
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1156
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1168
tty_prnt("Cannot re-open %s, try again\n",
bin/pax/ar_io.c
1176
tty_prnt("Switching to a different archive\n");
bin/pax/ar_io.c
1179
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1185
tty_prnt("Ready for archive volume: %d\n", arvol);
bin/pax/ar_io.c
1191
tty_prnt("Input archive name or \".\" to quit %s.\n", argv0);
bin/pax/ar_io.c
1192
tty_prnt("Archive name > ");
bin/pax/ar_io.c
1197
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1202
tty_prnt("Empty file name, try again\n");
bin/pax/ar_io.c
1206
tty_prnt("Illegal file name: .. try again\n");
bin/pax/ar_io.c
1210
tty_prnt("File name too long, try again\n");
bin/pax/ar_io.c
1231
tty_prnt("Cannot open %s, try again\n", buf);
bin/pax/extern.h
295
void tty_prnt(const char *, ...)
bin/pax/gen_subs.c
166
tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
bin/pax/pat_rep.c
760
tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0);
bin/pax/pat_rep.c
764
tty_prnt("Input new name, or a \".\" to keep the old name, ");
bin/pax/pat_rep.c
765
tty_prnt("or a \"return\" to skip this file.\n");
bin/pax/pat_rep.c
766
tty_prnt("Input > ");
bin/pax/pat_rep.c
770
tty_prnt("Try again, illegal file name: ..\n");
bin/pax/pat_rep.c
774
tty_prnt("Try again, file name too long\n");
bin/pax/pat_rep.c
784
tty_prnt("Skipping file.\n");
bin/pax/pat_rep.c
788
tty_prnt("Processing continues, name unchanged.\n");
bin/pax/pat_rep.c
797
tty_prnt("Processing continues, name changed to: %s\n", tmpname);