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

Lines Matching refs:_GL_CXXALIAS_SYS

137        _GL_CXXALIAS_SYS (foo, ...);
155 _GL_CXXALIAS_SYS (foo, ...);
178 _GL_CXXALIAS_SYS (foo, ...);
254 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
259 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
268 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
275 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
280 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
298 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
632 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
682 _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
699 _GL_CXXALIAS_SYS (freopen, FILE *,
722 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
773 _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence));
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
857 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
892 _GL_CXXALIAS_SYS (fwrite, size_t,
924 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
938 _GL_CXXALIAS_SYS (getchar, int, (void));
969 _GL_CXXALIAS_SYS (getdelim, ssize_t,
1005 _GL_CXXALIAS_SYS (getline, ssize_t,
1052 _GL_CXXALIAS_SYS (obstack_printf, int,
1073 _GL_CXXALIAS_SYS (obstack_vprintf, int,
1083 _GL_CXXALIAS_SYS (pclose, int, (FILE *stream));
1104 _GL_CXXALIAS_SYS (perror, void, (const char *string));
1128 _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode));
1175 _GL_CXXALIAS_SYS (printf, int, (const char *format, ...));
1198 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
1212 _GL_CXXALIAS_SYS (putchar, int, (int c));
1226 _GL_CXXALIAS_SYS (puts, int, (const char *string));
1240 _GL_CXXALIAS_SYS (remove, int, (const char *name));
1262 _GL_CXXALIAS_SYS (rename, int,
1290 _GL_CXXALIAS_SYS (renameat, int,
1328 _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...));
1351 _GL_CXXALIAS_SYS (snprintf, int,
1382 _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1434 _GL_CXXALIAS_SYS (asprintf, int,
1455 _GL_CXXALIAS_SYS (vasprintf, int,
1539 _GL_CXXALIAS_SYS (vfscanf, int,
1591 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1614 _GL_CXXALIAS_SYS (vsnprintf, int,