Lines Matching refs:_GL_CXXALIAS_RPL

141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
166 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
186 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
210 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
229 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
244 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
259 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
287 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
315 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
338 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
353 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
368 _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
384 _GL_CXXALIAS_RPL (freopen, FILE *,
408 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
459 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
522 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
540 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
577 _GL_CXXALIAS_RPL (fwrite, size_t,
624 _GL_CXXALIAS_RPL (getchar, int, (void));
647 _GL_CXXALIAS_RPL (getdelim, ssize_t,
685 _GL_CXXALIAS_RPL (getline, ssize_t,
731 _GL_CXXALIAS_RPL (obstack_printf, int,
752 _GL_CXXALIAS_RPL (obstack_vprintf, int,
790 _GL_CXXALIAS_RPL (perror, void, (const char *string));
810 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
859 _GL_CXXALIAS_RPL (printf, int, (const char *format, ...));
898 _GL_CXXALIAS_RPL (putchar, int, (int c));
912 _GL_CXXALIAS_RPL (puts, int, (const char *string));
926 _GL_CXXALIAS_RPL (remove, int, (const char *name));
947 _GL_CXXALIAS_RPL (rename, int,
970 _GL_CXXALIAS_RPL (renameat, int,
1013 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1030 _GL_CXXALIAS_RPL (snprintf, int,
1068 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1087 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1113 _GL_CXXALIAS_RPL (asprintf, int,
1134 _GL_CXXALIAS_RPL (vasprintf, int,
1157 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1194 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1224 _GL_CXXALIAS_RPL (vfscanf, int,
1249 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1277 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1293 _GL_CXXALIAS_RPL (vsnprintf, int,
1323 _GL_CXXALIAS_RPL (vsprintf, int,