Home
last modified time | relevance | path

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

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