Searched refs:isc_tm_strptime (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dtm.h36 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dtm.h37 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtm.c140 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm) { function
200 if (!(bp = isc_tm_strptime(bp, "%x %X", tm))) {
207 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm))) {
214 if (!(bp = isc_tm_strptime(bp, "%H:%M", tm))) {
221 if (!(bp = isc_tm_strptime(bp, "%I:%M:%S %p", tm))) {
228 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) {
235 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) {
242 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm))) {
H A Dtime.c420 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtm.c140 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm) { function
200 if (!(bp = isc_tm_strptime(bp, "%x %X", tm))) {
207 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm))) {
214 if (!(bp = isc_tm_strptime(bp, "%H:%M", tm))) {
221 if (!(bp = isc_tm_strptime(bp, "%I:%M:%S %p", tm))) {
228 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) {
235 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) {
242 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm))) {
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.c344 endp = isc_tm_strptime(str, "%a %b %d %H:%M:%S %Y", &tm);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dtime.c410 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm);

Completed in 235 milliseconds