Lines Matching defs:time
68 * 1 # time time
87 * 1 # time rule time
93 * 1 $ data event time or state string
171 int lowres; /* low resolution time state */
225 unsigned long u_event; /* state rule event time */
230 unsigned long time; /* modify time */
252 char* runtime; /* run time info */
574 r->time = 0;
598 sfputu(cs->fp, tmxsec(r->time));
604 sfputu(cs->fp, tmxnsec(r->time));
1012 * possible event time modulo the file
1013 * system time precision
1056 sfputu(object.pp, tmxnsec(r->time));
1059 sfputu(object.pp, tmxsec(r->time));
1287 t = x->time;
1294 staterule(RULE, x, NiL, 1)->time = t;
1314 * check prerequisite file time with previous
1349 error(state.exec || state.mam.out ? -1 : 1, "%s: %sfile %s was specified last time", r->name, (n & COMP_GLOBAL) ? "global " : null, s);
1379 * check for explicit file prereqs not specified last time
1389 error(state.exec || state.mam.out ? -1 : 1, "%s: global file %s not specified last time", r->name, p->rule->name);
1398 error(state.exec || state.mam.out ? -1 : 1, "%s: file %s not specified last time", r->name, p->rule->name);
1618 error(1, "%s: low time resolution state file -- subsecond differences ignored", objfile);
1817 r->time = tmxsns(old_rule.time, 0);
1830 r->time = 0;
1832 r->event = r->time;
1863 r->time = tmxsns(ts, tn);
2018 if (o && (r->property & P_statevar) && !o->time)
2019 o->time = r->time;
2043 r->time = CURTIME;
2044 o->time = r->time;
2063 r->time = o->time;
2098 r->time = 0;
2238 * handle low time resolution by making
2239 * sure the current time is at least as
2240 * recent as the state file time, previously
2242 * the file system time precision
2255 error(state.tolerance ? 1 : -1, "%s: state time sync delay %lu.%09lu", objfile, tmxsec(t), tmxnsec(t));
2325 * check for load time actions