Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_FUNCDECL_SYS

150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
176 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
201 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
228 _GL_FUNCDECL_SYS (mbrtowc, size_t,
255 _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
284 _GL_FUNCDECL_SYS (mbsrtowcs, size_t,
318 _GL_FUNCDECL_SYS (mbsnrtowcs, size_t,
348 _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
377 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
411 _GL_FUNCDECL_SYS (wcsnrtombs, size_t,
442 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
459 _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n)
490 _GL_FUNCDECL_SYS (wmemcmp, int,
509 _GL_FUNCDECL_SYS (wmemcpy, wchar_t *,
528 _GL_FUNCDECL_SYS (wmemmove, wchar_t *,
546 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
562 _GL_FUNCDECL_SYS (wcslen, size_t, (const wchar_t *s) _GL_ATTRIBUTE_PURE);
578 _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)
595 _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
611 _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
627 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
646 _GL_FUNCDECL_SYS (wcpncpy, wchar_t *,
664 _GL_FUNCDECL_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src));
680 _GL_FUNCDECL_SYS (wcsncat, wchar_t *,
698 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
715 _GL_FUNCDECL_SYS (wcsncmp, int,
734 _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)
751 _GL_FUNCDECL_SYS (wcsncasecmp, int,
771 _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
789 _GL_FUNCDECL_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n));
805 _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s));
821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
882 _GL_FUNCDECL_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)
917 _GL_FUNCDECL_SYS (wcspbrk, wchar_t *,
950 _GL_FUNCDECL_SYS (wcsstr, wchar_t *,
983 _GL_FUNCDECL_SYS (wcstok, wchar_t *,
1011 _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n)