Searched refs:rawtime (Results 1 – 3 of 3) sorted by relevance
111 volatile int rawtime = 0; in main() local158 rawtime++; in main()316 if (rawtime) in main()
571 time_t rawtime; in be_setup_snapshot_name() local574 time(&rawtime); in be_setup_snapshot_name()576 len += strftime(buf + len, buflen - len, "@%F-%T", localtime(&rawtime)); in be_setup_snapshot_name()
16468 time_t rawtime; in getCurrentTimestamp() local16469 std::time(&rawtime); in getCurrentTimestamp()16474 gmtime_s(&timeInfo, &rawtime); in getCurrentTimestamp()16477 timeInfo = std::gmtime(&rawtime); in getCurrentTimestamp()