Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:_GL_FUNCDECL_RPL

123 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
152 _GL_FUNCDECL_RPL (foo, ...);
172 _GL_FUNCDECL_RPL (foo, ...);
194 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
198 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
201 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
569 _GL_FUNCDECL_RPL (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, ...)
626 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
678 _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)
693 _GL_FUNCDECL_RPL (freopen, FILE *,
717 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
769 _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence)
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
851 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
886 _GL_FUNCDECL_RPL (fwrite, size_t,
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
935 _GL_FUNCDECL_RPL (getchar, int, (void));
955 _GL_FUNCDECL_RPL (getdelim, ssize_t,
994 _GL_FUNCDECL_RPL (getline, ssize_t,
1039 _GL_FUNCDECL_RPL (obstack_printf, int,
1060 _GL_FUNCDECL_RPL (obstack_vprintf, int,
1101 _GL_FUNCDECL_RPL (perror, void, (const char *string));
1120 _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode)
1167 _GL_FUNCDECL_RPL (printf, int,
1195 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
1209 _GL_FUNCDECL_RPL (putchar, int, (int c));
1223 _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1)));
1237 _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1)));
1256 _GL_FUNCDECL_RPL (rename, int,
1279 _GL_FUNCDECL_RPL (renameat, int,
1322 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1338 _GL_FUNCDECL_RPL (snprintf, int,
1377 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1421 _GL_FUNCDECL_RPL (asprintf, int,
1442 _GL_FUNCDECL_RPL (vasprintf, int,
1466 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
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)
1532 _GL_FUNCDECL_RPL (vfscanf, int,
1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1586 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1601 _GL_FUNCDECL_RPL (vsnprintf, int,
1631 _GL_FUNCDECL_RPL (vsprintf, int,