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