Searched refs:rawtime (Results 1 – 2 of 2) sorted by relevance
470 time_t rawtime; in AsctimeR() local474 time(&rawtime); in AsctimeR()475 timeinfo = localtime(&rawtime); in AsctimeR()619 time_t rawtime; in Gmtime() local622 time(&rawtime); in Gmtime()624 infoat = gmtime(&rawtime); in Gmtime()
595 time_t rawtime; in Wcsftime_One() local598 time(&rawtime); in Wcsftime_One()599 timeinfo = localtime(&rawtime); in Wcsftime_One()