Searched defs:_XFTWVER (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dftw.h151 #define _XFTWVER 2 /* version of file tree walk */ macro
153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth))
157 #define ftw64(path, fn, depth) _xftw64(_XFTWVER, (path), (fn), (depth))

Completed in 97 milliseconds