Searched defs:dft (Results 1 – 4 of 4) sorted by relevance
42 #define CHK(val, dft) (val <= 0 ? dft : val) argument
106 uint64_t dft; /* data fault type */ member
301 const char *dft) { in setpath()
10235 static void testScope(scope ref DosFileTime dft) @safe in testScope()