Home
last modified time | relevance | path

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

/src/bin/pax/
H A Dar_io.c1113 tty_prnt("\nATTENTION! %s archive volume change required.\n", argv0); in ar_next()
1122 tty_prnt("%s ready for archive tape volume: %d\n", in ar_next()
1124 tty_prnt("Load the NEXT TAPE on the tape drive"); in ar_next()
1126 tty_prnt("%s ready for archive volume: %d\n", in ar_next()
1128 tty_prnt("Load the NEXT STORAGE MEDIA (if required)"); in ar_next()
1132 tty_prnt(" and make sure it is WRITE ENABLED.\n"); in ar_next()
1134 tty_prnt("\n"); in ar_next()
1137 tty_prnt("Type \"y\" to continue, \".\" to quit %s,", in ar_next()
1139 tty_prnt(" or \"s\" to switch to new device.\nIf you"); in ar_next()
1140 tty_prnt(" cannot change storage media, type \"s\"\n"); in ar_next()
[all …]
H A Dpat_rep.c684 tty_prnt("\nATTENTION: %s interactive file rename operation.\n", argv0); in tty_rename()
688 tty_prnt("Input new name, or a \".\" to keep the old name, "); in tty_rename()
689 tty_prnt("or a \"return\" to skip this file.\n"); in tty_rename()
690 tty_prnt("Input > "); in tty_rename()
694 tty_prnt("Try again, illegal file name: ..\n"); in tty_rename()
698 tty_prnt("Try again, file name too long\n"); in tty_rename()
708 tty_prnt("Skipping file.\n"); in tty_rename()
712 tty_prnt("Processing continues, name unchanged.\n"); in tty_rename()
721 tty_prnt("Processing continues, name changed to: %s\n", tmpname); in tty_rename()
H A Dtty_subs.c88 tty_prnt(const char *fmt, ...) in tty_prnt() function
H A Dextern.h291 void tty_prnt(const char *, ...) __printflike(1, 2);
H A Dgen_subs.c161 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name); in ls_tty()