Home
last modified time | relevance | path

Searched refs:_xftw (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/
H A Dftw.h94 #pragma redefine_extname _xftw _xftw64
100 #define _xftw _xftw64 macro
111 #pragma redefine_extname _xftw64 _xftw
117 #define _xftw64 _xftw
127 extern int _xftw(int, const char *,
153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c57 return (_xftw(_XFTWVER, path, fn, depth)); in ftw()
H A D_xftw.c118 _xftw(int ver __unused, const char *path, in _xftw() function
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile349 _xftw.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com384 _xftw.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com367 _xftw.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com409 _xftw.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3046 _xftw;