Searched refs:cmtime (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A Dmake.c57 * of the cmtime field of the parent, filling
61 * Make_TimeStamp Function to set the parent's cmtime field
103 * Set the cmtime field of a parent node based on the mtime stamp in its
110 * The cmtime of the parent node will be changed if the mtime
117 if (cgn->mtime > pgn->cmtime) {
118 pgn->cmtime = cgn->mtime;
137 * The mtime field of the node and the cmtime field of its parents
189 ((gn->cmtime == 0) && (gn->type & OP_DOUBLEDEP));
219 } else if (gn->mtime < gn->cmtime ||
220 (gn->cmtime
[all...]
H A DGNode.h172 int cmtime; /* Modification time of its youngest child */ member in struct:GNode
H A Dtarg.c141 gn->mtime = gn->cmtime = 0;
H A Darch.c1175 * sources (gn->mtime < gn->cmtime).
1204 if (gn->mtime > now || gn->mtime < gn->cmtime) {
1223 return (gn->cmtime > mtime);
H A Dmain.c841 gn->mtime = gn->cmtime = 0;
H A Djob.c3120 * All the children were made ok. Now cmtime contains the
3244 if (gn->cmtime > gn->mtime)
3245 gn->mtime = gn->cmtime;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c335 timestruc_t cmtime; member in struct:zfsctl_root
361 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime);
585 vap->va_ctime = node->cmtime;

Completed in 159 milliseconds