Lines Matching full:scratch
54 FILE *fp; /* scratch file pointer */
106 register char *p; /* scratch pointer */
107 char buf[SIZE]; /* scratch buffer */
147 register struct sactab *tsp, *savtsp; /* scratch pointers */
162 …(void) sprintf(Scratch, "sp->sc_tag <%s> tsp->sc_tag <%s>, ret is %d", sp->sc_tag, tsp->sc_tag, re…
163 debug(Scratch);
180 (void) sprintf(Scratch, "Ignoring duplicate entry for <%s>", tsp->sc_tag);
181 log(Scratch);
188 (void) sprintf(Scratch, "replacing <%s>", sp->sc_tag);
189 debug(Scratch);
210 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
211 debug(Scratch);
232 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
233 debug(Scratch);
253 register struct sactab *savesp, *tsp; /* scratch pointers */ in purge()
282 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in purge()
284 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in purge()
285 log(Scratch); in purge()
303 (void) sprintf(Scratch, "purging <%s>", sp->sc_tag); in purge()
304 debug(Scratch); in purge()
331 register char *p; /* scratch pointer */ in dump_table()
333 char **info, **savinfo; /* scratch pointers */ in dump_table()
336 (void) sprintf(Scratch, "about to 'info' malloc %d entries", Nentries); in dump_table()
337 debug(Scratch); in dump_table()