Lines Matching refs:_GL_CXXALIAS_RPL

153        _GL_CXXALIAS_RPL (foo, ...);
173 _GL_CXXALIAS_RPL (foo, ...);
216 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
220 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
222 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
680 _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
696 _GL_CXXALIAS_RPL (freopen, FILE *,
720 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
771 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
852 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
889 _GL_CXXALIAS_RPL (fwrite, size_t,
936 _GL_CXXALIAS_RPL (getchar, int, (void));
959 _GL_CXXALIAS_RPL (getdelim, ssize_t,
997 _GL_CXXALIAS_RPL (getline, ssize_t,
1043 _GL_CXXALIAS_RPL (obstack_printf, int,
1064 _GL_CXXALIAS_RPL (obstack_vprintf, int,
1102 _GL_CXXALIAS_RPL (perror, void, (const char *string));
1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1171 _GL_CXXALIAS_RPL (printf, int, (const char *format, ...));
1210 _GL_CXXALIAS_RPL (putchar, int, (int c));
1224 _GL_CXXALIAS_RPL (puts, int, (const char *string));
1238 _GL_CXXALIAS_RPL (remove, int, (const char *name));
1259 _GL_CXXALIAS_RPL (rename, int,
1282 _GL_CXXALIAS_RPL (renameat, int,
1325 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1342 _GL_CXXALIAS_RPL (snprintf, int,
1380 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1425 _GL_CXXALIAS_RPL (asprintf, int,
1446 _GL_CXXALIAS_RPL (vasprintf, int,
1469 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1536 _GL_CXXALIAS_RPL (vfscanf, int,
1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1589 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1605 _GL_CXXALIAS_RPL (vsnprintf, int,
1635 _GL_CXXALIAS_RPL (vsprintf, int,