/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mqueue2.h | 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth 26 extern mqd_t mq_open (__const char *__name, int __oflag, ...) 30 mq_open) __nonnull ((1)); 32 "mq_open can be called either with 2 or 4 arguments"); 34 "mq_open with O_CREAT in second argument needs 4 arguments"); 37 mq_open (__const char *__name, int __oflag, ...) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mqueue2.h | 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth 26 extern mqd_t mq_open (__const char *__name, int __oflag, ...) 30 mq_open) __nonnull ((1)); 32 "mq_open can be called either with 2 or 4 arguments"); 34 "mq_open with O_CREAT in second argument needs 4 arguments"); 37 mq_open (__const char *__name, int __oflag, ...) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mqueue2.h | 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth 26 extern mqd_t mq_open (__const char *__name, int __oflag, ...) 30 mq_open) __nonnull ((1)); 32 "mq_open can be called either with 2 or 4 arguments"); 34 "mq_open with O_CREAT in second argument needs 4 arguments"); 37 mq_open (__const char *__name, int __oflag, ...) function
|
/external/valgrind/main/none/tests/ |
mq.c | 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) 31 perror("mq_open"); 35 if ((mqdr = mq_open("/valgrind-mqueue", O_RDONLY)) < 0) 37 perror("mq_open");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mqueue.h | 41 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
mqueue.h | 41 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
mqueue.h | 41 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 626 nDeferedCallMessageQueueId = mq_open(MQ_NAME_IDENTIFIER, O_CREAT|O_RDWR, 0666, &MQ_QUEUE_ATTRIBUTES); [all...] |
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.stderr.exp | [all...] |