OREAD             295 src/cmd/dist/plan9.c 	fd = open(path, OREAD);
OREAD             362 src/cmd/dist/plan9.c 	fd = open(file, OREAD);
OREAD             397 src/cmd/dist/plan9.c 	fd = create(p, OREAD, 0777|DMDIR);
OREAD             465 src/cmd/dist/plan9.c 	fd = open(dir, OREAD);
OREAD             489 src/cmd/dist/plan9.c 		fd = create(bstr(&b), OREAD|OEXCL, 0700|DMDIR);
OREAD             384 src/cmd/gc/lex.c 		curio.bin = Bopen(infile, OREAD);
OREAD             770 src/cmd/gc/lex.c 	imp = Bopen(namebuf, OREAD);
OREAD             504 src/cmd/ld/lib.c 		f = Bopen(h->file, OREAD);
OREAD             625 src/cmd/ld/lib.c 		f = Bopen(h->file, OREAD);
OREAD              50 src/lib9/create.c 		if(mode != OREAD){
OREAD              19 src/lib9/tempdir_plan9.c 		fd = create(p, OREAD|OEXCL, 0700|DMDIR);
OREAD              46 src/lib9/tempdir_plan9.c 	if((fd = open(p, OREAD)) < 0)
OREAD              95 src/libbio/binit.c 	case OREAD:
OREAD             150 src/libbio/binit.c 	case OREAD:
OREAD             151 src/libbio/binit.c 		f = open(name, OREAD);
OREAD              25 src/pkg/runtime/env_plan9.c 	fd = runtime·open((int8*)file, OREAD, 0);
OREAD              52 src/pkg/runtime/os_plan9.c 	fd = runtime·open("/dev/sysstat", OREAD, 0);
OREAD              26 src/pkg/runtime/os_plan9.h 	OREAD	= 0,
OREAD              29 src/pkg/runtime/time_plan9_386.c 	if(fd < 0 && (fd = runtime·open("/dev/bintime", OREAD|OCEXEC, 0)) < 0)
OREAD              30 src/pkg/syscall/types_plan9.c 	$O_RDONLY	= OREAD,