HomeSort by: relevance | last modified time | path
    Searched refs:formatted_len (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zdump.c 1067 ptrdiff_t formatted_len; local in function:istrftime
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)
    [all...]
zdump.c 1067 ptrdiff_t formatted_len; local in function:istrftime
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)
    [all...]

Completed in 24 milliseconds