Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c172 # define TRACE1(format, var1) (fprintf(stderr, format, var1)) macro
177 # define TRACE1(format, var1) ((void)0) macro
186 TRACE1("# is_exception_century: %s\n", is_exception ? "yes" : "no"); in is_exception_century()
657 TRACE1("Using system localtime for %lld\n", *time); in localtime64_r()
668 TRACE1("gmtime64_r returned null for %lld\n", *time); in localtime64_r()
678 TRACE1("Mapping tm_year %lld to safe_year\n", (Year)gm_tm.tm_year); in localtime64_r()
684 TRACE1("localtime_r(%d) returned NULL\n", (int)safe_time); in localtime64_r()