tmp_fmt_s        1388 lib/common/iso8601.c     char nano_s[10], date_s[max+1], nanofmt_s[5] = "%", *tmp_fmt_s;
tmp_fmt_s        1426 lib/common/iso8601.c         tmp_fmt_s = strndup(&format[printed_pos], fmt_pos - printed_pos);
tmp_fmt_s        1431 lib/common/iso8601.c         date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm);
tmp_fmt_s        1436 lib/common/iso8601.c         free(tmp_fmt_s);