Searched refs:ask_cont (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | check.c | 62 static char ask_cont[100]; variable 216 (void) snprintf(ask_cont, sizeof (ask_cont), in ckpartial() 234 ask_cont)) { in ckpartial() 249 (void) snprintf(ask_cont, sizeof (ask_cont), in ckpartial() 268 ask_cont)) { in ckpartial() 317 (void) snprintf(ask_cont, sizeof (ask_cont), in ckrunlevel() 378 ask_cont)) { in ckrunlevel() 427 (void) snprintf(ask_cont, sizeof (ask_cont), in ckdepend() 447 ask_cont)) { in ckdepend() 508 (void) snprintf(ask_cont, sizeof (ask_cont), in ckspace() [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | check.c | 512 char ask_cont[MSG_MAX]; in getyorn() local 564 (void) snprintf(ask_cont, sizeof (ask_cont), gettext(ASK_CONT), a_pkg); in getyorn() 571 n = ckyorn(ans, NULL, NULL, a_helpMsg, ask_cont); in getyorn() 905 char ask_cont[MSG_MAX]; in cksetuid() local 920 (void) snprintf(ask_cont, sizeof (ask_cont), gettext(ASK_CONT), a_pkg); in cksetuid() 925 n = ckyorn(ans, NULL, NULL, gettext(HLP_PKGADDCHK_CONT), ask_cont); in cksetuid()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | check.c | 400 char ask_cont[MSG_MAX]; in getyorn() local 452 (void) snprintf(ask_cont, sizeof (ask_cont), gettext(ASK_PKGRMCHK_CONT), in getyorn() 460 n = ckyorn(ans, NULL, NULL, a_helpMsg, ask_cont); in getyorn()
|