Lines Matching defs:err0
54 int err0;
58 err0 = _citrus_ctype_mbrlen(_ps_to_ctype(ps, loc), s, n,
60 if (err0)
61 errno = err0;
76 int err0;
88 err0 = _citrus_ctype_mbsinit(rl->rl_citrus_ctype,
90 if (err0)
91 errno = err0;
106 int err0;
110 err0 = _citrus_ctype_mbrtowc(_ps_to_ctype(ps, loc), pwc, s, n,
112 if (err0)
113 errno = err0;
129 int err0;
133 err0 = _citrus_ctype_mbsrtowcs(_ps_to_ctype(ps, loc), pwcs, s, n,
135 if (err0)
136 errno = err0;
152 int err0;
156 err0 = _citrus_ctype_mbsnrtowcs(_ps_to_ctype(ps, loc), pwcs, s, in, n,
158 if (err0)
159 errno = err0;
174 int err0;
178 err0 = _citrus_ctype_wcrtomb(_ps_to_ctype(ps, loc), s, wc,
180 if (err0)
181 errno = err0;
197 int err0;
201 err0 = _citrus_ctype_wcsrtombs(_ps_to_ctype(ps, loc), s, ppwcs, n,
203 if (err0)
204 errno = err0;
219 int err0;
221 err0 = _citrus_ctype_btowc(_CITRUS_CTYPE(loc), c, &ret);
222 if (err0)
223 errno = err0;
238 int err0;
240 err0 = _citrus_ctype_wctob(_CITRUS_CTYPE(loc), wc, &ret);
241 if (err0)
242 errno = err0;