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

/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c165 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) function
240 i = rb_strftime_with_timespec(s, endp - s, (fmt), enc, vtm, timev, ts, gmt); \
832 return rb_strftime_with_timespec(s, maxsize, format, enc, vtm, timev, NULL, gmt);
838 return rb_strftime_with_timespec(s, maxsize, format, enc, vtm, Qnil, ts, gmt);

Completed in 254 milliseconds