Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 10 of 10) sorted by relevance

/arch/parisc/include/uapi/asm/
Dfcntl.h6 #define O_CREAT 000000400 /* not fcntl */ macro
/arch/alpha/include/uapi/asm/
Dfcntl.h5 #define O_CREAT 01000 /* not fcntl */ macro
/arch/sparc/include/uapi/asm/
Dfcntl.h7 #define O_CREAT 0x0200 /* not fcntl */ macro
/arch/mips/include/uapi/asm/
Dfcntl.h17 #define O_CREAT 0x0100 /* not fcntl */ macro
/arch/powerpc/boot/
Dmktree.c87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main()
/arch/arm/vdso/
Dvdsomunge.c179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main()
/arch/alpha/boot/tools/
Dobjstrip.c99 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
/arch/um/os-Linux/
Dumid.c224 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
Dfile.c194 f |= O_CREAT; in os_open_file()
/arch/mips/boot/
Delf2ecoff.c507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main()