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

/macosx-10.10.1/ruby-106/ruby/
H A Dtimev.h4 struct vtm { struct
H A Dtime.c854 static void validate_vtm(struct vtm *vtm);
863 static int vtmcmp(struct vtm *a, struct vtm *b);
866 static struct vtm *localtimew(wideval_t timew, struct vtm *result);
991 timegmw_noleapsecond(struct vtm *vtm) argument
1001 year1900 = sub(vtm->year, INT2FIX(1900));
1006 yday = calc_tm_yday(year_mod400, vtm
1059 gmtimew_noleapsecond(wideval_t timew, struct vtm *vtm) argument
1303 struct vtm vtm; local
1335 timegmw(struct vtm *vtm) argument
1612 timelocalw(struct vtm *vtm) argument
1828 struct vtm vtm; member in struct:time_object
2033 vtm_add_offset(struct vtm *vtm, VALUE off) argument
2199 struct vtm vtm; local
2692 validate_vtm(struct vtm *vtm) argument
2706 time_arg(int argc, VALUE *argv, struct vtm *vtm) argument
3139 struct vtm vtm; local
3510 struct vtm vtm; local
3589 struct vtm vtm; local
3613 struct vtm vtm; local
4363 rb_strftime_alloc(char **buf, VALUE formatv, const char *format, rb_encoding *enc, struct vtm *vtm, wideval_t timew, int gmt) argument
4670 struct vtm vtm; local
4782 struct vtm vtm; local
[all...]
H A Dstrftime.c110 static int weeknumber_v(const struct vtm *vtm, int firstweekday);
111 adddecl(static int iso8601wknum_v(const struct vtm *vtm);)
165 rb_strftime_with_timespec(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, VALUE timev, struct timespec *ts, int gmt) argument
196 if (s == NULL || format == NULL || vtm == NULL || maxsize == 0)
240 i = rb_strftime_with_timespec(s, endp - s, (fmt), enc, vtm, timev, ts, gmt); \
300 if (vtm->wday < 0 || vtm
830 rb_strftime(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, VALUE timev, int gmt) argument
836 rb_strftime_timespec(char *s, size_t maxsize, const char *format, rb_encoding *enc, const struct vtm *vtm, struct timespec *ts, int gmt) argument
851 vtm2tm_noyear(const struct vtm *vtm, struct tm *result) argument
986 iso8601wknum_v(const struct vtm *vtm) argument
1018 weeknumber_v(const struct vtm *vtm, int firstweekday) argument
[all...]
H A Dinternal.h54 struct vtm; /* defined by timev.h */
275 const struct vtm *vtm, struct timespec *ts, int gmt);
277 const struct vtm *vtm, VALUE timev, int gmt);

Completed in 144 milliseconds