Home
last modified time | relevance | path

Searched refs:tz_sign (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Dsyslog.c142 errstr[64], tz_sign; in vsyslog1() local
178 tz_sign = '-'; in vsyslog1()
181 tz_sign = '+'; in vsyslog1()
191 tz_sign, tz_offset / 3600, (tz_offset % 3600) / 60); in vsyslog1()
/freebsd/usr.sbin/newsyslog/
H A Dptimes.c507 char tz_sign; in ptimeget_ctime_rfc5424() local
533 tz_sign = '-'; in ptimeget_ctime_rfc5424()
536 tz_sign = '+'; in ptimeget_ctime_rfc5424()
549 tz_sign, tz_hours, tz_mins); in ptimeget_ctime_rfc5424()