Searched refs:_XFTWVER (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | ftw.h | 151 #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))
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ftw.c | 59 return (_xftw(_XFTWVER, path, fn, depth)); in ftw()
|