Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c96 buf = __strptime(buf, tptr->date_fmt, tm, flagsp, loc); in __strptime()
119 buf = __strptime(buf, tptr->c_fmt, tm, flagsp, loc); in __strptime()
125 buf = __strptime(buf, "%m/%d/%y", tm, flagsp, loc); in __strptime()
143 buf = __strptime(buf, "%Y-%m-%d", tm, flagsp, loc); in __strptime()
149 buf = __strptime(buf, "%H:%M", tm, flagsp, loc); in __strptime()
155 buf = __strptime(buf, tptr->ampm_fmt, tm, flagsp, loc); in __strptime()
161 buf = __strptime(buf, "%H:%M:%S", tm, flagsp, loc); in __strptime()
167 buf = __strptime(buf, tptr->X_fmt, tm, flagsp, loc); in __strptime()
173 buf = __strptime(buf, tptr->x_fmt, tm, flagsp, loc); in __strptime()
529 return (__strptime(buf, fmt, tm, &flags, uselocale(NULL))); in strptime()
[all …]