Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.tcc1899 int __tmpmon; in do_get_monthname() local
1900 _M_extract_name(__beg, __end, __tmpmon, __months, 12, __err); in do_get_monthname()
1910 size_t __pos = __traits_type::length(__months[__tmpmon]); in do_get_monthname()
1912 const char_type* __name = __months[__tmpmon]; in do_get_monthname()
1924 __tm->tm_mon = __tmpmon; in do_get_monthname()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc2231 int __tmpmon; in do_get_monthname() local
2233 __beg = _M_extract_name(__beg, __end, __tmpmon, __months, 12, in do_get_monthname()
2244 size_t __pos = __traits_type::length(__months[__tmpmon]); in do_get_monthname()
2246 const char_type* __name = __months[__tmpmon]; in do_get_monthname()
2259 __tm->tm_mon = __tmpmon; in do_get_monthname()