Searched refs:GMT_FMT_ZONE_LEN (Results 1 – 1 of 1) sorted by relevance
64 #define GMT_FMT_ZONE_LEN (11) /* ":Etc/GMT+dd" - maximum 11 chars */ macro766 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()