Lines Matching defs:a_pkg

91 static int rckdepend(char *a_msg, char *a_pkg);
92 static int rckdepsonme(char *a_msg, char *a_pkg);
93 static int rckprenci(char *a_msg, char *a_pkg);
94 static int rckprereq(char *a_msg, char *a_pkg);
95 static int rckpriv(char *a_msg, char *a_pkg);
96 static int rckrunlevel(char *a_msg, char *a_pkg);
372 * a_pkg - pointer to string representing the package for which
396 getyorn(char *a_msg, char *a_pkg, int a_nocheck, int a_quit,
408 assert(a_pkg != (char *)NULL);
409 assert(*a_pkg != '\0');
415 echoDebug(DBG_PRERVFY_GETYORN_ARGS, a_pkg, a_nocheck, a_quit, a_msg,
421 echoDebug(DBG_PRERVFY_GETYORN_NOCHECK, a_pkg);
438 echoDebug(DBG_PRERVFY_GETYORN_QUIT, a_pkg);
445 ptext(stderr, MSG_PRERVFY_GETYORN_SUSP, a_pkg);
446 echoDebug(DBG_PRERVFY_GETYORN_QUIT_USER, a_pkg);
453 a_pkg);
465 ptext(stderr, MSG_PRERVFY_GETYORN_TERM, a_pkg);
466 echoDebug(DBG_PRERVFY_GETYORN_CKYORN, a_pkg, n);
473 ptext(stderr, MSG_PRERVFY_GETYORN_TERM_USER, a_pkg);
474 echoDebug(DBG_PRERVFY_GETYORN_NOT_Y, a_pkg, ans);
480 echoDebug(DBG_PRERVFY_GETYORN_SUCCESS, a_pkg);
495 rckdepsonme(char *a_msg, char *a_pkg)
497 echoDebug(DBG_PRERVFY_RCKDEPSONME, a_pkg, a_msg);
516 rckprenci(char *a_msg, char *a_pkg)
518 echoDebug(DBG_PRERVFY_RCKPRENCI, a_pkg, a_msg);
537 rckprereq(char *a_msg, char *a_pkg)
539 echoDebug(DBG_PRERVFY_RCKPREREQ, a_pkg, a_msg);
560 rckrunlevel(char *a_msg, char *a_pkg)
562 echoDebug(DBG_PRERVFY_RCKRUNLEVEL, a_pkg, a_msg);
592 rckdepend(char *a_msg, char *a_pkg)
594 echoDebug(DBG_PRERVFY_RCKDEPEND, a_pkg, a_msg);
596 return (getyorn(a_msg, a_pkg, ADM(rdepend, "nocheck"),
615 rckpriv(char *a_msg, char *a_pkg)
617 echoDebug(DBG_PRERVFY_RCKPRIV, a_pkg, a_msg);
619 return (getyorn(a_msg, a_pkg, ADM(action, "nocheck"),