Searched defs:__opendir2 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libc/gen/ | ||
H A D | opendir.c | 76 __opendir2(const char *name, int flags) in __opendir2() function |
H A D | fts.c | 671 #define __opendir2(path, flag) opendir(path) in fts_build() macro |