Searched refs:wcs (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dwchar.in.h821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)
885 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
900 _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)
903 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, cons
[all...]
H A Dregex_internal.c143 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
146 pstr->wcs = new_wcs;
258 pstr->wcs[byte_idx++] = wc;
261 pstr->wcs[byte_idx++] = WEOF;
303 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
332 pstr->wcs[byte_idx++] = wcu;
335 pstr->wcs[byte_idx++] = WEOF;
345 pstr->wcs[byte_idx++] = (wchar_t) ch;
417 pstr->wcs[byte_idx] = wcu;
423 pstr->wcs[byte_id
[all...]
H A Dregex_internal.h398 wint_t *wcs; member in struct:re_string_t
472 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
474 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
475 || (pstr)->wcs[(idx) + 1] != WEOF))
850 if (pstr->wcs[idx + byte_idx] != WEOF)
861 return (wint_t) pstr->wcs[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dwchar.in.h821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)
885 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
900 _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)
903 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, cons
[all...]
H A Dregex_internal.c143 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
146 pstr->wcs = new_wcs;
258 pstr->wcs[byte_idx++] = wc;
261 pstr->wcs[byte_idx++] = WEOF;
303 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
332 pstr->wcs[byte_idx++] = wcu;
335 pstr->wcs[byte_idx++] = WEOF;
345 pstr->wcs[byte_idx++] = (wchar_t) ch;
417 pstr->wcs[byte_idx] = wcu;
423 pstr->wcs[byte_id
[all...]
H A Dregex_internal.h398 wint_t *wcs; member in struct:re_string_t
472 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
474 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
475 || (pstr)->wcs[(idx) + 1] != WEOF))
850 if (pstr->wcs[idx + byte_idx] != WEOF)
861 return (wint_t) pstr->wcs[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dwchar.in.h821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)
885 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
900 _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)
903 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, cons
[all...]
H A Dregex_internal.c143 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
146 pstr->wcs = new_wcs;
258 pstr->wcs[byte_idx++] = wc;
261 pstr->wcs[byte_idx++] = WEOF;
303 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
332 pstr->wcs[byte_idx++] = wcu;
335 pstr->wcs[byte_idx++] = WEOF;
345 pstr->wcs[byte_idx++] = (wchar_t) ch;
417 pstr->wcs[byte_idx] = wcu;
423 pstr->wcs[byte_id
[all...]
H A Dregex_internal.h398 wint_t *wcs; member in struct:re_string_t
472 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
474 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
475 || (pstr)->wcs[(idx) + 1] != WEOF))
850 if (pstr->wcs[idx + byte_idx] != WEOF)
861 return (wint_t) pstr->wcs[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c3497 char* w2m(const wchar_t* wcs)
3501 len =wcstombs(NULL,wcs,0);
3506 len =wcstombs(buf,wcs,len+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c3497 char* w2m(const wchar_t* wcs)
3501 len =wcstombs(NULL,wcs,0);
3506 len =wcstombs(buf,wcs,len+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c3497 char* w2m(const wchar_t* wcs)
3501 len =wcstombs(NULL,wcs,0);
3506 len =wcstombs(buf,wcs,len+1);

Completed in 172 milliseconds