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

Lines Matching defs:_GL_CXXALIAS_RPL

148        _GL_CXXALIAS_RPL (foo, ...);
168 _GL_CXXALIAS_RPL (foo, ...);
211 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
215 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
217 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
511 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name));
604 _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
814 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
837 _GL_CXXALIAS_RPL (putenv, int, (char *string));
922 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
948 _GL_CXXALIAS_RPL (srandom_r, int,
978 _GL_CXXALIAS_RPL (initstate_r, int,
1010 _GL_CXXALIAS_RPL (setstate_r, int,
1039 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
1058 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
1102 _GL_CXXALIAS_RPL (setenv, int,
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1249 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));