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

  /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

Completed in 273 milliseconds