O_RDONLY           79 usr/bin/cat/cat.c 			else if ((fd = open(*argv, O_RDONLY, 0)) < 0) {
O_RDONLY          147 usr/bin/cp/cp.c 	if ((fold = open(from, O_RDONLY)) == -1) {
O_RDONLY          103 usr/bin/sh/cmds.c 	open("/dev/tty", O_RDONLY);
O_RDONLY          240 usr/bin/sh/sh.c 				fd = open(file, O_RDONLY);
O_RDONLY          479 usr/bin/sh/sh.c 		input = open(argv[1], O_RDONLY);
O_RDONLY          162 usr/lib/libc/gen/fts.c 	if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
O_RDONLY          285 usr/lib/libc/gen/fts.c 			if ((p->fts_symfd = open(".", O_RDONLY, 0)) < 0) {
O_RDONLY          375 usr/lib/libc/gen/fts.c 				    open(".", O_RDONLY, 0)) < 0) {
O_RDONLY          512 usr/lib/libc/gen/fts.c 	if ((fd = open(".", O_RDONLY, 0)) < 0)
O_RDONLY           52 usr/lib/libc/stdio/flags.c 		m = O_RDONLY;
O_RDONLY          128 usr/sbin/install/install.c 	if ((fold = open(from, O_RDONLY)) == -1)
O_RDONLY          244 usr/server/boot/boot.c 	if ((fold = open(src, O_RDONLY)) == -1)
O_RDONLY          346 usr/server/exec/exec_elf.c 	if ((fd = open(exec->path, O_RDONLY)) == -1)
O_RDONLY          451 usr/server/exec/exec_execve.c 	if ((fd = open(path, O_RDONLY)) == -1)
O_RDONLY          140 usr/server/fs/vfs/main.c 	case O_RDONLY:
O_RDONLY          780 usr/server/fs/vfs/main.c 	if ((error = sys_open(path, O_RDONLY | O_NONBLOCK, 0, &rfp)) != 0) {
O_RDONLY          356 usr/server/fs/vfs/vfs_syscalls.c 	if ((error = sys_open(path, O_RDONLY, 0, &fp)) != 0)
O_RDONLY           65 usr/test/fifo/fifo.c 		fd1 = open("/mnt/fifo/test", O_RDONLY);
O_RDONLY           75 usr/test/fileio/fileio.c 	if ((fd = open(READ_TARGET, O_RDONLY, 0)) < 0)
O_RDONLY          106 usr/test/fileio/fileio.c 		if ((fd = open(READ_TARGET, O_RDONLY, 0)) < 0)
O_RDONLY          120 usr/test/fileio/fileio.c 	if ((fd = open(READ_TARGET, O_RDONLY, 0)) < 0)