/third_party/node/test/wasi/c/ |
D | readdir.c | 29 assert(entry->d_type == DT_REG); in main() 31 assert(entry->d_type == DT_UNKNOWN); in main() 35 assert(entry->d_type == DT_DIR); in main() 37 assert(entry->d_type == DT_UNKNOWN); in main()
|
/third_party/e2fsprogs/contrib/ |
D | spd_readdir.c | 65 unsigned char d_type; member 223 ds->d_type = d->d_type; in cache_dirstruct() 335 dirstruct->ret_dir.d_type = ds->d_type; in readdir() 358 entry->d_type = ds->d_type; in readdir_r() 381 dirstruct->ret_dir64.d_type = ds->d_type; in readdir64() 405 entry->d_type = ds->d_type; in readdir64_r()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive() 50 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
|
/third_party/python/Include/ |
D | descrobject.h | 43 PyTypeObject *d_type; member 50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
|
D | grammar.h | 51 int d_type; /* Non-terminal this represents */ member
|
/third_party/musl/src/regex/ |
D | glob.c | 137 if (p2 && de->d_type && de->d_type!=DT_DIR && de->d_type!=DT_LNK) in do_glob() 160 int r = do_glob(buf, pos+l, de->d_type, p2 ? p2 : "", flags, errfunc, tail); in do_glob()
|
/third_party/musl/arch/generic/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/python/Objects/ |
D | descrobject.c | 22 Py_XDECREF(descr->d_type); in descr_dealloc() 43 return PyUnicode_FromFormat(format, name, "?", descr->d_type->tp_name); in descr_repr() 82 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_check() 87 descr->d_type->tp_name, in descr_check() 132 cls = descr->d_common.d_type; in classmethod_get() 146 return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type); in method_get() 208 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_setcheck() 213 descr->d_type->tp_name, in descr_setcheck() 368 ((PyMethodDescrObject *)func)->d_common.d_type, in method_vectorcall_FASTCALL_KEYWORDS_METHOD() 584 type_qualname = _PyObject_GetAttrId((PyObject *)descr->d_type, in calculate_qualname() [all …]
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 224 typedef typename TupleT::d_type type; 470 typedef nil_t d_type; typedef 671 typedef C c_type; typedef D d_type; typedef 713 typedef C c_type; typedef D d_type; typedef 760 typedef C c_type; typedef D d_type; typedef 808 typedef C c_type; typedef D d_type; typedef 858 typedef C c_type; typedef D d_type; typedef 909 typedef C c_type; typedef D d_type; typedef 961 typedef C c_type; typedef D d_type; typedef 1014 typedef C c_type; typedef D d_type; typedef [all …]
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 52 unsigned char d_type; member
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 280 file_type_from_dirent (char d_type) in file_type_from_dirent() argument 282 switch (d_type) in file_type_from_dirent() 337 local->entries[i].type = file_type_from_dirent (entry->d_type); in next_file_helper()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 426 if (dent->d_type == DT_DIR) in visit_dir() 428 else if (dent->d_type == DT_LNK) in visit_dir() 430 else if (dent->d_type == DT_UNKNOWN) in visit_dir()
|
/third_party/python/Parser/ |
D | grammar1.c | 15 assert(d->d_type == type); in PyGrammar_FindDFA()
|
/third_party/boost/boost/safe_numerics/concept/ |
D | promotion_policy.hpp | 20 using d_type = typename PP::template division_result<T, U>; typedef
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 271 if (result->d_type == DT_UNKNOWN) // filesystem does not supply d_type value in dir_itr_increment() 277 if (result->d_type == DT_DIR) in dir_itr_increment() 279 else if (result->d_type == DT_REG) in dir_itr_increment() 281 else if (result->d_type == DT_LNK) in dir_itr_increment()
|
/third_party/newfs_msdos/ |
D | mkfs_define.h | 102 uint16_t d_type; /* drive type */ member
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | txt_test_utils.cc | 93 if (entry->d_type != DT_REG) { in RegisterFontsFromPath()
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 143 switch (namelist[i]->d_type) { in lws_dir()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
|
/third_party/wayland_standard/cursor/ |
D | xcursor.c | 887 if (ent->d_type != DT_UNKNOWN && in load_all_cursors_from_dir() 888 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) in load_all_cursors_from_dir()
|
/third_party/node/deps/uvwasi/include/ |
D | wasi_types.h | 286 uvwasi_filetype_t d_type; member
|
/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | yaffsfs.h | 40 YUCHAR d_type; /* type of this record */ member
|
/third_party/toybox/lib/ |
D | dirtree.c | 161 new->st.st_mode = entry->d_type<<12; in dirtree_recurse()
|