__strptime
buf = __strptime(buf, tptr->c_fmt, tm, flagsp, loc);
buf = __strptime(buf, "%m/%d/%y", tm, flagsp, loc);
buf = __strptime(buf, "%Y-%m-%d", tm, flagsp, loc);
buf = __strptime(buf, "%H:%M", tm, flagsp, loc);
buf = __strptime(buf, tptr->ampm_fmt, tm, flagsp, loc);
buf = __strptime(buf, "%H:%M:%S", tm, flagsp, loc);
buf = __strptime(buf, tptr->X_fmt, tm, flagsp, loc);
buf = __strptime(buf, tptr->x_fmt, tm, flagsp, loc);
return (__strptime(buf, fmt, tm, &flags, uselocale(NULL)));
return (__strptime(buf, fmt, tm, &flags, uselocale(NULL)));
return (__strptime(buf, fmt, tm, &flags, loc));
buf = __strptime(buf, tptr->date_fmt, tm, flagsp, loc);