Lines Matching refs:text
361 char text[BUFSIZ]; local
365 (void) sprintf(text, "xprocess: unlink(%s)", fullname);
368 logit(text, errno);
389 char text[BUFSIZ], text1[BUFSIZ], text2[BUFSIZ]; local
411 (void) sprintf(text, "dDprocess: dummy C. unlinked(%s)",
415 logit(text, errno);
425 (void) sprintf(text, "cprocess: Bad C. %s, unlink(%s)",
430 *text = NULLCHAR;
457 if (!*text) {
458 (void) sprintf(text,
462 DEBUG(3, "text (%s)\n", text);
466 logit(text, errno);
485 char text[BUFSIZ], text1[BUFSIZ], text2[BUFSIZ]; local
549 *retaddr = *uline_u = *uline_m = *text = NULLCHAR;
646 (void) sprintf(text,
650 DEBUG(3, "text (%s)\n", text);
652 logit(text, errno);
666 char *p, text[BUFSIZ]; local
674 (void) sprintf(text, "oprocess: unlink(%s)", fullname);
677 logit(text, errno);
690 char text[BUFSIZ]; local
694 (void) sprintf(text, "dDprocess: unlink(%s)", fullname);
697 logit(text, errno);
710 char text[BUFSIZ]; local
714 (void) sprintf(text, "dXprocess: unlink(%s)", fullname);
717 logit(text, errno);
736 char text[BUFSIZ]; local
753 (void) sprintf(text,
758 logit(text, errno);
776 char text[BUFSIZ]; local
788 (void) sprintf(text, "dNprocess: Local news item unlink(%s)",
792 logit(text, errno);
800 (void) sprintf(text,
805 logit(text, errno);
1071 logit(text, status) in logit() argument
1072 char *text; in logit()
1089 (void) fprintf(_Lf, "%s (%d)\n", text, status);