tlen               99 lib/timefmt.c          size_t tlen;
tlen              108 lib/timefmt.c              tlen = (size_t) str_term_width1 (buf);
tlen              109 lib/timefmt.c              length = MAX (tlen, length);
tlen              111 lib/timefmt.c              tlen = (size_t) str_term_width1 (buf);
tlen              112 lib/timefmt.c              length = MAX (tlen, length);
tlen              115 lib/timefmt.c          tlen = (size_t) str_term_width1 (_(INVALID_TIME_TEXT));
tlen              116 lib/timefmt.c          length = MAX (tlen, length);