/third_party/musl/src/legacy/ |
D | ftw.c | 3 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/ |
D | ftw.h | 29 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/ |
D | ftw.h | 29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int); 33 #define ftw64 ftw
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int); 33 #define ftw64 ftw
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 29 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/ |
D | mod.rs | 151 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/ |
D | main.c | 190 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/ |
D | mod.rs | 167 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/ |
D | ftw.c | 35 ret = ftw("/data", fn, 500); in ftw_0100()
|
D | test_src_functionalext_supplement_legacy.gni | 17 "ftw",
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/ |
D | mod.rs | 129 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/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/musl/arch/x32/bits/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | nftw.c | 27 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) in nftw_callback() argument
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 41 ftw
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
D | misc_nftw64_test.cpp | 16 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/ |
D | ftw.c | 72 {int(*p)(const char*,int(*)(const char*,const struct stat*,int),int) = ftw;} in f()
|
/third_party/musl/ |
D | libc.map.txt | 773 ftw;
|
D | musl_src.gni | 457 "src/legacy/ftw.c", 2149 "include/ftw.h",
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | lb.txt | 738 Zinh{"Geierfte Schrëftwäert"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | lb.txt | 739 Zinh{"Geierfte Schrëftwäert"}
|
/third_party/libabigail/ |
D | ChangeLog | 19876 * 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/ |
D | stylo.hpp | 10206 __uint16_t ftw; member 10410 __uint16_t ftw; member
|