/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 112 int test_func1(const char *, const struct stat *, int, struct FTW *); 113 int test_func3(const char *, const struct stat *, int, struct FTW *); 114 int test_func4(const char *, const struct stat *, int, struct FTW *); 115 int test_func5(const char *, const struct stat *, int, struct FTW *); 116 int test_func7(const char *, const struct stat *, int, struct FTW *); 117 int test_func8(const char *, const struct stat *, int, struct FTW *); 118 int test_func9(const char *, const struct stat *, int, struct FTW *); 119 int test_func10(const char *, const struct stat *, int, struct FTW *); 120 int test_func11(const char *, const struct stat *, int, struct FTW *); 121 int test_func12(const char *, const struct stat *, int, struct FTW *); [all …]
|
D | nftw64.h | 111 extern int test_func1(const char *, const struct stat64 *, int, struct FTW *); 112 extern int test_func3(const char *, const struct stat64 *, int, struct FTW *); 113 extern int test_func4(const char *, const struct stat64 *, int, struct FTW *); 114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *); 115 extern int test_func7(const char *, const struct stat64 *, int, struct FTW *); 116 extern int test_func8(const char *, const struct stat64 *, int, struct FTW *); 117 extern int test_func9(const char *, const struct stat64 *, int, struct FTW *); 118 extern int test_func10(const char *, const struct stat64 *, int, struct FTW *); 119 extern int test_func11(const char *, const struct stat64 *, int, struct FTW *); 120 extern int test_func12(const char *, const struct stat64 *, int, struct FTW *); [all …]
|
D | test_func.c | 42 int ftw_integer, struct FTW *ftwp) in test_func1() 77 int ftw_integer, struct FTW *ftwp) in test_func3() 102 int ftw_integer, struct FTW *ftwp) in test_func4() 115 int ftw_integer, struct FTW *ftwp) in test_func5() 138 int ftw_integer, struct FTW *ftwp) in test_func7() 168 int ftw_integer, struct FTW *ftwp) in test_func8() 249 int ftw_integer, struct FTW *ftwp) in test_func9() 284 int ftw_integer, struct FTW *ftwp) in test_func10() 318 int ftw_integer, struct FTW *ftwp) in test_func11() 352 int ftw_integer, struct FTW *ftwp) in test_func12() [all …]
|
D | test_func64.c | 42 int ftw_integer, struct FTW *ftwp) in test_func1() 76 int ftw_integer, struct FTW *ftwp) in test_func3() 101 int ftw_integer, struct FTW *ftwp) in test_func4() 114 int ftw_integer, struct FTW *ftwp) in test_func5() 138 int ftw_integer, struct FTW *ftwp) in test_func7() 169 int ftw_integer, struct FTW *ftwp) in test_func8() 251 int ftw_integer, struct FTW *ftwp) in test_func9() 287 int ftw_integer, struct FTW *ftwp) in test_func10() 322 int ftw_integer, struct FTW *ftwp) in test_func11() 357 int ftw_integer, struct FTW *ftwp) in test_func12() [all …]
|
D | tools64.c | 158 nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS) in nftw64_fn()
|
D | tools.c | 158 int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS) in nftw_fn()
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 8 T(struct FTW) in f() 52 struct FTW x; in f() 73 {int(*p)(const char*,int(*)(const char*,const struct stat*,int,struct FTW*),int,int) = nftw;} in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 24 struct FTW { struct 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 24 struct FTW { struct 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ftw.h | 24 struct FTW { struct 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/third_party/musl/ndk_musl_include/ |
D | ftw.h | 24 struct FTW { struct 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/third_party/musl/include/ |
D | ftw.h | 24 struct FTW { struct 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/third_party/musl/src/misc/ |
D | nftw.c | 22 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() argument 29 struct FTW lev; in do_nftw() 107 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw() argument
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | freedreno_dt.c | 76 struct FTW *ftwbuf) in find_freqs_fn() 141 struct FTW *ftwbuf) in find_device_fn()
|
/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()
|
/third_party/iowow/src/platform/unix/ |
D | unix.c | 320 static int _rmfile(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) { in _rmfile()
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 342 struct FTW *ftwbuf EXT2FS_ATTR((unused))) in calc_entry_counts() 1045 struct FTW *ftwbuf EXT2FS_ATTR((unused))) in file_statistic() 1417 struct FTW *ftwbuf EXT2FS_ATTR((unused))) in file_defrag()
|
/third_party/mesa3d/src/util/tests/cache/ |
D | cache_test.c | 112 struct FTW *ftwbuf) in remove_entry()
|
/third_party/node/deps/npm/node_modules/config-chain/ |
D | readme.markdown | 112 // ASYNC FTW!
|
/third_party/nghttp2/doc/sources/ |
D | libnghttp2_asio.rst | 174 <title>HTTP/2 FTW</title><body>
|
D | python-apiref.rst | 355 body=io.BytesIO(b'nghttp2-python FTW'))
|
/third_party/nghttp2/ |
D | README.rst | 1518 body=io.BytesIO(b'nghttp2-python FTW'))
|
/third_party/eudev/hwdb/ |
D | 20-acpi-vendor.hwdb | 2700 acpi:FTW*:
|
D | 20-pci-vendor-model.hwdb | 32316 ID_MODEL_FROM_DATABASE=GK110 [GeForce GTX 780] (GK110B [GeForce GTX 780 Dual FTW w/ ACX Cooler])
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 53670 zzt{@;hr_fB>DWhhaC(Jf>WfR^V9t$CrZ^S4TZ-FTW*YtrOkl2T#|5oZ8&jEHEJS}G
|