Searched refs:O_CREAT (Results 1 – 10 of 10) sorted by relevance
| /arch/parisc/include/uapi/asm/ |
| A D | fcntl.h | 6 #define O_CREAT 000000400 /* not fcntl */ macro
|
| /arch/mips/include/uapi/asm/ |
| A D | fcntl.h | 17 #define O_CREAT 0x0100 /* not fcntl */ macro
|
| /arch/alpha/include/uapi/asm/ |
| A D | fcntl.h | 5 #define O_CREAT 01000 /* not fcntl */ macro
|
| /arch/sparc/include/uapi/asm/ |
| A D | fcntl.h | 7 #define O_CREAT 0x0200 /* not fcntl */ macro
|
| /arch/powerpc/boot/ |
| A D | mktree.c | 87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main()
|
| /arch/arm/vdso/ |
| A D | vdsomunge.c | 179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main()
|
| /arch/alpha/boot/tools/ |
| A D | objstrip.c | 99 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
|
| /arch/um/os-Linux/ |
| A D | umid.c | 223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
|
| A D | file.c | 180 f |= O_CREAT; in os_open_file()
|
| /arch/mips/boot/ |
| A D | elf2ecoff.c | 507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main()
|
Completed in 18 milliseconds