Lines Matching defs:ps
30 * mbrtoc8(&c8, 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 mbrtoc8_l(pc8, 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 * mbrtoc8(NULL, "", 1, ps)
150 S = (struct mbrtoc8state *)(void *)ps;