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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Clock.c300 char *time_ptr; local
330 time_ptr = asctime(&tm);
331 len = strlen (time_ptr);
332 if (time_ptr[len - 1] == '\n') time_ptr[--len] = '\0';
335 (w->clock.prev_time_string[i] == time_ptr[i])); i++);
336 strcpy (w->clock.prev_time_string+i, time_ptr+i);
340 XTextWidth (w->clock.font, time_ptr, i)),
342 time_ptr + i, len - i);
346 clear_from = XTextWidth (w->clock.font, time_ptr, le
[all...]

Completed in 16 milliseconds