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

/macosx-10.10/ruby-106/ruby/
H A Dtime.c864 static const char *find_time_t(struct tm *tptr, int utc_p, time_t *tp);
2827 find_time_t(struct tm *tptr, int utc_p, time_t *tp) argument
2837 #define GUESS(p) (DEBUG_FIND_TIME_NUMGUESS_INC (utc_p ? gmtime_with_leapsecond((p), &result) : LOCALTIME((p), result)))
2846 if (!utc_p && (guess = mktime(&tm0)) != -1) {
3004 if (!utc_p) {
3137 time_utc_or_local(int argc, VALUE *argv, int utc_p, VALUE klass) argument
3143 if (utc_p)
3147 if (utc_p) return time_gmtime(time);

Completed in 86 milliseconds