Home
last modified time | relevance | path

Searched refs:__nftw_func_t (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/io/
Dftw.h121 typedef int (*__nftw_func_t) (const char *__filename, typedef
179 extern int nftw (const char *__dir, __nftw_func_t __func, int __descriptors,
184 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func,
188 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func,
Dftw.c148 # define NFTW_FUNC_T __nftw_func_t
/glibc-2.36/manual/
Dfilesys.texi947 @deftp {Data Type} __nftw_func_t
985 This type is used just like @code{__nftw_func_t} for the callback
1078 @deftypefun int nftw (const char *@var{filename}, __nftw_func_t @var{func}, int @var{descriptors}, …