Lines Matching refs:fmts
280 Fmt_t* fmts; in b_date() local
298 fmts = &fmt; in b_date()
338 f->next = fmts; in b_date()
340 fmts = f; in b_date()
389 ts = convert(fmts, s, now); in b_date()
390 te = convert(fmts, t, now); in b_date()
454 now = convert(fmts, s, now); in b_date()
465 now = convert(fmts, s, now); in b_date()
479 while (fmts != &fmt) in b_date()
481 f = fmts; in b_date()
482 fmts = fmts->next; in b_date()