HomeSort by relevance Sort by last modified time
    Searched refs:O_EXCL (Results 1 - 25 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/include/
fcntl.h 19 #define O_EXCL 0200
  /external/ltp/testcases/kernel/syscalls/futex/
futex_common.h 31 fd = shm_open("/LTP_futex_wait", O_RDWR | O_CREAT | O_EXCL, 0);
35 "shm_open(/LTP_futex_wait,O_RDWR|O_CREAT|O_EXCL,775)");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
6-1.c 96 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
100 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
128 sem2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 3);
7-1.c 109 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
113 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
9-1.c 116 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0);
120 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
flags.c 88 o |= O_EXCL;
  /external/ltp/testcases/kernel/containers/mqns/
mqns_helper.h 44 mq_open("/checkmqnsenabled", O_RDWR | O_CREAT | O_EXCL, 0777, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
2-2.c 34 mysemp = sem_open(semname, O_CREAT | O_EXCL, 0777, 1);
4-1.c 11 should fail when both O_CREAT and O_EXCL name exist during the opening
39 mysemp = sem_open(semname, O_CREAT | O_EXCL, 0444, 1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
22-1.c 10 * Test that shm_open() fails if the shared memory object exist and O_EXCL and
35 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
5-1.c 39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /external/toybox/toys/other/
rmmod.c 27 unsigned int flags = O_NONBLOCK|O_EXCL;
  /external/libcups/cups/
tempfile.c 122 fd = open(filename, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, 0600);
124 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600);
  /external/libgsm/inc/
toast.h 50 # define O_WRITE_EXCL O_WRONLY|O_CREAT|O_EXCL|O_BINARY
52 # define O_WRITE_EXCL O_WRONLY|O_CREAT|O_EXCL
  /external/ltp/testcases/kernel/syscalls/utils/
mq.h 60 fd = SAFE_MQ_OPEN(QUEUE_NAME, O_CREAT | O_EXCL | O_RDWR, 0700, NULL);
61 fd_nonblock = SAFE_MQ_OPEN(QUEUE_NAME_NONBLOCK, O_CREAT | O_EXCL | O_RDWR |
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
3-2.c 100 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2);
104 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
16-1.c 10 * Test that tests to check if O_CREAT and O_EXCL are set that no other
13 * Test case will just attempt to call mq_open() with O_CREAT and O_EXCL
58 fd = open(fname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
88 childqueue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
105 queue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
15-1.c 10 * Test that if O_EXCL and O_CREAT are set and message queue name already
40 * Open queue qname again with O_CREAT and O_EXCL set
42 queue2 = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
46 printf("O_EXCL on an already opened queue.\n");
23-1.c 10 * Test that mq_open() fails with EEXIST if O_CREAT and O_EXCL are set
41 * Open queue qname again with O_CREAT and O_EXCL set
43 queue2 = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
47 printf("O_EXCL on an already opened queue.\n");
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 27 #define O_EXCL 0x0400
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 19 #define O_EXCL 0x0400 /* not fcntl */
  /external/libxml2/win32/wince/
wincecompat.h 26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
2-2.c 50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
32-1.c 35 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);

Completed in 135 milliseconds

1 2 3 4 5 6 7 8 91011>>