Searched refs:MAXMESG (Results 1 – 3 of 3) sorted by relevance
148 #define MAXMESG 512 /* the size of the message string */ macro163 static char mesg[MAXMESG]; /* message buffer for tst_res */248 char big_mesg[MAXMESG * 6]; /* storage for big failure message */ in parent()384 char note[MAXMESG]; /* message buffer for pipe */ in child()598 static char buf[MAXMESG]; /* buffer for pipe read */ in read_pipe()613 if ((ret = read(fd, buf, MAXMESG)) == 0) { in read_pipe()641 if (write(fd, msg, MAXMESG) < 0) { in write_pipe()
77 #define MAXMESG 150 /* size of mesg string sent to tst_res */ macro
64 #define MAXMESG 80 /* max length of internal messages */ macro106 static char Warn_mesg[MAXMESG]; /* holds warning messages */