Lines Matching defs:flagsp
55 struct tm *_RESTRICT_KYWD tm, int *_RESTRICT_KYWD flagsp,
64 if (*flagsp & F_RECURSE)
66 *flagsp |= F_RECURSE;
96 buf = __strptime(buf, tptr->date_fmt, tm, flagsp, loc);
119 buf = __strptime(buf, tptr->c_fmt, tm, flagsp, loc);
125 buf = __strptime(buf, "%m/%d/%y", tm, flagsp, loc);
143 buf = __strptime(buf, "%Y-%m-%d", tm, flagsp, loc);
149 buf = __strptime(buf, "%H:%M", tm, flagsp, loc);
155 buf = __strptime(buf, tptr->ampm_fmt, tm, flagsp, loc);
161 buf = __strptime(buf, "%H:%M:%S", tm, flagsp, loc);
167 buf = __strptime(buf, tptr->X_fmt, tm, flagsp, loc);
173 buf = __strptime(buf, tptr->x_fmt, tm, flagsp, loc);
423 *flagsp |= F_GMT;
465 *flagsp |= F_GMT;
500 *flagsp |= F_GMT;
512 if (buf && (*flagsp & F_GMT)) {