Searched refs:tzp (Results 1 – 1 of 1) sorted by relevance
152 parse_tzname (const char **tzp, int whichrule) in parse_tzname() argument154 const char *start = *tzp; in parse_tzname()162 p = *tzp; in parse_tzname()181 *tzp = p; in parse_tzname()189 parse_offset (const char **tzp, int whichrule) in parse_offset() argument191 const char *tz = *tzp; in parse_offset()201 *tzp = tz; in parse_offset()221 *tzp = tz + consumed; in parse_offset()229 parse_rule (const char **tzp, int whichrule) in parse_rule() argument231 const char *tz = *tzp; in parse_rule()[all …]
Completed in 4 milliseconds