Searched refs:static_result (Results 1 – 1 of 1) sorted by relevance
428 const struct tm *static_result = localtime(clock); in fake_localtime_r() local432 if( static_result == NULL ) { in fake_localtime_r()437 memcpy(result, static_result, sizeof(*result)); in fake_localtime_r()446 const struct tm *static_result = gmtime(clock); in fake_gmtime_r() local450 if( static_result == NULL ) { in fake_gmtime_r()455 memcpy(result, static_result, sizeof(*result)); in fake_gmtime_r()