Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dtimezone.c124 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));
393 static int Parse_TZ(name, sp) in Parse_TZ() function
486 if ((TZstring && TZstring[0] && Parse_TZ(TZstring, &statism) == 0) in tzset()
488 || Parse_TZ(gmt, &statism) == 0) { in tzset()