Symbol: tty_prnt
bin/pax/ar_io.c
1114
tty_prnt("\nATTENTION! %s archive volume change required.\n", argv0);
bin/pax/ar_io.c
1123
tty_prnt("%s ready for archive tape volume: %d\n",
bin/pax/ar_io.c
1125
tty_prnt("Load the NEXT TAPE on the tape drive");
bin/pax/ar_io.c
1127
tty_prnt("%s ready for archive volume: %d\n",
bin/pax/ar_io.c
1129
tty_prnt("Load the NEXT STORAGE MEDIA (if required)");
bin/pax/ar_io.c
1133
tty_prnt(" and make sure it is WRITE ENABLED.\n");
bin/pax/ar_io.c
1135
tty_prnt("\n");
bin/pax/ar_io.c
1138
tty_prnt("Type \"y\" to continue, \".\" to quit %s,",
bin/pax/ar_io.c
1140
tty_prnt(" or \"s\" to switch to new device.\nIf you");
bin/pax/ar_io.c
1141
tty_prnt(" cannot change storage media, type \"s\"\n");
bin/pax/ar_io.c
1142
tty_prnt("Is the device ready and online? > ");
bin/pax/ar_io.c
1147
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1153
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1165
tty_prnt("Cannot re-open %s, try again\n",
bin/pax/ar_io.c
1173
tty_prnt("Switching to a different archive\n");
bin/pax/ar_io.c
1176
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1182
tty_prnt("Ready for archive volume: %d\n", arvol);
bin/pax/ar_io.c
1188
tty_prnt("Input archive name or \".\" to quit %s.\n", argv0);
bin/pax/ar_io.c
1189
tty_prnt("Archive name > ");
bin/pax/ar_io.c
1194
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1199
tty_prnt("Empty file name, try again\n");
bin/pax/ar_io.c
1203
tty_prnt("Illegal file name: .. try again\n");
bin/pax/ar_io.c
1207
tty_prnt("File name too long, try again\n");
bin/pax/ar_io.c
1228
tty_prnt("Cannot open %s, try again\n", buf);
bin/pax/extern.h
279
void tty_prnt (const char *, ...) __printflike(1, 2);
bin/pax/gen_subs.c
167
tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
bin/pax/pat_rep.c
688
tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0);
bin/pax/pat_rep.c
692
tty_prnt("Input new name, or a \".\" to keep the old name, ");
bin/pax/pat_rep.c
693
tty_prnt("or a \"return\" to skip this file.\n");
bin/pax/pat_rep.c
694
tty_prnt("Input > ");
bin/pax/pat_rep.c
698
tty_prnt("Try again, illegal file name: ..\n");
bin/pax/pat_rep.c
702
tty_prnt("Try again, file name too long\n");
bin/pax/pat_rep.c
712
tty_prnt("Skipping file.\n");
bin/pax/pat_rep.c
716
tty_prnt("Processing continues, name unchanged.\n");
bin/pax/pat_rep.c
725
tty_prnt("Processing continues, name changed to: %s\n", tmpname);