HomeSort by: relevance | last modified time | path
    Searched defs:offlen (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
zdump.c 1094 int offlen = format_utc_offset(b, s, tm, t); local in function:istrftime
1095 if (! (0 <= offlen && offlen < s))
1098 b += offlen, s -= offlen;
zdump.c 1094 int offlen = format_utc_offset(b, s, tm, t); local in function:istrftime
1095 if (! (0 <= offlen && offlen < s))
1098 b += offlen, s -= offlen;
zdump.c 1094 int offlen = format_utc_offset(b, s, tm, t); local in function:istrftime
1095 if (! (0 <= offlen && offlen < s))
1098 b += offlen, s -= offlen;

Completed in 48 milliseconds