Symbol: tty_prnt
bin/pax/ar_io.c
1441
tty_prnt("\nATTENTION! %s archive volume change required.\n",
bin/pax/ar_io.c
1455
tty_prnt("%s ready for archive tape volume: %d\n",
bin/pax/ar_io.c
1457
tty_prnt("Load the NEXT TAPE on the tape drive");
bin/pax/ar_io.c
1459
tty_prnt("%s ready for archive volume: %d\n",
bin/pax/ar_io.c
1461
tty_prnt("Load the NEXT STORAGE MEDIA (if required)");
bin/pax/ar_io.c
1465
tty_prnt(" and make sure it is WRITE ENABLED.\n");
bin/pax/ar_io.c
1467
tty_prnt("\n");
bin/pax/ar_io.c
1470
tty_prnt("Type \"y\" to continue, \".\" to quit %s,",
bin/pax/ar_io.c
1472
tty_prnt(" or \"s\" to switch to new device.\nIf you");
bin/pax/ar_io.c
1473
tty_prnt(" cannot change storage media, type \"s\"\n");
bin/pax/ar_io.c
1474
tty_prnt("Is the device ready and online? > ");
bin/pax/ar_io.c
1479
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1485
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1497
tty_prnt("Cannot re-open %s, try again\n",
bin/pax/ar_io.c
1505
tty_prnt("Switching to a different archive\n");
bin/pax/ar_io.c
1508
tty_prnt("%s unknown command, try again\n",buf);
bin/pax/ar_io.c
1518
tty_prnt("Ready for archive volume: %d\n", arvol);
bin/pax/ar_io.c
1525
tty_prnt("Input archive name or \".\" to quit %s.\n", argv0);
bin/pax/ar_io.c
1526
tty_prnt("Archive name > ");
bin/pax/ar_io.c
1531
tty_prnt("Quitting %s!\n", argv0);
bin/pax/ar_io.c
1536
tty_prnt("Empty file name, try again\n");
bin/pax/ar_io.c
1540
tty_prnt("Illegal file name: .. try again\n");
bin/pax/ar_io.c
1544
tty_prnt("File name too long, try again\n");
bin/pax/ar_io.c
1565
tty_prnt("Cannot open %s, try again\n", buf);
bin/pax/extern.h
320
void tty_prnt(const char *, ...)
bin/pax/gen_subs.c
181
tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
bin/pax/pat_rep.c
761
tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0);
bin/pax/pat_rep.c
765
tty_prnt("Input new name, or a \".\" to keep the old name, ");
bin/pax/pat_rep.c
766
tty_prnt("or a \"return\" to skip this file.\n");
bin/pax/pat_rep.c
767
tty_prnt("Input > ");
bin/pax/pat_rep.c
771
tty_prnt("Try again, illegal file name: ..\n");
bin/pax/pat_rep.c
775
tty_prnt("Try again, file name too long\n");
bin/pax/pat_rep.c
785
tty_prnt("Skipping file.\n");
bin/pax/pat_rep.c
789
tty_prnt("Processing continues, name unchanged.\n");
bin/pax/pat_rep.c
798
tty_prnt("Processing continues, name changed to: %s\n", tmpname);