HomeSort by: relevance | last modified time | path
    Searched defs:tm_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
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)
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)

Completed in 27 milliseconds