Home | History | Annotate | Download | only in sigrelse

Lines Matching refs:mesg

163 static char mesg[MAXMESG];	/* message buffer for tst_res */
254 tst_brkm(TBROK, getout, "%s", mesg);
312 tst_resm(TBROK, "%s", mesg);
325 (void)sprintf(mesg,
328 (void)strcat(big_mesg, mesg);
348 tst_resm(TBROK, "%s", mesg);
395 /* an error occured - put mesg in note and send it back to parent */
396 (void)strcpy(note, mesg);
399 /* an error occured - put mesg in note and send it back to parent */
400 (void)strcpy(note, mesg);
525 * trouble, write message in mesg and return -1, else return 0.
540 /* set up mesg to send back to parent */
541 (void)sprintf(mesg,
594 * put message in mesg and return NULL. Note: this routine sets a
608 /* an error occured, message in mesg */
615 (void)sprintf(mesg, "read() pipe failed. error:%d %s.",
633 * mesg and return -1, else return 0.
643 (void)sprintf(mesg, "write() pipe failed. error:%d %s.",
656 * into mesg and return -1.
661 (void)sprintf(mesg,