Searched refs:_tz_match (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c87 static int _tz_match(const char *, const char *);
841 if (_tz_match(_GMT_EXPR, timezone) == 0) {
848 if (_tz_match(_POSIX_EXPR, timezone) == 0) {
856 if (_tz_match(_POSIX_EXPR, timezone) == 0) {
914 _tz_match(const char *expr, const char *string) function

Completed in 22 milliseconds