Home
last modified time | relevance | path

Searched refs:SET_YEAR (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrptime.c53 #define SET_YEAR 4 macro
56 #define SET_YMD (SET_YEAR | SET_MON | SET_MDAY)
211 ymd |= SET_YEAR; in strptime_l()
423 ymd |= SET_YEAR; in strptime_l()
431 ymd |= SET_YEAR; in strptime_l()
475 else if ((ymd & (SET_YEAR | SET_YDAY)) == (SET_YEAR | SET_YDAY)) { in strptime_l()
505 if ((ymd & (SET_YEAR | SET_YDAY | SET_WDAY)) == (SET_YEAR | SET_YDAY)) { in strptime_l()