Searched defs:MSGSIZE (Results 1 - 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D13-1.c25 #define MSGSIZE 5 macro
37 attr.mq_msgsize = MSGSIZE;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
H A D2-1.c24 #define MSGSIZE 10 // < strlen(MSGSTR) macro
36 attr.mq_msgsize = MSGSIZE;
37 attr.mq_maxmsg = MSGSIZE;
/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dipcmsg.h41 #define MSGSIZE 1024 /* a resonable size for a message */ macro
50 char mtext[MSGSIZE + 1]; /* add 1 here so the message can be 1024 */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
H A D3-1.c33 #define MSGSIZE 50 macro
46 mqstat.mq_msgsize = MSGSIZE;
H A D4-1.c31 #define MSGSIZE 50 macro
46 mqstat.mq_msgsize = MSGSIZE;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D2-1.c25 #define MSGSIZE 10 // < strlen(MSGSTR) macro
38 attr.mq_msgsize = MSGSIZE;
39 attr.mq_maxmsg = MSGSIZE;
/external/ltp/testcases/kernel/containers/sysvipc/
H A Dmsg_comm.c41 #define MSGSIZE 50 macro
47 char mtext[MSGSIZE];
/external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
H A Dlibnewipc.h28 #define MSGSIZE 1024 macro
/external/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c71 #define MSGSIZE 150 macro
76 static char DIR_A[MSGSIZE], DIR_B[MSGSIZE];
77 static char setgid_A[MSGSIZE], nosetgid_A[MSGSIZE];
78 static char setgid_B[MSGSIZE], nosetgid_B[MSGSIZE], root_setgid_B[MSGSIZE];
/external/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c60 #define MSGSIZE 150 macro
71 char DIR_A[MSGSIZE], DIR_B[MSGSIZE];
72 char setgid_A[MSGSIZE], nosetgid_A[MSGSIZE];
73 char setgid_B[MSGSIZE], nosetgid_B[MSGSIZE], root_setgid_B[MSGSIZE];
/external/python/cpython3/PC/
H A Dlauncher.c17 #define MSGSIZE 1024 macro
80 wchar_t message[MSGSIZE];
81 wchar_t win_message[MSGSIZE];
85 len = _vsnwprintf_s(message, MSGSIZE, _TRUNCATE, format, va);
88 winerror(GetLastError(), win_message, MSGSIZE); local
90 _snwprintf_s(&message[len], MSGSIZE - len, _TRUNCATE, L": %ls",
201 wchar_t message[MSGSIZE];
223 winerror(status, message, MSGSIZE);
236 winerror(status, message, MSGSIZE);
246 winerror(status, message, MSGSIZE);
263 winerror(GetLastError(), message, MSGSIZE); local
1410 winerror(GetLastError(), message, MSGSIZE); local
[all...]

Completed in 867 milliseconds