Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
D1-1.c21 int total_years; in main() local
69 total_years = (tm_ptr->tm_year + 1900); in main()
70 if (total_years >= 1900) { in main()
71 printf("year %d\n", total_years); in main()
73 printf("year %d\n", total_years); in main()