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