Searched defs:D_TYPE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dast_dir.h74 #define D_TYPE(d) ((d)->d_type) macro
/ast/src/cmd/3d/
H A Dsyscall3d.c41 #ifndef D_TYPE
42 #define D_TYPE(d) (0) macro
593 bprintf(&b, e, " %02d %lu \"%s\"", D_TYPE(dp), D_FILENO(dp), dp->d_name);
646 bprintf(&b, e, " ) = [ %02d %lu \"%s\" ]", D_TYPE(dp), D_FILENO(dp), dp->d_name);
657 bprintf(&b, e, " ) = [ %02d %llu \"%s\" ]", D_TYPE(dp), D_FILENO(dp), dp->d_name);

Completed in 30 milliseconds