Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c119 struct century_relyear cr; in strptime() local
120 cr.century = TM_YEAR_BASE; in strptime()
121 cr.relyear = -1; in strptime()
122 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr)); in strptime()
126 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime() argument
179 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) in _strptime()
185 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) in _strptime()
191 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, cr))) in _strptime()
197 if (!(bp = _strptime(bp, "%H:%M", tm, cr))) in _strptime()
203 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr))) in _strptime()
[all …]
/bionic/libc/kernel/uapi/linux/
Dif_xdp.h45 struct xdp_ring_offset cr; member