Searched refs:typeflag (Results 1 – 11 of 11) sorted by relevance
/external/oss-fuzz/projects/mysql-server/targets/ |
D | util_fuzz.cc | 8 static int remove_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) { in remove_cb() argument 28 static int cp_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) { in cp_cb() argument 33 if (FTW_D == typeflag) { in cp_cb()
|
/external/oss-fuzz/projects/gnupg/ |
D | fuzz_verify.c | 74 static int unlink_cb(const char *fpath, const struct stat *sb, int typeflag) in unlink_cb() argument 76 if (typeflag == FTW_F){ in unlink_cb()
|
D | fuzz_import.c | 77 static int unlink_cb(const char *fpath, const struct stat *sb, int typeflag) in unlink_cb() argument 79 if (typeflag == FTW_F){ in unlink_cb()
|
D | fuzz_decrypt.c | 74 static int unlink_cb(const char *fpath, const struct stat *sb, int typeflag) in unlink_cb() argument 76 if (typeflag == FTW_F){ in unlink_cb()
|
D | fuzz_list.c | 74 static int unlink_cb(const char *fpath, const struct stat *sb, int typeflag) in unlink_cb() argument 76 if (typeflag == FTW_F){ in unlink_cb()
|
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/ |
D | untgz.c | 77 char typeflag; /* 156 */ member 457 switch (buffer.header.typeflag) in tar()
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 189 int typeflag, struct FTW *ftwbuf) { in remove_file_or_dir() argument
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 102 int typeflag, in remove_entry() argument
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 183 find_freqs_fn(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) in find_freqs_fn() argument 249 find_device_fn(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) in find_device_fn() argument
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_syslatency.c | 282 const int typeflag, struct FTW *pathinfo) in print_entry() argument
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rpm.c | 959 const int typeflag, in read_entry() argument
|