Home
last modified time | relevance | path

Searched refs:DTTOIF (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/sys/
H A Ddirent.h83 #define DTTOIF(dirtype) ((dirtype) << 12) macro
/openbsd-src/sys/ufs/ufs/
H A Ddir.h103 #define DTTOIF(dirtype) ((dirtype) << 12) macro
/openbsd-src/lib/libc/gen/
H A Ddevname.c55 if (dp->d_type != DT_UNKNOWN && DTTOIF(dp->d_type) != type) in devname_nodb()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc914 // The DTTOIF macro lets us reuse our status -> type conversion.
918 #if defined(DTTOIF)
919 return typeForMode(DTTOIF(Entry->d_type));