Searched refs:Oalternative (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/stdtime/
H A Dstrptime.c95 int Ealternative, Oalternative; local
119 Oalternative = 0;
170 if (Ealternative || Oalternative)
176 if (Ealternative || Oalternative)
178 Oalternative++;
432 if (Oalternative) {
449 * wasn't found and Oalternative was not requested.
451 if (i == asizeof(tptr->month) && !Oalternative) {
H A Dstrftime.c138 int Ealternative, Oalternative, PadIndex; local
144 Oalternative = 0;
166 "?" : (Oalternative ? tptr->alt_month :
208 if (Ealternative || Oalternative)
225 if (Ealternative || Oalternative)
227 Oalternative++;

Completed in 103 milliseconds