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

/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrptime.c92 int Ealternative, Oalternative; local
113 Oalternative = 0;
160 if (Ealternative || Oalternative)
166 if (Ealternative || Oalternative)
168 Oalternative++;
422 if (Oalternative) {
439 * wasn't found and Oalternative was not requested.
441 if (i == asizeof(tptr->month) && !Oalternative) {
H A Dstrftime.c138 int Ealternative, Oalternative, PadIndex; local
144 Oalternative = 0;
166 "?" : (Oalternative ? tptr->alt_month :
207 if (Ealternative || Oalternative)
224 if (Ealternative || Oalternative)
226 Oalternative++;

Completed in 116 milliseconds