Searched refs:test_open (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | fileio.c | 83 test_open (void) in test_open() function 563 test_open (); in main()
|
| /netbsd/src/tests/dev/audio/ |
| D | audiotest.c | 1381 void test_open(const char *, int); 1453 test_open(const char *devname, int mode) in test_open() function 1671 DEF(open_audio_RDONLY) { test_open("audio", O_RDONLY); } in DEF() 1672 DEF(open_audio_WRONLY) { test_open("audio", O_WRONLY); } in DEF() 1673 DEF(open_audio_RDWR) { test_open("audio", O_RDWR); } in DEF() 1674 DEF(open_sound_RDONLY) { test_open("sound", O_RDONLY); } in DEF() 1675 DEF(open_sound_WRONLY) { test_open("sound", O_WRONLY); } in DEF() 1676 DEF(open_sound_RDWR) { test_open("sound", O_RDWR); } in DEF() 1677 DEF(open_audioctl_RDONLY) { test_open("audioctl", O_RDONLY); } in DEF() 1678 DEF(open_audioctl_WRONLY) { test_open("audioctl", O_WRONLY); } in DEF() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/ |
| D | ChangeLog-1993-2013 | 570 * gdb.base/fileio.c (test_open, test_write, test_read) 22136 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such 22490 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
|
| D | ChangeLog-2014-2021 | 13353 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
|