Lines Matching refs:Scratch
114 (void) sprintf(Scratch, "Got AC_START for <%s>", ap->ac_tag); in sigpoll()
115 log(Scratch); in sigpoll()
167 (void) sprintf(Scratch, "Got AC_KILL for <%s>", ap->ac_tag); in sigpoll()
168 log(Scratch); in sigpoll()
201 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in sigpoll()
202 log(Scratch); in sigpoll()
218 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in sigpoll()
219 log(Scratch); in sigpoll()
231 (void) sprintf(Scratch, "Got AC_ENABLE for <%s>", ap->ac_tag); in sigpoll()
232 log(Scratch); in sigpoll()
283 (void) sprintf(Scratch, "Got AC_DISABLE for <%s>", ap->ac_tag); in sigpoll()
284 log(Scratch); in sigpoll()
352 (void) sprintf(Scratch, "ak_size is %d", ak->ak_size); in sigpoll()
353 debug(Scratch); in sigpoll()
409 (void) sprintf(Scratch, "Got AC_PMREAD for <%s>", ap->ac_tag); in sigpoll()
410 log(Scratch); in sigpoll()
452 (void) sprintf(Scratch, "Got unknown message for <%s>", ap->ac_tag); in sigpoll()
453 log(Scratch); in sigpoll()
525 (void) sprintf(Scratch, "in sendsig - sending signo %d to %s", signo, sp->sc_tag); in sendsig()
526 debug(Scratch); in sendsig()
566 (void) sprintf(Scratch, "%s/%s/_pid", HOME, sp->sc_tag);
567 fd = open(Scratch, O_RDONLY);
569 (void) sprintf(Scratch, "can not open _pid file for <%s>", sp->sc_tag);
570 log(Scratch);