Searched refs:D_TYPE (Results 1 – 17 of 17) sorted by relevance
162 #define D_TYPE 0x100 /* file has changed type */ macro180 #define D_CONTENTS (D_SIZE|D_TYPE|D_CREATE|D_MTIME)181 #define D_IMPORTANT (D_SIZE|D_TYPE|D_CREATE|D_MTIME|D_ADMIN)
133 D_TYPE, "type",
485 mask |= D_TYPE; in check_changes()
83 #define D_TYPE(d) ((d)->d_type) macro
74 #define D_TYPE(d) ((d)->d_type) macro
97 #ifdef D_TYPE in gl_dirnext()98 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK) in gl_dirnext()
115 #ifdef D_TYPE527 #ifdef D_TYPE in info()1029 TYPE(f, D_TYPE(d)); in fts_read()
241 (void) strcpy(d_type, dev[D_TYPE]); in rddev()255 getProto(_ProtoDev, dev[D_TYPE]); in rddev()
306 #define D_TYPE 0 macro
261 (void)strcpy(d_type, dev[D_TYPE]);275 getProto( _ProtoDev, dev[D_TYPE] );
411 #define D_TYPE 0 macro
568 if (!EQUALS (flds[F_TYPE] /* "ACU" */, _Dev[D_TYPE]))
349 #define D_TYPE 0 macro
615 03-03-28 include/ast_dir.h: add D_TYPE; { D_FILENO D_TYPE } must be #ifdef'd