Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/Porting/
H A Dtimecheck2.c17 void check_date_max( struct tm * (*date_func)(const time_t *), char *func_name ) { in check_date_max() function
108 check_date_max(gmtime, "gmtime"); in main()
109 check_date_max(localtime, "localtime"); in main()