Home
last modified time | relevance | path

Searched refs:finput (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1161 static unsigned FIO_passThrough(FILE* foutput, FILE* finput, void* buffer, size_t bufferSize, size_… in FIO_passThrough() argument
1175 readFromInput = fread(buffer, 1, blockSize, finput); in FIO_passThrough()
1231 FILE* finput, in FIO_decompressZstdFrame() argument
1248 ress->srcBufferLoaded += fread(startPosition, 1, toRead, finput); in FIO_decompressZstdFrame()
1286 size_t const readSize = fread(startPosition, 1, toRead, finput); in FIO_decompressZstdFrame()
/freebsd-12.1/contrib/gcc/
H A Dc.opt537 finput-charset=
539 -finput-charset=<cset> Specify the default character set for source files
H A DFSFChangeLog.113510 * c-lex.c (check_newline): Pass finput again to HANDLE_PRAGMA.
4202 UNGETC. Avoid explicit references to finput.
4209 * toplev.c (finput): Remove #if USE_CPPLIB.
4212 At end, call finish_parse instead of fclose(finput).
H A DChangeLog-199813908 * c-lex.c (finput): New global.
13913 (finput): Delete variable. Now in front-ends.
H A DChangeLog-200525276 (-finput-charset): Use a tab to separate the switch name and help
28743 (-finput-charset): Likewise.
H A DChangeLog-200443905 * c-opts.c (c_common_handle_option): Add -finput-charset.
43920 * doc/cppopts.texi: Document -finput-charset.
/freebsd-12.1/contrib/gcc/doc/
H A Dcppopts.texi578 @item -finput-charset=@var{charset}
579 @opindex finput-charset
H A Dcpp.texi254 @option{-finput-charset=} option.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1165 def finput_charset_EQ : Joined<["-"], "finput-charset=">, Group<f_Group>;
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19985222 * lex.c (finput): New variable.
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20045647 -finput-charset.