zdump.c | 591 bool tm_ok; local in function:main 614 tm_ok = my_localtime_rz(tz, &t, &tm) != NULL; 615 if (tm_ok) { 630 if (tm_ok != newtm_ok 647 tm_ok = newtm_ok; 735 bool tm_ok; local in function:hunt 745 tm_ok = my_localtime_rz(tz, &t, &tm) != NULL; 746 if (lotm_ok == tm_ok 752 if (tm_ok)
|