Searched refs:cr (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tzcode/ |
D | strptime.c | 106 struct century_relyear cr; in strptime() local 107 cr.century = TM_YEAR_BASE; in strptime() 108 cr.relyear = -1; in strptime() 109 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr)); in strptime() 113 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime() argument 165 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) in _strptime() 171 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) in _strptime() 177 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, cr))) in _strptime() 183 if (!(bp = _strptime(bp, "%H:%M", tm, cr))) in _strptime() 189 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr))) in _strptime() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | if_xdp.h | 41 struct xdp_ring_offset cr; member
|