Home | History | Annotate | Download | only in rumpvfs

Lines Matching refs:O_RDONLY

68 	etcfd = open("/etc/passwd", O_RDONLY);
81 tfd = rump_sys_open(TESTPATH1, O_RDONLY);
137 tfd = rump_sys_open(TESTPATH1, O_RDONLY);
147 tfd = rump_sys_open(TESTPATH2, O_RDONLY);
281 RL(rump_sys_open("/key", O_RDONLY));
282 RL(rump_sys_open("////////key", O_RDONLY));
287 RL(rump_sys_open("/key//with/slashes", O_RDONLY));
288 RL(rump_sys_open("key//with/slashes", O_RDONLY));
290 rump_sys_open("/key/with/slashes", O_RDONLY) == -1);
294 rump_sys_open("/a/key//with/slashes", O_RDONLY) == -1);