Lines Matching refs:text
134 " ", /* uucleanup will fill in variable text here */
361 char text[BUFSIZ];
365 (void) sprintf(text, "xprocess: unlink(%s)", fullname);
368 logit(text, errno);
389 char text[BUFSIZ], text1[BUFSIZ], text2[BUFSIZ];
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;
432 /* fill in line 3 of text */
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];
527 /* set up the 6th text line of the mail message */
549 *retaddr = *uline_u = *uline_m = *text = NULLCHAR;
625 /* set up the 2nd text line of the mail message */
646 (void) sprintf(text,
650 DEBUG(3, "text (%s)\n", text);
652 logit(text, errno);
666 char *p, text[BUFSIZ];
674 (void) sprintf(text, "oprocess: unlink(%s)", fullname);
677 logit(text, errno);
690 char text[BUFSIZ];
694 (void) sprintf(text, "dDprocess: unlink(%s)", fullname);
697 logit(text, errno);
710 char text[BUFSIZ];
714 (void) sprintf(text, "dXprocess: unlink(%s)", fullname);
717 logit(text, errno);
736 char text[BUFSIZ];
753 (void) sprintf(text,
758 logit(text, errno);
776 char text[BUFSIZ];
788 (void) sprintf(text, "dNprocess: Local news item unlink(%s)",
792 logit(text, errno);
800 (void) sprintf(text,
805 logit(text, errno);
1064 * text -> ptr to text string
1071 logit(text, status)
1072 char *text;
1089 (void) fprintf(_Lf, "%s (%d)\n", text, status);