Lines Matching refs:FILE

477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
626 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
630 _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
632 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
678 _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)
680 _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
682 _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
693 _GL_FUNCDECL_RPL (freopen, FILE *,
694 (const char *filename, const char *mode, FILE *stream)
696 _GL_CXXALIAS_RPL (freopen, FILE *,
697 (const char *filename, const char *mode, FILE *stream));
699 _GL_CXXALIAS_SYS (freopen, FILE *,
700 (const char *filename, const char *mode, FILE *stream));
717 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
720 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
722 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
769 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
771 _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence));
773 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence));
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
851 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
852 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
855 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
857 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
887 (const void *ptr, size_t s, size_t n, FILE *stream)
890 (const void *ptr, size_t s, size_t n, FILE *stream));
893 (const void *ptr, size_t s, size_t n, FILE *stream));
902 rpl_fwrite (const void *ptr, size_t s, size_t n, FILE *stream) in rpl_fwrite()
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
922 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
924 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
957 FILE *stream)
961 FILE *stream));
966 FILE *stream)
971 FILE *stream));
995 (char **lineptr, size_t *linesize, FILE *stream)
998 (char **lineptr, size_t *linesize, FILE *stream));
1002 (char **lineptr, size_t *linesize, FILE *stream)
1006 (char **lineptr, size_t *linesize, FILE *stream));
1081 _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
1083 _GL_CXXALIAS_SYS (pclose, int, (FILE *stream));
1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
1122 _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode));
1125 _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode)
1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1195 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
1196 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
1198 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1498 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1502 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1512 (FILE *fp, const char *format, va_list args));
1533 (FILE *stream, const char *format, va_list args)
1537 (FILE *stream, const char *format, va_list args));
1540 (FILE *stream, const char *format, va_list args));