Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/filesync/
H A Ddatabase.h156 #define D_MTIME 0x04 /* file has been modified */ 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.c127 D_MTIME, "modtime",
H A Drecon.c170 fp->f_srcdiffs &= D_MTIME | D_SIZE; in reconcile()
173 fp->f_dstdiffs &= D_MTIME | D_SIZE; in reconcile()
H A Danal.c503 mask |= D_MTIME; in check_changes()