Searched defs:_xftw (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | _xftw.c | 33 * _xftw - file tree walk the uses expanded stat structure 35 * int _xftw(path, fn, depth) char *path; int (*fn)(); int depth; 37 * Given a path name, _xftw starts from the file given by that path 69 * considered an error and will cause _xftw to stop 72 * If fn returns nonzero, _xftw stops and returns the same value 73 * to its caller. If _xftw gets into other trouble along the way, 76 * The third argument to _xftw does not limit the depth to which 77 * _xftw will go. Rather, it limits the depth to which _xftw will 82 * to arbitrary depths, _xftw require 121 _xftw(int ver, const char *path, function [all...] |
/illumos-gate/usr/src/head/ |
H A D | ftw.h | 94 #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))
|
Completed in 45 milliseconds