Searched refs:Parse_TZ (Results 1 – 1 of 1) sorted by relevance
124 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));393 static int Parse_TZ(name, sp) in Parse_TZ() function486 if ((TZstring && TZstring[0] && Parse_TZ(TZstring, &statism) == 0) in tzset()488 || Parse_TZ(gmt, &statism) == 0) { in tzset()