110: {
111: return(_strptime(buf, fmt, tm, 1));
112: }
178: _LEGAL_ALT(_ALT_E);
179: if (!(bp = (unsigned char*)_strptime((char*)bp, _ctloc(d_t_fmt), tm, 0)))
180: return (NULL);
184: _LEGAL_ALT(0);
185: if (!(bp = (unsigned char*)_strptime((char*)bp, "%m/%d/%y", tm, 0)))
186: return (NULL);
190: _LEGAL_ALT(0);
191: if (!(bp =(unsigned char*) _strptime((char*)bp, "%Y-%m-%d", tm, 0)))
192: return (NULL);
196: _LEGAL_ALT(0);
197: if (!(bp = (unsigned char*)_strptime((char*)bp, "%H:%M", tm, 0)))
198: return (NULL);
202: _LEGAL_ALT(0);
203: if (!(bp =(unsigned char*) _strptime((char*)bp, "%I:%M:%S %p", tm, 0)))
204: return (NULL);
208: _LEGAL_ALT(0);
209: if (!(bp = (unsigned char*)_strptime((char*)bp, "%H:%M:%S", tm, 0)))
210: return (NULL);
214: _LEGAL_ALT(_ALT_E);
215: if (!(bp = (unsigned char*)_strptime((char*)bp, _ctloc(t_fmt), tm, 0)))
216: return (NULL);
220: _LEGAL_ALT(_ALT_E);
221: if (!(bp = (unsigned char*)_strptime((char*)bp, _ctloc(d_fmt), tm, 0)))
222: return (NULL);