/freebsd/lib/libc/gen/ |
H A D | nftw-compat11.c | 38 struct FTW ftw; in freebsd11_nftw() local 97 ftw.base = cur->fts_pathlen - cur->fts_namelen; in freebsd11_nftw() 98 ftw.level = cur->fts_level; in freebsd11_nftw() 99 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw); in freebsd11_nftw()
|
H A D | nftw.c | 34 struct FTW ftw; in nftw() local 93 ftw.base = cur->fts_pathlen - cur->fts_namelen; in nftw() 94 ftw.level = cur->fts_level; in nftw() 95 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw); in nftw()
|
H A D | Makefile.inc | 64 ftw.c \ 65 ftw-compat11.c \ 228 ftw.3 \ 380 MLINKS+=ftw.3 nftw.3
|
H A D | ftw.c | 30 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw() function
|
H A D | ftw-compat11.c | 98 __sym_compat(ftw, freebsd11_ftw, FBSD_1.0);
|
H A D | Symbol.map | 414 ftw;
|
/freebsd/include/ |
H A D | ftw.h | 57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
|
H A D | Makefile | 21 fstab.h fts.h ftw.h getopt.h glob.h grp.h \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 300 {DEFINE_FPU_UINT(ftw), 630 value = fpu.ftw; in ReadRegister() 747 fpu.ftw = value.GetAsUInt8(); in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 354 {DEFINE_FPU_UINT(ftw), 681 value = fpu.ftw; in ReadRegister() 807 fpu.ftw = value.GetAsUInt8(); in WriteRegister()
|
H A D | RegisterContextDarwin_i386.h | 79 uint8_t ftw; member
|
H A D | RegisterContextDarwin_x86_64.h | 84 uint8_t ftw; // "ftag" member
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 46 #include <ftw.h> 1372 struct FTW ftw; in nftw_ordered() local 1431 ftw.base = cur->fts_pathlen - cur->fts_namelen; in nftw_ordered() 1432 ftw.level = cur->fts_level; in nftw_ordered() 1433 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw); in nftw_ordered()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ole2compounddocs | 332 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/ftw.trid.xml 336 # verified by Michal Mutl Structured Storage Viewer `SSView.exe my.ftw` 347 !:ext ftw/fbk
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1813 fun:ftw=uninstrumented
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 690 <var-decl name='ftw' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 689 <var-decl name='ftw' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2233 <var-decl name='ftw' type-id='253c2d2a' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1208 <var-decl name='ftw' type-id='253c2d2a' visibility='default'/>
|