OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_rdwr_two
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/dev/audio/
audiotest.c
1386
void
test_rdwr_two
(int, int);
2319
test_rdwr_two
(int mode0, int mode1)
function in typeref:typename:void
2417
DEF(rdwr_two_RDONLY_RDONLY) {
test_rdwr_two
(O_RDONLY, O_RDONLY); }
2418
DEF(rdwr_two_RDONLY_WRONLY) {
test_rdwr_two
(O_RDONLY, O_WRONLY); }
2419
DEF(rdwr_two_RDONLY_RDWR) {
test_rdwr_two
(O_RDONLY, O_RDWR); }
2420
DEF(rdwr_two_WRONLY_RDONLY) {
test_rdwr_two
(O_WRONLY, O_RDONLY); }
2421
DEF(rdwr_two_WRONLY_WRONLY) {
test_rdwr_two
(O_WRONLY, O_WRONLY); }
2422
DEF(rdwr_two_WRONLY_RDWR) {
test_rdwr_two
(O_WRONLY, O_RDWR); }
2423
DEF(rdwr_two_RDWR_RDONLY) {
test_rdwr_two
(O_RDWR, O_RDONLY); }
2424
DEF(rdwr_two_RDWR_WRONLY) {
test_rdwr_two
(O_RDWR, O_WRONLY);
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025