Searched refs:l_errno (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h68 int l_errno;
78 if (plocals->l_errno == 0) {
89 plocals->l_errno = EILSEQ;
92 plocals->l_errno = E2BIG;
108 int l_errno; member in struct:wc_to_mb_fallback_locals
118 if (plocals->l_errno == 0) {
121 plocals->l_errno = E2BIG;
165 locals.l_errno = 0;
173 if (locals.l_errno != 0) {
174 errno = locals.l_errno;
293 int l_errno; member in struct:mb_to_wc_fallback_locals
[all...]
H A Dloop_unicode.h164 int l_errno; member in struct:uc_to_mb_fallback_locals
173 if (plocals->l_errno == 0) {
176 plocals->l_errno = E2BIG;
189 int l_errno; member in struct:mb_to_uc_fallback_locals
198 if (plocals->l_errno == 0) {
207 plocals->l_errno = E2BIG;
231 locals.l_errno = 0;
236 if (locals.l_errno != 0) {
237 plocals->l_errno = locals.l_errno;
[all...]

Completed in 37 milliseconds