OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_open
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fileio.c
83
test_open
(void)
function
563
test_open
();
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fileio.c
87
test_open
(void)
function
567
test_open
();
/src/tests/dev/audio/
audiotest.c
1381
void
test_open
(const char *, int);
1453
test_open
(const char *devname, int mode)
function
1671
DEF(open_audio_RDONLY) {
test_open
("audio", O_RDONLY); }
1672
DEF(open_audio_WRONLY) {
test_open
("audio", O_WRONLY); }
1673
DEF(open_audio_RDWR) {
test_open
("audio", O_RDWR); }
1674
DEF(open_sound_RDONLY) {
test_open
("sound", O_RDONLY); }
1675
DEF(open_sound_WRONLY) {
test_open
("sound", O_WRONLY); }
1676
DEF(open_sound_RDWR) {
test_open
("sound", O_RDWR); }
1677
DEF(open_audioctl_RDONLY) {
test_open
("audioctl", O_RDONLY); }
1678
DEF(open_audioctl_WRONLY) {
test_open
("audioctl", O_WRONLY);
[
all
...]
Completed in 49 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026