Searched refs:__nftw_func_t (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/io/ |
D | ftw.h | 121 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,
|
D | ftw.c | 148 # define NFTW_FUNC_T __nftw_func_t
|
/glibc-2.36/manual/ |
D | filesys.texi | 947 @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}, …
|