HomeSort by relevance Sort by last modified time
    Searched refs:MAXMESG (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 148 #define MAXMESG 512 /* the size of the message string */
163 static char mesg[MAXMESG]; /* message buffer for tst_res */
248 char big_mesg[MAXMESG * 6]; /* storage for big failure message */
385 char note[MAXMESG]; /* message buffer for pipe */
597 static char buf[MAXMESG]; /* buffer for pipe read */
612 if ((ret = read(fd, buf, MAXMESG)) == 0) {
640 if (write(fd, msg, MAXMESG) < 0) {
  /external/ltp/lib/
tst_sig.c 76 #define MAXMESG 150 /* size of mesg string sent to tst_res */
tst_res.c 61 #define MAXMESG 80 /* max length of internal messages */
92 static char Warn_mesg[MAXMESG]; /* holds warning messages */

Completed in 304 milliseconds