/titanic_44/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | check.c | 540 ptext(stderr, "%s", a_msg); in getyorn() 548 ptext(stderr, a_adminMsg); in getyorn() 557 ptext(stderr, MSG_PREIVFY_GETYORN_SUSP, a_pkg); in getyorn() 576 ptext(stderr, MSG_PREIVFY_GETYORN_TERM, a_pkg); in getyorn() 584 ptext(stderr, MSG_PREIVFY_GETYORN_TERM_USER, a_pkg); in getyorn() 611 ptext(stderr, "%s", a_msg); in ckprereqinc() 632 ptext(stderr, "%s", a_msg); in ckprereqinst() 716 ptext(stderr, "%s", a_msg); in ckcfcontent() 815 ptext(stderr, "%s", a_msg); in ckpkgdirs() 832 ptext(stderr, "%s", a_msg); in ckdirs() [all …]
|
H A D | quit.c | 280 ptext(stderr, MSG_REBOOT); in quit()
|
H A D | main.c | 3940 ptext(stderr, MSG_SUSPEND_ADD, pkginst); in add_packages_in_global_with_zones() 4198 ptext(stderr, MSG_SUSPEND_ADD, pkginst); in add_packages_in_nonglobal_zone() 4341 ptext(stderr, MSG_SUSPEND_ADD, pkginst); in add_packages_in_global_no_zones()
|
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | quit.c | 289 ptext(stderr, MSG_DRYRUN_DONE); in quit() 290 ptext(stderr, MSG_NOCHANGE); in quit() 406 ptext(stderr, qreason(0, retcode, installStarted, in quitmsg() 409 ptext(stderr, qreason(1, retcode, installStarted, in quitmsg() 414 ptext(stderr, MSG_NOCHANGE); in quitmsg() 448 ptext(pp, msgtext); in mailmsg() 453 ptext(pp, qreason(2, retcode, installStarted, includeZonename), in mailmsg()
|
H A D | check.c | 220 ptext(stderr, msgtext); in ckpartial() 254 ptext(stderr, msgtext); in ckpartial() 342 ptext(stderr, msgtext, uxstate); in ckrunlevel() 350 ptext(stderr, "\\t%s", pt); in ckrunlevel() 388 ptext(stderr, gettext(MSG_STATECHG), pstate); in ckrunlevel() 727 ptext(stderr, gettext(MSG_CONFLICT)); in ckconflct() 740 ptext(stderr, "!%s %s", in ckconflct() 749 ptext(stderr, gettext(MSG_CONFLICT)); in ckconflct() 757 ptext(stderr, gettext(MSG_ATTRONLY), in ckconflct() 769 ptext(stderr, gettext(MSG_ROGUE)); in ckconflct() [all …]
|
H A D | getinst.c | 97 ptext(stderr, msgtext, pkgabrv); in getinst() 125 ptext(stderr, MSG_SAME); in getinst() 148 ptext(stderr, msgtext); in getinst() 168 ptext(stderr, msgtext, pkgabrv); in getinst() 183 ptext(stderr, msgtext); in getinst()
|
H A D | reqexec.c | 252 ptext(stderr, ERR_INTR); in reqexec() 348 ptext(stderr, ERR_BADUSER, CHK_USER, CHK_USER_ALT); in do_exec()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | check.c | 428 ptext(stderr, "%s", a_msg); in getyorn() 436 ptext(stderr, a_adminMsg); in getyorn() 445 ptext(stderr, MSG_PRERVFY_GETYORN_SUSP, a_pkg); in getyorn() 465 ptext(stderr, MSG_PRERVFY_GETYORN_TERM, a_pkg); in getyorn() 473 ptext(stderr, MSG_PRERVFY_GETYORN_TERM_USER, a_pkg); in getyorn() 500 ptext(stderr, "%s", a_msg); in rckdepsonme() 521 ptext(stderr, "%s", a_msg); in rckprenci() 542 ptext(stderr, "%s", a_msg); in rckprereq()
|
H A D | quit.c | 239 ptext(stderr, gettext(MSG_REBOOT)); in quit()
|
H A D | main.c | 2828 ptext(stderr, MSG_SUSPEND_RM, a_pkgInst); in shall_we_continue()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | quit.c | 242 ptext(stderr, qreason(3, retcode, 0, includeZonename), in quitmsg() 247 ptext(stderr, MSG_NOCHANGE); in quitmsg() 280 ptext(pp, gettext(msgtext)); in mailmsg() 285 ptext(pp, qreason(4, retcode, 0, includeZonename), pkginst, in mailmsg()
|
H A D | check.c | 107 ptext(stderr, msgtext, uxstate); in rckrunlevel() 115 ptext(stderr, "\\t%s", pt); in rckrunlevel() 231 ptext(stderr, MSG_PKGREMOVE_PRIV); in rckpriv()
|
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | fixpath.c | 137 ptext(stderr, gettext(ERR_IRSET), path); in set_inst_root() 140 ptext(stderr, gettext(MSG_IR_REPL), path); in set_inst_root() 147 ptext(stderr, gettext(ERR_IRNOTABS), path); in set_inst_root() 591 ptext(stderr, gettext(MSG_ISAFILE), basedir); in mkbasedir() 610 ptext(stderr, gettext(MSG_MUSTEXIST), basedir); in mkbasedir() 664 ptext(stderr, gettext(ERR_CL_MIS), in set_client_basedir() 852 ptext(stderr, gettext(ERR_RELINABS), path); in eval_path() 867 ptext(stderr, gettext(ERR_AMBDIRS)); in eval_path()
|
H A D | ptext.c | 38 ptext(FILE *fp, char *fmt, ...) in ptext() function
|
H A D | depchk.c | 164 ptext(stderr, "\\n%s", msgbuf); in depchkReportErrors() 329 ptext(stderr, "\\n%s", msgbuf); in collectError()
|
H A D | Makefile | 33 pkgobjmap.o ptext.o putparam.o \
|
/titanic_44/usr/src/cmd/avs/errgen/ |
H A D | errgen.c | 158 char ptext[SPCS_S_MAXTEXT]; in do_line() local 162 char *pt = ptext; in do_line() 222 (void) fprintf(stdout, "`%s` = %s\n", keystring, ptext); in do_line()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 221 ptext(stderr, gettext(WRN_SCARYLINK), in output()
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 321 extern void ptext __P((FILE *fp, char *fmt, ...));
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 101 \let\ptext=\t 4767 \let\t=\ptext
|
/titanic_44/ |
H A D | .gitignore | 2759 usr/src/cmd/svr4pkg/libinst/ptext.i
|