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()385 char note[MAXMESG]; /* message buffer for pipe */ in child()597 static char buf[MAXMESG]; /* buffer for pipe read */ in read_pipe()612 if ((ret = read(fd, buf, MAXMESG)) == 0) { in read_pipe()640 if (write(fd, msg, MAXMESG) < 0) { in write_pipe()
76 #define MAXMESG 150 /* size of mesg string sent to tst_res */ macro
61 #define MAXMESG 80 /* max length of internal messages */ macro92 static char Warn_mesg[MAXMESG]; /* holds warning messages */