BUFFSIZE
memset(msg.mtext, 0, BUFFSIZE);
ATF_REQUIRE_EQ(0, msgsnd(msqid, &msg, BUFFSIZE, IPC_NOWAIT));
memset(msg1.mtext, 0, BUFFSIZE);
ATF_REQUIRE_EQ(0, msgsnd(msqid, &msg1, BUFFSIZE, IPC_NOWAIT));
BUFFSIZE, 0, MSG_NOERROR | IPC_NOWAIT)) != -1);
char mtext[BUFFSIZE];
static char ipcregex[BUFFSIZE];
static char path[BUFFSIZE] = "/fileforaudit";
static unsigned short semvals[BUFFSIZE];