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