Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c64 #define GMT_FMT_ZONE_LEN (11) /* ":Etc/GMT+dd" - maximum 11 chars */ macro
766 if ((cp = malloc(GMT_FMT_ZONE_LEN + 1)) == NULL) { in _conv_gmt_zoneinfo()
770 (void) snprintf(cp, GMT_FMT_ZONE_LEN + 1, GMT_FMT_ZONE, in _conv_gmt_zoneinfo()