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

Lines Matching defs:_GL_CXXALIAS_RPL

125        _GL_CXXALIAS_RPL (foo, ...);
145 _GL_CXXALIAS_RPL (foo, ...);
188 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
192 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
194 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc));
510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps));
536 _GL_CXXALIAS_RPL (mbrtowc, size_t,
564 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
591 _GL_CXXALIAS_RPL (mbsrtowcs, size_t,
625 _GL_CXXALIAS_RPL (mbsnrtowcs, size_t,
657 _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
684 _GL_CXXALIAS_RPL (wcsrtombs, size_t,
718 _GL_CXXALIAS_RPL (wcsnrtombs, size_t,
750 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
1320 _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n));