Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_CXXALIAS_RPL

170 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
189 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name));
282 _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
400 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
466 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
492 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
515 _GL_CXXALIAS_RPL (putenv, int, (char *string));
600 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
626 _GL_CXXALIAS_RPL (srandom_r, int,
656 _GL_CXXALIAS_RPL (initstate_r, int,
688 _GL_CXXALIAS_RPL (setstate_r, int,
717 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
736 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
780 _GL_CXXALIAS_RPL (setenv, int,
810 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
901 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
927 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));