Searched refs:ftw (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dftw.h1 /* $OpenBSD: ftw.h,v 1.1 2015/09/12 13:32:25 guenther Exp $ */
21 #include_next <ftw.h>
23 PROTO_DEPRECATED(ftw); variable
/openbsd-current/lib/libc/gen/
H A Dnftw.c27 #include <ftw.h>
34 struct FTW ftw; local
94 ftw.base = cur->fts_pathlen - cur->fts_namelen;
95 ftw.level = cur->fts_level;
96 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw);
H A Dftw.c1 /* $OpenBSD: ftw.c,v 1.6 2019/01/25 00:19:25 millert Exp $ */
27 #include <ftw.h>
31 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), function
H A DMakefile.inc12 fstab.c ftok.c fts.c ftw.c getbsize.c getcap.c getcwd.c \
41 ftw.3 getbsize.3 cgetent.3 getcwd.3 getdomainname.3 getdiskbyname.3 \
/openbsd-current/include/
H A Dftw.h1 /* $OpenBSD: ftw.h,v 1.2 2019/01/25 00:19:25 millert Exp $ */
31 * second argument to ftw(3) and nftw(3). Say it three times fast!
55 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
H A DMakefile17 fenv.h float.h fnmatch.h fstab.h fts.h ftw.h \
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h79 uint8_t ftw; member in struct:RegisterContextDarwin_i386::FPU
H A DRegisterContextDarwin_x86_64.h84 uint8_t ftw; // "ftag" member in struct:RegisterContextDarwin_x86_64::FPU
H A DRegisterContextDarwin_i386.cpp282 {DEFINE_FPU_UINT(ftw),
601 value = fpu.ftw;
718 fpu.ftw = value.GetAsUInt8();
H A DRegisterContextDarwin_x86_64.cpp331 {DEFINE_FPU_UINT(ftw),
647 value = fpu.ftw;
773 fpu.ftw = value.GetAsUInt8();
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h415 extern int ftw(const char *, int (*) (const char *, const struct stat *, int), int);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h415 extern int ftw(const char *, int (*) (const char *, const struct stat *, int), int);
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp1335 FPU_OFFSET(ftw), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
1426 AVX_OFFSET(ftw), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
1575 FPU_OFFSET(ftw), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1753 FPU_OFFSET(ftw), -1U, -1U, -1U, -1U, NULL, NULL},
1868 AVX_OFFSET(ftw), -1U, -1U, -1U, -1U, NULL, NULL},
2066 AVX_OFFSET(ftw), -1U, -1U, -1U, -1U, NULL, NULL},
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.svr4470 # Fix declarations of `ftw' and `nftw' in <ftw.h>. On some/most SVR4 systems
471 # the file <ftw.h> contains extern declarations of these functions followed
474 # file glitch has been pre-fixed by Sun. In the Solaris version of <ftw.h>
478 file=ftw.h
489 if test -z "$file_to_fix" || grep 'define ftw' $file_to_fix > /dev/null; then
490 # Either we have no <ftw.h> file at all, or else we have the pre-fixed Solaris
497 sed -e '/^extern int ftw(const/i\
504 -e 's/extern \(int ftw(const.*\)$/\1/' \
513 -e '/^extern int ftw(),/
[all...]

Completed in 222 milliseconds