Home
last modified time | relevance | path

Searched refs:the_time (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
D1-1.c20 time_t the_time; in main() local
23 (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()
D2-1.c20 time_t the_time; in main() local
22 (void)time(&the_time); in main()
24 tm_ptr = gmtime(&the_time); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D3-1.c20 time_t the_time; in main() local
24 (void)time(&the_time); in main()
25 tm_ptr = localtime(&the_time); in main()
/third_party/openssl/test/
Dtime_offset_test.c59 static time_t the_time = 975628800; variable
99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()