Home
last modified time | relevance | path

Searched refs:_XFTWVER (Results 1 – 2 of 2) 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))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c57 return (_xftw(_XFTWVER, path, fn, depth)); in ftw()