GMTIME 598 time.c #define GUESS(p) (utc_p ? GMTIME(p, result) : LOCALTIME(p, result)) GMTIME 861 time.c if ((tmp = GMTIME(&t, result)) && GMTIME 1290 time.c tm_tmp = GMTIME(&t, result); GMTIME 1979 time.c u = GMTIME(&t, result); GMTIME 2188 time.c tm = GMTIME(&t, result);