Home
last modified time | relevance | path

Searched refs:D_CREATE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/filesync/
H A Ddatabase.h154 #define D_CREATE 0x01 /* file has been created */ macro
180 #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)
H A Ddebug.c125 D_CREATE, "create",
H A Danal.c483 mask |= D_CREATE; in check_changes()