Searched refs:d_type (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h90 DIR_TYPE d_type; member in struct:dirent
H A Dfccompat.c355 dir->d_ent.d_type = DT_DIR;
357 dir->d_ent.d_type = DT_REG;
359 dir->d_ent.d_type = DT_UNKNOWN;
H A Dfcstat.c162 /* dirent.d_type can be relied upon on FAT filesystem */
166 return entry->d_type != DT_DIR;
287 dtype = files[n]->d_type;
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.c82 if ((drm_entry->d_type == DT_DIR ||
83 drm_entry->d_type == DT_LNK) &&
181 if ((metric_entry->d_type != DT_DIR &&
182 metric_entry->d_type != DT_LNK) ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_idiv_const.c139 nir_alu_type d_type = nir_op_infos[alu->op].input_types[1]; local in function:nir_opt_idiv_const_instr
140 if (nir_alu_type_get_base_type(d_type) == nir_type_uint) {
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-migration.c106 if (e->d_type == DT_DIR)
H A Dtest-bz106632.c124 if (e->d_type == DT_DIR)
H A Dtest-d1f48f11.c140 if (e->d_type == DT_DIR)
H A Dtest-issue107.c139 if (e->d_type == DT_DIR)
H A Dtest-issue110.c139 if (e->d_type == DT_DIR)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_idiv_const.c173 nir_alu_type d_type = nir_op_infos[alu->op].input_types[1]; local in function:nir_opt_idiv_const_instr
174 if (nir_alu_type_get_base_type(d_type) == nir_type_uint) {
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c899 if (entry->d_type != DT_UNKNOWN) {
900 if (entry->d_type == DT_LNK)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.c945 #ifndef DT_REG /* systems without d_type in dirent results */
952 if (ent->d_type != DT_REG && ent->d_type != DT_LNK)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.c994 #ifndef DT_REG /* systems without d_type in dirent results */
1001 if (ent->d_type != DT_REG && ent->d_type != DT_LNK)
H A Ddisk_cache_os.c170 if (dir_ent->d_type == DT_REG) { /* If the entry is a regular file */
/xsrc/external/mit/libpciaccess/dist/src/
H A Dhurd_pci.c513 if (entry->d_type == DT_DIR) {
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf.c60 return entry->d_type == DT_DIR || entry->d_type == DT_LNK;
/xsrc/external/mit/fontconfig/dist/
H A Dconfig.h.in199 /* Define to 1 if `d_type' is a member of `struct dirent'. */
H A Dconfigure.ac211 AC_CHECK_MEMBERS([struct dirent.d_type],,,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst224 - intel/perf: adapt to platforms like Solaris without d_type in struct

Completed in 31 milliseconds