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

/haiku/src/system/libroot/posix/musl/time/
H A Dstrptime.c15 int want_century = 0, century = 0, relyear = 0; local
63 want_century |= 2;
161 want_century |= 1;
167 want_century = 0;
216 if (want_century) {
218 if (want_century & 2) tm->tm_year += century * 100 - 1900;

Completed in 31 milliseconds