Lines Matching refs:Scratch
164 …(void) sprintf(Scratch, "sp->sc_tag <%s> tsp->sc_tag <%s>, ret is %d", sp->sc_tag, tsp->sc_tag, re…
165 debug(Scratch);
182 (void) sprintf(Scratch, "Ignoring duplicate entry for <%s>", tsp->sc_tag);
183 log(Scratch);
190 (void) sprintf(Scratch, "replacing <%s>", sp->sc_tag);
191 debug(Scratch);
212 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
213 debug(Scratch);
234 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
235 debug(Scratch);
284 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in purge()
286 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in purge()
287 log(Scratch); in purge()
305 (void) sprintf(Scratch, "purging <%s>", sp->sc_tag); in purge()
306 debug(Scratch); in purge()
338 (void) sprintf(Scratch, "about to 'info' malloc %d entries", Nentries); in dump_table()
339 debug(Scratch); in dump_table()