HelenOS sources

O_WRONLY          155 uspace/lib/bithenge/src/failure.c 		int null = open("/dev/null", O_WRONLY);
O_WRONLY           49 uspace/lib/posix/include/posix/fcntl.h #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
O_WRONLY          118 uspace/lib/posix/src/fcntl.c 	if (((posix_flags & (O_RDONLY | O_WRONLY | O_RDWR)) == 0) ||
O_WRONLY          119 uspace/lib/posix/src/fcntl.c 	    ((posix_flags & (O_RDONLY | O_WRONLY)) == (O_RDONLY | O_WRONLY)) ||
O_WRONLY          121 uspace/lib/posix/src/fcntl.c 	    ((posix_flags & (O_WRONLY | O_RDWR)) == (O_WRONLY | O_RDWR))) {
O_WRONLY          137 uspace/lib/posix/src/fcntl.c 	    ((posix_flags & O_WRONLY) ? MODE_WRITE : 0) |
O_WRONLY          151 uspace/lib/posix/src/fcntl.c 		if (posix_flags & (O_RDWR | O_WRONLY)) {
HelenOS homepage, sources at GitHub