Lines Matching defs:mesg
163 static char mesg[MAXMESG]; /* message buffer for tst_res */
254 tst_brkm(TBROK, getout, "%s", mesg);
311 tst_resm(TBROK, "%s", mesg);
324 (void)sprintf(mesg,
327 (void)strcat(big_mesg, mesg);
347 tst_resm(TBROK, "%s", mesg);
394 /* an error occured - put mesg in note and send it back to parent */
395 (void)strcpy(note, mesg);
398 /* an error occured - put mesg in note and send it back to parent */
399 (void)strcpy(note, mesg);
522 * trouble, write message in mesg and return -1, else return 0.
537 /* set up mesg to send back to parent */
538 (void)sprintf(mesg,
591 * put message in mesg and return NULL. Note: this routine sets a
605 /* an error occured, message in mesg */
612 (void)sprintf(mesg, "read() pipe failed. error:%d %s.",
630 * mesg and return -1, else return 0.
640 (void)sprintf(mesg, "write() pipe failed. error:%d %s.",
653 * into mesg and return -1.
658 (void)sprintf(mesg,