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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c89 static int _tz_match(const char *, const char *);
843 if (_tz_match(_GMT_EXPR, timezone) == 0) {
850 if (_tz_match(_POSIX_EXPR, timezone) == 0) {
858 if (_tz_match(_POSIX_EXPR, timezone) == 0) {
916 _tz_match(const char *expr, const char *string) function

Completed in 58 milliseconds