tmx              6536 ext/date/date_core.c     len = date_strftime(*buf, SMALLBUF, format, tmx);
tmx              6541 ext/date/date_core.c 	len = date_strftime(*buf, size, format, tmx);
tmx              6628 ext/date/date_core.c     tmx->dat = (void *)dat;
tmx              6629 ext/date/date_core.c     tmx->funcs = &tmx_funcs;
tmx              6641 ext/date/date_core.c     struct tmx tmx;
tmx              6657 ext/date/date_core.c     (*func)(self, &tmx);
tmx              6664 ext/date/date_core.c 	    len = date_strftime_alloc(&buf, p, &tmx);
tmx              6679 ext/date/date_core.c 	len = date_strftime_alloc(&buf, fmt, &tmx);
tmx              6876 ext/date/date_core.c     struct tmx tmx;
tmx              6880 ext/date/date_core.c     (*func)(self, &tmx);
tmx              6881 ext/date/date_core.c     len = date_strftime_alloc(&buf, fmt, &tmx);
tmx                79 ext/date/date_strftime.c     if (s == NULL || format == NULL || tmx == NULL || maxsize == 0)
tmx               119 ext/date/date_strftime.c 	    i = date_strftime_with_tmx(s, endp - s, (fmt), tmx);	\
tmx               631 ext/date/date_strftime.c     return date_strftime_with_tmx(s, maxsize, format, tmx);
tmx                29 ext/date/date_tmx.h #define tmx_attr(x) (tmx->funcs->x)(tmx->dat)