OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_ctloc
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/tzcode/
strptime.c
81
#define
_ctloc
(x) (_DefaultTimeLocale.x)
macro
163
if (!(bp = _strptime(bp,
_ctloc
(d_t_fmt), tm, cr)))
193
if (!(bp = _strptime(bp,
_ctloc
(t_fmt), tm, cr)))
199
if (!(bp = _strptime(bp,
_ctloc
(d_fmt), tm, cr)))
211
len = strlen(
_ctloc
(day[i]));
212
if (strncasecmp(
_ctloc
(day[i]), (const char*)bp, len) == 0)
216
len = strlen(
_ctloc
(abday[i]));
217
if (strncasecmp(
_ctloc
(abday[i]), (const char*)bp, len) == 0)
235
len = strlen(
_ctloc
(mon[i]));
236
if (strncasecmp(
_ctloc
(mon[i]), (const char*)bp, len) == 0
[
all
...]
Completed in 39 milliseconds