Home
last modified time | relevance | path

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

/titanic_41/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))
/titanic_41/usr/src/lib/libc/port/gen/
H A Dftw.c59 return (_xftw(_XFTWVER, path, fn, depth)); in ftw()
H A D_xftw.c121 _xftw(int ver, const char *path, in _xftw() function
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile344 _xftw.o \
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com376 _xftw.o \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com362 _xftw.o \
/titanic_41/usr/src/lib/libc/sparc/
H A DMakefile.com402 _xftw.o \
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc244 /* _xftw.c */
245 int _xftw(int ver, const char *path, int (*fn)(), int depth);
H A Dmapfile-vers2558 _xftw;