Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h188 # define TZ_TYPE TZ_NAME /* use tzname[] vector */ macro
268 # define TZ_TYPE TZ_TZNAME /* use tzname[] vector */ macro
408 # ifndef TZ_TYPE
409 # define TZ_TYPE TZ_TZNAME macro
482 # define TZ_TYPE TZ_TM_ZONE /* use tm->tm_zone */ macro
613 # ifndef TZ_TYPE
614 # define TZ_TYPE TZ_TZNAME /* use tzname[] vector */ macro
628 # ifndef TZ_TYPE
629 # define TZ_TYPE TZ_TZNAME /* use tzname[] vector */ macro
918 # define TZ_TYPE TZ_TMNAME /* use tmname variable */ macro
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c150 #if TZ_TYPE == TZ_TM_NAME
153 #if TZ_TYPE == TZ_TM_ZONE
156 #if TZ_TYPE == TZ_TZNAME
168 #if TZ_TYPE == TZ_TIMEZONE