Home
last modified time | relevance | path

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

/netbsd/src/include/
Dftw.h49 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */ macro
/netbsd/src/lib/libc/gen/
Dnftw.c56 if (!(ftwflags & FTW_CHDIR)) in nftw()