Lines Matching refs:Scratch

174 			(void) sprintf(Scratch,  in initialize()
176 log(Scratch); in initialize()
242 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpms()
243 sp->sc_fd = open(Scratch, O_RDWR); in startpms()
254 (void) sprintf(Scratch, "Could not open " in startpms()
257 log(Scratch); in startpms()
336 (void) sprintf(Scratch, in readutmpx()
339 log(Scratch); in readutmpx()
379 (void) sprintf(Scratch, in startpm()
381 log(Scratch); in startpm()
385 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpm()
386 if (access(Scratch, 0) != 0) { in startpm()
389 if (mknod(Scratch, S_IFIFO | 0600, 0) < 0) { in startpm()
390 (void) sprintf(Scratch, "Could not create _pmpipe " in startpm()
393 log(Scratch); in startpm()
397 sp->sc_fd = open(Scratch, O_RDWR); in startpm()
399 (void) sprintf(Scratch, "Could not open _pmpipe for port " in startpm()
401 log(Scratch); in startpm()
411 (void) sprintf(Scratch, in startpm()
413 log(Scratch); in startpm()
580 (void) sprintf(Scratch, in startit()
583 log(Scratch); in startit()
598 (void) sprintf(Scratch, in startit()
601 log(Scratch); in startit()
604 (void) sprintf(Scratch, in startit()
607 log(Scratch); in startit()
623 (void) sprintf(Scratch, in startit()
626 log(Scratch); in startit()
631 (void) sprintf(Scratch, in startit()
634 log(Scratch); in startit()
644 (void) sprintf(Scratch, "starting port monitor <%s>", sp->sc_tag); in startit()
645 log(Scratch); in startit()
655 (void) sprintf(Scratch, "exec of port monitor <%s> failed", sp->sc_tag); in startit()
656 log(Scratch); in startit()
715 (void) sprintf(Scratch, in mkargv()
720 log(Scratch); in mkargv()
979 ret = read(Sfd, Scratch, (pp->pm_size > SIZE) ? in readpipe()
997 (void) sprintf(Scratch, in readpipe()
1000 log(Scratch); in readpipe()
1009 (void) sprintf(Scratch, "port monitor <%s> " in readpipe()
1011 log(Scratch); in readpipe()
1034 (void) sprintf(Scratch, "port monitor <%s> " in readpipe()
1038 log(Scratch); in readpipe()
1052 (void) sprintf(Scratch, "port monitor <%s> sent an " in readpipe()
1054 log(Scratch); in readpipe()