Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 25 of 7122) sorted by relevance

12345678910>>...285

/dports/net/samba412/samba-4.12.15/source3/torture/
H A Ddenytest.c91 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_DOS, A_RW},
94 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_ALL, A_0},
97 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_WRITE, A_0},
100 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_READ, A_0},
103 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_NONE, A_RW},
106 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_FCB, A_0},
145 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_DOS, A_0},
148 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_ALL, A_0},
151 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_WRITE, A_0},
154 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_READ, A_0},
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/basic/
H A Ddenytest.c95 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_DOS, A_RW},
98 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_ALL, A_0},
101 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_WRITE, A_0},
104 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_READ, A_0},
107 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_NONE, A_RW},
110 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_FCB, A_0},
149 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_DOS, A_0},
152 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_ALL, A_0},
155 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_WRITE, A_0},
158 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_READ, A_0},
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/basic/
H A Ddenytest.c95 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_DOS, A_RW},
98 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_ALL, A_0},
101 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_WRITE, A_0},
104 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_READ, A_0},
107 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_NONE, A_RW},
110 {1, O_RDWR, DENY_DOS, O_RDWR, DENY_FCB, A_0},
149 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_DOS, A_0},
152 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_ALL, A_0},
155 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_WRITE, A_0},
158 {1, O_RDWR, DENY_ALL, O_RDWR, DENY_READ, A_0},
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1
20 open("filename", O_RDWR);
26 open("filename", O_RDWR | O_EXCL);
35 open64("filename", O_RDWR);
50 openat(0, "filename", O_RDWR); in libpqConnect()
105 open("filename", O_RDWR); in run_simple_query()
109 open64("filename", O_RDWR); in run_simple_query()
113 openat(0, "filename", O_RDWR); in run_simple_query()
167 open("filename", O_RDWR);
171 open64("filename", O_RDWR); in libpqProcessFileList()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp3 #define O_RDWR 1 macro
20 open("filename", O_RDWR); in a()
26 open("filename", O_RDWR | O_EXCL); in a()
35 open64("filename", O_RDWR); in b()
50 openat(0, "filename", O_RDWR); in c()
105 open("filename", O_RDWR); in d()
109 open64("filename", O_RDWR); in d()
113 openat(0, "filename", O_RDWR); in d()
167 open("filename", O_RDWR); in h()
171 open64("filename", O_RDWR); in h()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/
H A Dfilesystem_test.cc98 EXPECT_EQ(EEXIST, fs.Mkdir(Path("/foo"), O_RDWR)); in TEST()
138 EXPECT_EQ(0, fs.Mkdir(Path("/foo"), O_RDWR)); in TEST()
198 ASSERT_EQ(0, fs.Mkdir(Path("/dir"), O_RDWR)); in TEST()
217 ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR)); in TEST()
218 ASSERT_EQ(0, fs.Mkdir(Path("/dir2"), O_RDWR)); in TEST()
248 ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR)); in TEST()
249 ASSERT_EQ(0, fs.Mkdir(Path("/dir2"), O_RDWR)); in TEST()
259 ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR)); in TEST()
270 ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR)); in TEST()
274 ASSERT_EQ(0, fs.Mkdir(Path("/dir2/dir3"), O_RDWR)); in TEST()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dbsd-openpty.c83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL) in openpty()
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty()
102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) in openpty()
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty()
140 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty()
144 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty()
164 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1) in openpty()
167 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) { in openpty()
192 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
196 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) in openpty()
[all …]
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dbsd-openpty.c83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL) in openpty()
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty()
102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) in openpty()
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty()
140 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty()
144 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty()
164 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1) in openpty()
167 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) { in openpty()
192 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
196 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) in openpty()
[all …]
/dports/shells/viewglob/viewglob-2.0.4/vgseer/
H A Dptytty.c86 if ((pfd = posix_openpt(O_RDWR | O_NOCTTY)) != -1) in rxvt_get_pty()
101 *ttydev = _getpty(&pfd, O_RDWR | O_NDELAY | O_NOCTTY, 0622, 0); in rxvt_get_pty()
110 if ((pfd = open(ptydev, O_RDWR | O_NOCTTY, 0)) >= 0) { in rxvt_get_pty()
124 pfd = open("/dev/ptmx", O_RDWR | O_NOCTTY, 0); in rxvt_get_pty()
139 if ((pfd = open("/dev/ptc", O_RDWR | O_NOCTTY, 0)) >= 0) { in rxvt_get_pty()
168 if ((pfd = open(pty_name, O_RDWR | O_NOCTTY, 0)) >= 0) { in rxvt_get_pty()
196 if ((pfd = open(pty_name, O_RDWR | O_NOCTTY, 0)) >= 0) { in rxvt_get_pty()
218 return open(ttydev, O_RDWR | O_NOCTTY, 0); in rxvt_get_tty()
248 fd = open("/dev/tty", O_RDWR | O_NOCTTY); in rxvt_control_tty()
256 fd = open("/dev/tty", O_RDWR | O_NOCTTY); in rxvt_control_tty()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/test/
H A Dtest.c70 int fd=open("/dev/ost/demux1", O_RDWR); in testpesfilter()
153 int vout=open("qv", O_RDWR|O_CREAT); in senf()
154 int aout=open("qa", O_RDWR|O_CREAT); in senf()
156 int fd_video=open("/dev/ost/video", O_RDWR); in senf()
157 int fd_audio=open("/dev/ost/audio", O_RDWR); in senf()
158 int fd_tt=open("/dev/ost/demux", O_RDWR); in senf()
159 int fd_frontend=open("/dev/ost/frontend", O_RDWR); in senf()
160 int fd_sec=open("/dev/ost/sec", O_RDWR); in senf()
161 int fd_demux=open("/dev/ost/demux", O_RDWR|O_NONBLOCK); in senf()
163 int fd_section=open("/dev/ost/demux", O_RDWR); in senf()
[all …]
/dports/devel/p5-DB_File-Lock/DB_File-Lock-0.05/
H A Dtest.pl46 report_result( tie %hash1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0600, $DB_HASH, "write" );
52 report_result( tie %hash1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0664, $DB_HASH, "write" );
58 report_result( tie %hash1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0664, $DB_HASH,
67 tie %hash1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0600, $DB_HASH, $nonblock_write; # create the…
83 report_result( not tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, $DB_HASH, $nonblock_write );
87 report_result( tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, $DB_HASH, $nonblock_write );
93 report_result( $X = tie %hash1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0600, $DB_HASH, $nonblock_…
105 report_result( tie @array1, 'DB_File::Lock', $file1, O_CREAT|O_RDWR, 0600, $DB_RECNO, $nonblock_wri…
110 report_result( tie @array2, 'DB_File::Lock', $file1, O_RDWR, 0600, $DB_RECNO, $nonblock_read );
116 report_result( not tie %hash1, 'DB_File::Lock', $file1, O_RDWR, 0600, $DB_HASH, $nonblock_write );
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dbsd-openpty.c85 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL) in openpty()
89 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty()
104 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) in openpty()
121 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty()
151 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty()
155 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty()
178 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()
182 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) in openpty()
187 if ((*aslave = open(ttbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty()

12345678910>>...285