/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | system.h | 76 # define putc(C, Stream) putc_unlocked (C, Stream) argument 84 # define getc(Stream) getc_unlocked (Stream) argument 92 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument 101 # define clearerr(Stream) clearerr_unlocked (Stream) argument 108 # define feof(Stream) feof_unlocked (Stream) argument 115 # define fileno(Stream) fileno_unlocked (Stream) argument 122 # define fflush(Stream) fflush_unlocked (Stream) argument 129 # define fgetc(Stream) fgetc_unlocked (Stream) argument 136 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 143 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | system.h | 75 # define putc(C, Stream) putc_unlocked (C, Stream) argument 83 # define getc(Stream) getc_unlocked (Stream) argument 91 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument 100 # define clearerr(Stream) clearerr_unlocked (Stream) argument 107 # define feof(Stream) feof_unlocked (Stream) argument 114 # define fileno(Stream) fileno_unlocked (Stream) argument 121 # define fflush(Stream) fflush_unlocked (Stream) argument 128 # define fgetc(Stream) fgetc_unlocked (Stream) argument 135 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 142 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | system.h | 79 # define putc(C, Stream) putc_unlocked (C, Stream) argument 87 # define getc(Stream) getc_unlocked (Stream) argument 95 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument 104 # define clearerr(Stream) clearerr_unlocked (Stream) argument 111 # define feof(Stream) feof_unlocked (Stream) argument 118 # define fileno(Stream) fileno_unlocked (Stream) argument 125 # define fflush(Stream) fflush_unlocked (Stream) argument 132 # define fgetc(Stream) fgetc_unlocked (Stream) argument 139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 146 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | system.h | 83 # define putc(C, Stream) putc_unlocked (C, Stream) argument 91 # define getc(Stream) getc_unlocked (Stream) argument 99 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument 108 # define clearerr(Stream) clearerr_unlocked (Stream) argument 115 # define feof(Stream) feof_unlocked (Stream) argument 122 # define fileno(Stream) fileno_unlocked (Stream) argument 129 # define fflush(Stream) fflush_unlocked (Stream) argument 136 # define fgetc(Stream) fgetc_unlocked (Stream) argument 143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 150 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument [all …]
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7_private.h | 80 IByteIn *Stream; member 91 IByteOut *Stream; member
|
H A D | archive_ppmd8_private.h | 74 } Stream; member
|
/dflybsd-src/lib/libc/isc/ |
H A D | eventlib_p.h | 170 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|