Searched refs:rawtime (Results 1 – 2 of 2) sorted by relevance
144 time_t rawtime = unixtime; in TimeToHumanString() local146 struct tm* timeinfo = localtime_r(&rawtime, &tInfo); in TimeToHumanString()
1742 int rawtime = 0; in DoDumpCommand() local1751 rawtime = it_ttl->ttl_timestamp(); in DoDumpCommand()1752 if (rawtime < ttl_start || rawtime >= ttl_end) { in DoDumpCommand()1761 rawtime, num_buckets); in DoDumpCommand()1791 fprintf(stdout, "%s ", TimeToHumanString(rawtime).c_str()); in DoDumpCommand()2578 int rawtime = it_ttl->ttl_timestamp(); in DoCommand() local2579 if (rawtime < ttl_start || rawtime >= ttl_end) { in DoCommand()2583 fprintf(stdout, "%s ", TimeToHumanString(rawtime).c_str()); in DoCommand()