OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_ctloc
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
strptime.c
45
/* #define
_ctloc
(x) (_CurrentTimeLocale->x) */
126
if (!(bp = _strptime(bp,
_ctloc
(d_t_fmt), tm, 0)))
156
if (!(bp = _strptime(bp,
_ctloc
(t_fmt), tm, 0)))
162
if (!(bp = _strptime(bp,
_ctloc
(d_fmt), tm, 0)))
175
len = strlen(
_ctloc
(day[i]));
176
if (strncasecmp(
_ctloc
(day[i]), bp, len) == 0)
180
len = strlen(
_ctloc
(abday[i]));
181
if (strncasecmp(
_ctloc
(abday[i]), bp, len) == 0)
199
len = strlen(
_ctloc
(mon[i]));
200
if (strncasecmp(
_ctloc
(mon[i]), bp, len) == 0
[
all
...]
/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 4642 milliseconds