Lines Matching defs:ps
30 * mbrtoc16(&c16, s, n, ps)
33 * multibyte string s, using multibyte encoding state ps, and
52 * after processing s[0], s[1], ..., s[n - 1] is saved in ps, so
105 mbstate_t *restrict ps)
108 return mbrtoc16_l(pc16, s, n, ps, _current_locale());
113 mbstate_t *restrict ps, locale_t restrict loc)
121 * `If ps is a null pointer, each function uses its own
127 * these functions with a null pointer for ps.'
129 if (ps == NULL)
130 ps = &psbuf;
136 * mbrtoc16(NULL, "", 1, ps)
150 S = (struct mbrtoc16state *)(void *)ps;