Home
last modified time | relevance | path

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

/titanic_44/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 …]
/titanic_44/usr/src/cmd/sendmail/src/
H A Darpadate.c152 #if TZ_TYPE == TZ_TM_NAME
155 #if TZ_TYPE == TZ_TM_ZONE
158 #if TZ_TYPE == TZ_TZNAME
170 #if TZ_TYPE == TZ_TIMEZONE