Searched refs:the_time (Results 1 – 4 of 4) sorted by relevance
20 time_t the_time; in main() local23 (void)time(&the_time); in main()24 tm_ptr = gmtime(&the_time); in main()25 printf("Raw time is %ld \n", the_time); in main()
20 time_t the_time; in main() local22 (void)time(&the_time); in main()24 tm_ptr = gmtime(&the_time); in main()
20 time_t the_time; in main() local24 (void)time(&the_time); in main()25 tm_ptr = localtime(&the_time); in main()
59 static time_t the_time = 975628800; variable99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()