Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_FUNCDECL_RPL

122 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
165 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
184 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
209 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
228 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
242 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
257 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
279 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
283 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
314 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
337 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
351 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
366 _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)
381 _GL_FUNCDECL_RPL (freopen, FILE *,
405 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
457 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
521 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
539 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
574 _GL_FUNCDECL_RPL (fwrite, size_t,
609 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
623 _GL_FUNCDECL_RPL (getchar, int, (void));
643 _GL_FUNCDECL_RPL (getdelim, ssize_t,
682 _GL_FUNCDECL_RPL (getline, ssize_t,
727 _GL_FUNCDECL_RPL (obstack_printf, int,
748 _GL_FUNCDECL_RPL (obstack_vprintf, int,
789 _GL_FUNCDECL_RPL (perror, void, (const char *string));
808 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
855 _GL_FUNCDECL_RPL (printf, int,
883 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
897 _GL_FUNCDECL_RPL (putchar, int, (int c));
911 _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1)));
925 _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1)));
944 _GL_FUNCDECL_RPL (rename, int,
967 _GL_FUNCDECL_RPL (renameat, int,
1010 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1026 _GL_FUNCDECL_RPL (snprintf, int,
1065 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1086 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1109 _GL_FUNCDECL_RPL (asprintf, int,
1130 _GL_FUNCDECL_RPL (vasprintf, int,
1154 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1186 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1190 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1220 _GL_FUNCDECL_RPL (vfscanf, int,
1241 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1245 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1274 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1289 _GL_FUNCDECL_RPL (vsnprintf, int,
1319 _GL_FUNCDECL_RPL (vsprintf, int,