Lines Matching defs:formatted_len
1067 ptrdiff_t formatted_len;
1075 formatted_len = strftime(b, s, f_prefix_copy, tm);
1078 if (formatted_len == 0)
1080 formatted_len--;
1081 b += formatted_len, s -= formatted_len;
1086 formatted_len = format_quoted_string(b, s, zone_name);
1089 formatted_len = format_local_time(b, s, tm);
1114 formatted_len
1121 if (s <= formatted_len)
1123 b += formatted_len, s -= formatted_len;