Searched refs:O_RDONLY (Results 1 - 25 of 228) sorted by relevance

12345678910

/external/e2fsprogs/lib/ext2fs/
H A Dgetsectsize.c44 fd = open64(file, O_RDONLY);
46 fd = open(file, O_RDONLY);
/external/e2fsprogs/lib/e2p/
H A Dfgetversion.c32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfsetversion.c32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfgetflags.c36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfsetflags.c45 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
/external/bluetooth/bluez/common/
H A Doui.c49 fd = open("oui.txt", O_RDONLY);
51 fd = open(OUIFILE, O_RDONLY);
53 fd = open("/usr/share/misc/oui.txt", O_RDONLY);
/external/e2fsprogs/e2fsck/
H A Dflushb.c46 fd = open(argv[1], O_RDONLY, 0);
/external/e2fsprogs/tests/progs/
H A Dhold_inode.c41 if (open(filename, O_RDONLY) < 0) {
/external/oprofile/libutil/
H A Dop_deviceio.c24 return open(name, O_RDONLY);
/external/netcat/data/
H A Dxor.c71 x = open (argv[1], O_RDONLY | O_BINARY);
73 x = open (argv[1], O_RDONLY);
/external/dbus/bus/
H A Ddir-watch-dnotify.c53 fd = open (dir, O_RDONLY);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h12 #define O_RDONLY _O_RDONLY macro
/external/libffi/testsuite/libffi.special/
H A Dffitestcxx.h58 dev_zero_fd = open ("/dev/zero", O_RDONLY);
/external/oprofile/daemon/
H A Dopd_pipe.c41 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h23 #ifndef O_RDONLY
24 #define O_RDONLY 00 macro
/external/e2fsprogs/misc/
H A Dpartinfo.c52 fd = open(argv[i], O_RDONLY);
/external/elfutils/tests/
H A Dget-files.c29 int fd = open (argv[cnt], O_RDONLY);
H A Dget-pubnames.c66 int fd = open (argv[cnt], O_RDONLY);
H A Dscnnames.c32 fd = open (argv[1], O_RDONLY);
/external/expat/xmlwf/
H A Dreadfilemap.c54 fd = open(name, O_RDONLY|O_BINARY);
H A Dunixfilemap.c30 fd = open(name, O_RDONLY);
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h9 #define O_RDONLY 00000000 macro
/external/libffi/testsuite/libffi.call/
H A Dffitest.h58 dev_zero_fd = open ("/dev/zero", O_RDONLY);
/external/skia/src/core/
H A DSkMMapStream.cpp12 int fildes = open(filename, O_RDONLY);
/external/bison/djgpp/
H A Dsubpipe.c173 int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison to m4. */
246 to_in_fd = open(tmp_file_name[1], O_RDONLY, S_IRUSR); /* pipe from m4 to bison. */

Completed in 260 milliseconds

12345678910