Searched refs:MAXMESG (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c148 #define MAXMESG 512 /* the size of the message string */ macro
163 static char mesg[MAXMESG]; /* message buffer for tst_res */
248 char big_mesg[MAXMESG * 6]; /* storage for big failure message */
384 char note[MAXMESG]; /* message buffer for pipe */
598 static char buf[MAXMESG]; /* buffer for pipe read */
613 if ((ret = read(fd, buf, MAXMESG)) == 0) {
641 if (write(fd, msg, MAXMESG) < 0) {
/external/ltp/lib/
H A Dtst_sig.c76 #define MAXMESG 150 /* size of mesg string sent to tst_res */ macro
H A Dtst_res.c63 #define MAXMESG 80 /* max length of internal messages */ macro
105 static char Warn_mesg[MAXMESG]; /* holds warning messages */

Completed in 343 milliseconds