Home
last modified time | relevance | path

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

/wcsmbs/
A Dtst-mbsrtowcs.c30 mbstate_t state; in do_test() local
31 memset (&state, '\0', sizeof (state)); in do_test()
34 size_t n = mbsrtowcs (out, &in, sizeof (out) / sizeof (wchar_t), &state); in do_test()
A Dc32rtomb.c24 static mbstate_t state; variable
30 ps = &state; in c32rtomb()
A Dmbrtoc32.c24 static mbstate_t state; variable
30 ps = &state; in mbrtoc32()
A Dmbsrtowcs.c23 static mbstate_t state; variable
28 return __mbsrtowcs_l (dst, src, len, ps ?: &state, _NL_CURRENT_LOCALE); in __mbsrtowcs()
A Dc16rtomb.c23 static mbstate_t state; variable
31 ps = &state; in c16rtomb()
A Dwcrtomb.c34 static mbstate_t state; variable
50 data.__statep = ps ?: &state; in __wcrtomb()
A Dmbrtowc.c32 static mbstate_t state; variable
50 data.__statep = ps ?: &state; in __mbrtowc()
A Dmbrtoc16.c33 static mbstate_t state; variable
39 ps = &state; in mbrtoc16()
A Dwcsnrtombs.c33 static mbstate_t state; variable
53 data.__statep = ps ?: &state; in __wcsnrtombs()
A Dwcsrtombs.c34 static mbstate_t state; variable
49 data.__statep = ps ?: &state; in __wcsrtombs()
A Dmbsnrtowcs.c34 static mbstate_t state; variable
55 data.__statep = ps ?: &state; in __mbsnrtowcs()
A DMakefile54 tst-wcstod-nan-sign tst-c16-surrogate tst-c32-state \
74 $(objpfx)tst-c32-state.out: $(gen-locales)

Completed in 16 milliseconds