OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_asctime
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
asctime.c
65
static char
buf_asctime
[MAX_ASCTIME_BUF_SIZE];
variable
112
if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf ==
buf_asctime
)
131
return asctime_r(timeptr,
buf_asctime
);
/external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c
71
static char
buf_asctime
[MAX_ASCTIME_BUF_SIZE];
variable
116
if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf ==
buf_asctime
) {
137
return asctime_r(timeptr,
buf_asctime
);
/external/icu/icu4c/source/tools/tzcode/
asctime.c
71
static char
buf_asctime
[MAX_ASCTIME_BUF_SIZE];
variable
116
if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf ==
buf_asctime
) {
137
return asctime_r(timeptr,
buf_asctime
);
Completed in 251 milliseconds