Lines Matching refs:now
210 settime(void* context, const char* cmd, Time_t now, int adjust, int network)
218 return tmxsettime(now);
226 tmxfmt(buf, sizeof(buf), "%m%d%H" "%M%Y.%S", now);
232 tmxfmt(buf, sizeof(buf), "%Y%m%d%H" "%M.%S", now);
251 convert(register Fmt_t* f, char* s, Time_t now)
258 now = tmxscan(s, &t, f->format, &u, now, 0);
264 return now;
275 Time_t now;
366 now = tmxgettime();
387 t = "now";
389 ts = convert(fmts, s, now);
390 te = convert(fmts, t, now);
424 now = tmxgetatime(&st);
427 now = tmxgetctime(&st);
430 now = tmxgetmtime(&st);
433 tmxfmt(buf, sizeof(buf), format, now);
454 now = convert(fmts, s, now);
462 tmxfmt(buf, sizeof(buf), format, now);
465 now = convert(fmts, s, now);
473 tmxfmt(buf, sizeof(buf), format, now);
476 else if (settime(context, cmd, now, increment, network))