Home
last modified time | relevance | path

Searched refs:__opendir2 (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h51 #define __opendir2(path, flag) (((flag) = (flag)), (opendir((path)))) macro
/third_party/FreeBSD/lib/libc/gen/
Dfts.c654 #define __opendir2(path, flag) opendir(path) in fts_build() macro
656 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) { in fts_build()