Searched refs:local_tm (Results 1 – 3 of 3) sorted by relevance
58 .local_tm= {89 .local_tm= {120 .local_tm= {151 .local_tm= {182 .local_tm= {213 .local_tm= {244 .local_tm= {275 .local_tm= {306 .local_tm= {337 .local_tm= {[all …]
480 assert(local_tm != NULL); in Perl_localtime64_r()538 S_copy_little_tm_to_big_TM(result, local_tm); in Perl_localtime64_r()542 local_tm->tm_year = orig_year; in Perl_localtime64_r()543 if( local_tm->tm_year != orig_year ) { in Perl_localtime64_r()553 month_diff = local_tm->tm_mon - gm_tm.tm_mon; in Perl_localtime64_r()559 local_tm->tm_year--; in Perl_localtime64_r()566 local_tm->tm_year++; in Perl_localtime64_r()575 if( !IS_LEAP(local_tm->tm_year) && local_tm->tm_yday == 365 ) in Perl_localtime64_r()576 local_tm->tm_yday--; in Perl_localtime64_r()580 assert(S_check_tm(local_tm)); in Perl_localtime64_r()[all …]
305 struct tm local_tm; local318 memcpy (&local_tm, tm_p, sizeof (local_tm));319 cp = asctime (&local_tm); /* copy in the modify time */351 struct tm local_tm; local363 memcpy (&local_tm, tm_p, sizeof (local_tm));364 cp = asctime (&local_tm); /* copy in the modify time */