Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:_GL_CXXALIAS_SYS

109        _GL_CXXALIAS_SYS (foo, ...);
127 _GL_CXXALIAS_SYS (foo, ...);
150 _GL_CXXALIAS_SYS (foo, ...);
226 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
231 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
240 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
247 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
252 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
270 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
490 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc));
515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
543 _GL_CXXALIAS_SYS (mbrtowc, size_t,
569 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
600 _GL_CXXALIAS_SYS (mbsrtowcs, size_t,
635 _GL_CXXALIAS_SYS (mbsnrtowcs, size_t,
662 _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
693 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
728 _GL_CXXALIAS_SYS (wcsnrtombs, size_t,
756 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
806 _GL_CXXALIAS_SYS (wmemcmp, int,
824 _GL_CXXALIAS_SYS (wmemcpy, wchar_t *,
843 _GL_CXXALIAS_SYS (wmemmove, wchar_t *,
860 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
876 _GL_CXXALIAS_SYS (wcslen, size_t, (const wchar_t *s));
893 _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen));
909 _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
925 _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
961 _GL_CXXALIAS_SYS (wcpncpy, wchar_t *,
978 _GL_CXXALIAS_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src));
995 _GL_CXXALIAS_SYS (wcsncat, wchar_t *,
1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1031 _GL_CXXALIAS_SYS (wcsncmp, int,
1049 _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2));
1067 _GL_CXXALIAS_SYS (wcsncasecmp, int,
1085 _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
1103 _GL_CXXALIAS_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n));
1119 _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s));
1197 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
1215 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept));
1298 _GL_CXXALIAS_SYS (wcstok, wchar_t *,
1326 _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n));