Home
last modified time | relevance | path

Searched refs:ftw (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/src/legacy/
Dftw.c3 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw() function
11 weak_alias(ftw, ftw64);
/third_party/musl/include/
Dftw.h29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
33 #define ftw64 ftw
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
33 #define ftw64 ftw
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
33 #define ftw64 ftw
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
33 #define ftw64 ftw
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dmod.rs151 pub ftw: u16,
180 pub ftw: ::c_ushort,
223 && self.ftw == other.ftw
240 .field("ftw", &self.ftw)
256 self.ftw.hash(state);
331 && self.ftw == other.ftw
354 .field("ftw", &self.ftw)
371 self.ftw.hash(state);
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c190 ftw(path, (void *)cleanup_files, MAXNUM); in do_tree_cleanup()
193 ftw(path, (void *)cleanup_files, MAXNUM); in do_tree_cleanup()
194 ftw(path, (void *)cleanup_dirs, MAXNUM); in do_tree_cleanup()
229 ftw(file, (void *)cleanup_dirs, MAXNUM); in cleanup_dirs()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs167 pub ftw: u16,
282 pub ftw: ::c_ushort,
314 && self.ftw == other.ftw
336 .field("ftw", &self.ftw)
352 self.ftw.hash(state);
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dftw.c35 ret = ftw("/data", fn, 500); in ftw_0100()
Dtest_src_functionalext_supplement_legacy.gni17 "ftw",
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
Dmod.rs129 pub ftw: ::c_ushort,
156 && self.ftw == other.ftw
178 .field("ftw", &self.ftw)
194 self.ftw.hash(state);
/third_party/musl/arch/x86_64/bits/
Duser.h5 uint16_t cwd, swd, ftw, fop; member
Dsignal.h61 unsigned short cwd, swd, ftw, fop; member
/third_party/musl/arch/x32/bits/
Duser.h5 uint16_t cwd, swd, ftw, fop; member
Dsignal.h61 unsigned short cwd, swd, ftw, fop; member
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dnftw.c27 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) in nftw_callback() argument
/third_party/elfutils/tests/
Dlfs-symbols41 ftw
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
Dmisc_nftw64_test.cpp16 static int NftwCallback(const char* pathName, const struct stat* sb, int flag, struct FTW* ftw) in NftwCallback() argument
/third_party/musl/libc-test/src/api/
Dftw.c72 {int(*p)(const char*,int(*)(const char*,const struct stat*,int),int) = ftw;} in f()
/third_party/musl/
Dlibc.map.txt773 ftw;
Dmusl_src.gni457 "src/legacy/ftw.c",
2149 "include/ftw.h",
/third_party/skia/third_party/externals/icu/source/data/lang/
Dlb.txt738 Zinh{"Geierfte Schrëftwäert"}
/third_party/icu/icu4c/source/data/lang/
Dlb.txt739 Zinh{"Geierfte Schrëftwäert"}
/third_party/libabigail/
DChangeLog19876 * tools/abipkgdiff.cc: Remove ftw.h, pthread.h, unistd.h, add
19905 fts_{open,read,close} functions, rather than the ftw one.
29607 file tree walking (ftw) function. Adjust for the relevant names
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10206 __uint16_t ftw; member
10410 __uint16_t ftw; member

12