Lines Matching defs:time_ptr
1425 char *time_ptr;
1466 time_ptr = TimeString(w, &tm);
1467 len = strlen(time_ptr);
1468 if (len && time_ptr[len - 1] == '\n')
1469 time_ptr[--len] = '\0';
1472 (w->clock.prev_time_string[i] == time_ptr[i])); i++);
1486 RenderTextBounds(w, time_ptr, i, len, &new_tail, NULL, NULL);
1490 RenderTextBounds(w, time_ptr, 0, i, &head, NULL, NULL);
1495 RenderTextBounds(w, time_ptr, i, len, &new_tail, &x, &y);
1503 x, y, (FcChar8 *) time_ptr + i, len - i);
1507 else if ((utf8_str = clock_to_utf8(time_ptr + i, len - i)) != NULL) {
1521 x, y, (FcChar8 *) time_ptr + i, len - i);
1536 time_ptr, i) : 0)),
1538 fse->max_logical_extent.height, time_ptr + i,
1543 clear_from = XmbTextEscapement(w->clock.fontSet, time_ptr,
1552 XTextWidth(w->clock.font, time_ptr, i)),
1554 time_ptr + i, len - i);
1558 clear_from = XTextWidth(w->clock.font, time_ptr, len)
1566 strlcpy(w->clock.prev_time_string + i, time_ptr + i,
1569 strncpy(w->clock.prev_time_string + i, time_ptr + i,