Searched refs:tm (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Clock.c174 struct tm tm; local
177 tm = *localtime(&time_value);
178 str = asctime(&tm);
284 erase_hands (w, (struct tm *) 0);
298 struct tm tm; local
310 tm = *localtime(&time_value);
315 if (w->clock.beeped && (tm.tm_min != 30) &&
316 (tm
[all...]
H A DXaw3_1ClockP.h33 #include <X11/Xos.h> /* Needed for struct tm. */
71 struct tm otm ;

Completed in 556 milliseconds