Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds