Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.tcc2245 int __tmpmon; in do_get_monthname() local
2247 __beg = _M_extract_name(__beg, __end, __tmpmon, __months, 12, in do_get_monthname()
2258 size_t __pos = __traits_type::length(__months[__tmpmon]); in do_get_monthname()
2260 const char_type* __name = __months[__tmpmon]; in do_get_monthname()
2273 __tm->tm_mon = __tmpmon; in do_get_monthname()