Searched refs:DTTOIF (Results 1 – 4 of 4) sorted by relevance
83 #define DTTOIF(dirtype) ((dirtype) << 12) macro
103 #define DTTOIF(dirtype) ((dirtype) << 12) macro
55 if (dp->d_type != DT_UNKNOWN && DTTOIF(dp->d_type) != type) in devname_nodb()
914 // The DTTOIF macro lets us reuse our status -> type conversion.918 #if defined(DTTOIF)919 return typeForMode(DTTOIF(Entry->d_type));