Lines Matching refs:time_ptr
300 char *time_ptr;
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, len)