Lines Matching full:open
3 # $FreeBSD: head/tools/regression/pjdfstest/tests/open/10.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="open returns EPERM when the named file has its immutable flag set and the file is to be modif…
27 expect EPERM open ${n0} O_WRONLY
28 expect EPERM open ${n0} O_RDWR
29 expect EPERM open ${n0} O_RDONLY,O_TRUNC
35 expect 0 open ${n0} O_WRONLY
36 expect 0 open ${n0} O_RDWR
37 expect 0 open ${n0} O_RDONLY,O_TRUNC
45 expect EPERM open ${n0} O_WRONLY
46 expect EPERM open ${n0} O_RDWR
47 expect EPERM open ${n0} O_RDONLY,O_TRUNC
53 expect 0 open ${n0} O_WRONLY
54 expect 0 open ${n0} O_RDWR
55 expect 0 open ${n0} O_RDONLY,O_TRUNC