Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c31 static char const ASCTIME_FMT[] = "%s %s%3d %.2d:%.2d:%.2d %-4s\n"; variable
99 ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B), in asctime_r()