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

/barrelfish-master/lib/libc/stdtime/
H A Dstrptime.c95 int Ealternative, Oalternative; local
119 Oalternative = 0;
170 if (Ealternative || Oalternative)
176 if (Ealternative || Oalternative)
178 Oalternative++;
431 if (Oalternative) {
448 * wasn't found and Oalternative was not requested.
450 if (i == asizeof(tptr->month) && !Oalternative) {
H A Dstrftime.c133 int Ealternative, Oalternative, PadIndex; local
139 Oalternative = 0;
161 "?" : (Oalternative ? tptr->alt_month :
203 if (Ealternative || Oalternative)
220 if (Ealternative || Oalternative)
222 Oalternative++;

Completed in 32 milliseconds