Home
last modified time | relevance | path

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

12

/third_party/musl/src/legacy/
H A Dftw.c1 #include <ftw.h>
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/libc-test/src/functionalext/supplement/legacy/
H A Dftw.c16 #include <ftw.h>
35 ret = ftw("/data", fn, 500); in ftw_0100()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A 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/
H A 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/
H A Dftw.h29 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
33 #define ftw64 ftw
/third_party/musl/include/
H A 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/
H A Dmod.rs151 pub ftw: u16,
180 pub ftw: ::c_ushort,
223 && self.ftw == other.ftw in eq()
240 .field("ftw", &self.ftw) in fmt()
256 self.ftw.hash(state); in hash()
331 && self.ftw == other.ftw in eq()
354 .field("ftw", in fmt()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_nftw64_test.cpp1 #include <ftw.h>
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/
H A Dftw.c2 #include <ftw.h>
72 {int(*p)(const char*,int(*)(const char*,const struct stat*,int),int) = ftw;} in f()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c10 #include <ftw.h>
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/
H A Dmod.rs167 pub ftw: u16,
282 pub ftw: ::c_ushort,
314 && self.ftw == other.ftw in eq()
336 .field("ftw", &self.ftw) in fmt()
352 self.ftw.hash(state); in hash()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dnftw.c17 #include <ftw.h>
35 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) in nftw_callback() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs129 pub ftw: ::c_ushort,
156 && self.ftw == other.ftw in eq()
178 .field("ftw", &self.ftw) in fmt()
194 self.ftw.hash(state); in hash()
/third_party/musl/arch/x32/bits/
H A Duser.h5 uint16_t cwd, swd, ftw, fop; member
H A Dsignal.h61 unsigned short cwd, swd, ftw, fop; member
/third_party/musl/arch/x86_64/bits/
H A Duser.h5 uint16_t cwd, swd, ftw, fop; member
H A Dsignal.h61 unsigned short cwd, swd, ftw, fop; member
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw64.h34 #include <ftw.h>
H A Dnftw.h34 #include <ftw.h>
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c26 #include <ftw.h>
/third_party/musl/src/misc/
H A Dnftw.c1 #include <ftw.h>
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c1 #include <ftw.h>
/third_party/mesa3d/src/util/
H A Ddisk_cache.c27 #include <ftw.h>
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp32 #include <ftw.h>
/third_party/libfuse/example/
H A Dpassthrough_hp.cc56 #include <ftw.h>

Completed in 16 milliseconds

12