Home
last modified time | relevance | path

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

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