/sysdeps/pthread/ |
A D | tst-sem7.c | 40 s = sem_open ("/glibc-tst-sem7", O_CREAT, 0600, 1); in do_test() 64 s2 = sem_open ("/glibc-tst-sem7", O_CREAT, 0600, 1); in do_test()
|
A D | sem_open.c | 64 if ((oflag & O_CREAT) == 0 || (oflag & O_EXCL) == 0) in __sem_open() 68 (oflag & ~(O_CREAT|O_ACCMODE)) | O_NOFOLLOW | O_RDWR); in __sem_open() 73 if ((oflag & O_CREAT) != 0 && errno == ENOENT) in __sem_open() 135 fd = __open (tmpfname, O_RDWR | O_CREAT | O_EXCL, mode); in __sem_open()
|
A D | tst-sem4.c | 47 s = sem_open ("/glibc-tst-sem4", O_CREAT, 0600, 1); in do_test() 69 s2 = sem_open ("/glibc-tst-sem4", O_CREAT | O_EXCL, 0600, 1); in do_test()
|
A D | tst-sem8.c | 43 s = sem_open ("/glibc-tst-sem8", O_CREAT, 0600, 1); in do_test()
|
A D | tst-sem9.c | 43 s = sem_open ("/glibc-tst-sem9", O_CREAT, 0600, 1); in do_test()
|
A D | tst-sem16.c | 58 sem_t *s = sem_open (pipe_name, O_CREAT, 0600, 1); in tf()
|
A D | tst-cancel19.c | 212 open (fname, O_CREAT, 0400); in do_test() 228 open (fname, O_CREAT, 0400); in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | mq_open.c | 41 if (oflag & O_CREAT) in __mq_open() 61 if (oflag & O_CREAT) in ___mq_open_2()
|
A D | creat.c | 33 return __open (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat()
|
A D | creat64.c | 31 return __open64 (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat64()
|
A D | gethostid.c | 51 fd = __open_nocancel (HOSTIDFILE, O_CREAT|O_WRONLY|O_TRUNC, 0644); in sethostid()
|
A D | tst-ttyname.c | 55 xclose (xopen (path, O_WRONLY|O_CREAT|O_NOCTTY, mode)); in touch()
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 51 #define O_CREAT 0x0010 /* Create file if it doesn't exist. */ macro 144 # define FCREAT O_CREAT
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | fcntl.h | 23 #define O_CREAT 00000100 /* not fcntl. */ macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | fcntl.h | 23 #define O_CREAT 01000 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | fcntl.h | 23 #define O_CREAT 00000400 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | fcntl.h | 27 #define O_CREAT 0x0200 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | fcntl.h | 28 #define O_CREAT 0x0100 /* not fcntl */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 46 #ifndef O_CREAT 47 # define O_CREAT 0100 /* Not fcntl. */ macro
|
/sysdeps/mach/hurd/ |
A D | bind.c | 51 err = __dir_mkfile (dir, O_CREAT, 0666 & ~_hurd_umask, &node); in __bind()
|
/sysdeps/posix/ |
A D | tempname.c | 180 | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in try_file()
|