Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sigrelse/
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 */ 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()
/external/ltp/lib/
Dtst_sig.c76 #define MAXMESG 150 /* size of mesg string sent to tst_res */ macro
Dtst_res.c64 #define MAXMESG 80 /* max length of internal messages */ macro
106 static char Warn_mesg[MAXMESG]; /* holds warning messages */