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