O_RDWR 15 init.c if(open("console", O_RDWR) < 0){ O_RDWR 17 init.c open("console", O_RDWR); O_RDWR 87 mkfs.c fsfd = open(argv[1], O_RDWR|O_CREAT|O_TRUNC, 0666); O_RDWR 151 sh.c while((fd = open("console", O_RDWR)) >= 0){ O_RDWR 33 stressfs.c fd = open(path, O_CREATE | O_RDWR); O_RDWR 329 sysfile.c f->writable = (omode & O_WRONLY) || (omode & O_RDWR); O_RDWR 100 usertests.c int fd = open("oidir", O_RDWR); O_RDWR 145 usertests.c fd = open("small", O_CREATE|O_RDWR); O_RDWR 194 usertests.c fd = open("big", O_CREATE|O_RDWR); O_RDWR 255 usertests.c fd = open(name, O_CREATE|O_RDWR); O_RDWR 473 usertests.c fd = open("sharedfd", O_CREATE|O_RDWR); O_RDWR 537 usertests.c fd = open(fname, O_CREATE | O_RDWR); O_RDWR 604 usertests.c fd = open(name, O_CREATE | O_RDWR); O_RDWR 662 usertests.c fd = open("unlinkread", O_CREATE | O_RDWR); O_RDWR 670 usertests.c fd = open("unlinkread", O_RDWR); O_RDWR 680 usertests.c fd1 = open("unlinkread", O_CREATE | O_RDWR); O_RDWR 711 usertests.c fd = open("lf1", O_CREATE|O_RDWR); O_RDWR 787 usertests.c fd = open(file, O_CREATE | O_RDWR); O_RDWR 875 usertests.c close(open("x", O_RDWR | O_CREATE)); O_RDWR 947 usertests.c fd = open("dd/ff", O_CREATE | O_RDWR); O_RDWR 965 usertests.c fd = open("dd/dd/ff", O_CREATE | O_RDWR); O_RDWR 1032 usertests.c if(open("dd/ff/ff", O_CREATE|O_RDWR) >= 0){ O_RDWR 1036 usertests.c if(open("dd/xx/ff", O_CREATE|O_RDWR) >= 0){ O_RDWR 1044 usertests.c if(open("dd", O_RDWR) >= 0){ O_RDWR 1127 usertests.c fd = open("bigwrite", O_CREATE | O_RDWR); O_RDWR 1155 usertests.c fd = open("bigfile", O_CREATE | O_RDWR); O_RDWR 1327 usertests.c fd = open(".", O_RDWR); O_RDWR 1664 usertests.c int fd = open(name, O_CREATE|O_RDWR);