Home
last modified time | relevance | path

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

/openbsd/lib/libc/include/
H A Dlocaledef.h83 const char *abday[7]; member
/openbsd/lib/libc/locale/
H A Dnl_langinfo.c53 s = _CurrentTimeLocale->abday[item - ABDAY_1]; in nl_langinfo()
/openbsd/lib/libc/time/
H A Dstrptime.c212 len = strlen(_ctloc(abday[i])); in _strptime()
213 if (strncasecmp(_ctloc(abday[i]), bp, len) == 0) in _strptime()