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

Lines Matching defs:_GL_FUNCDECL_RPL

95 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
124 _GL_FUNCDECL_RPL (foo, ...);
144 _GL_FUNCDECL_RPL (foo, ...);
166 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
170 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
173 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
534 _GL_FUNCDECL_RPL (mbrtowc, size_t,
563 _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
588 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
621 _GL_FUNCDECL_RPL (mbsnrtowcs, size_t,
656 _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
681 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
714 _GL_FUNCDECL_RPL (wcsnrtombs, size_t,
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
1318 _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n)