Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 7 of 7) sorted by relevance

/scripts/
Dcheckkconfigsymbols.py391 with open(sfile, "r", encoding='utf-8', errors='replace') as stream:
392 lines = stream.readlines()
440 with open(kfile, "r", encoding='utf-8', errors='replace') as stream:
441 lines = stream.readlines()
Dcheckpatch.pl1600 my ($stream, $type) = @_;
1603 my $var = '_' x length($stream);
1604 my $cur = $stream;
1606 print "$stream\n" if ($dbg_values > 1);
/scripts/dtc/
Ddtc-lexer.lex.c_shipped181 /* Return all but the first "n" matched characters back to the input stream. */
1655 /** Immediately switch to a different input stream.
1656 * @param input_file A readable stream.
1717 * @param file A readable stream.
2042 /** Get the input stream.
2050 /** Get the output stream.
2085 /** Set the input stream. This does not discard the current
2087 * @param in_str A readable stream.
Ddtc-parser.tab.c_shipped776 /* YY_LOCATION_PRINT -- Print the location on the stream.
/scripts/kconfig/
Dzconf.lex.c_shipped193 /* Return all but the first "n" matched characters back to the input stream. */
1800 /** Immediately switch to a different input stream.
1801 * @param input_file A readable stream.
1862 * @param file A readable stream.
2187 /** Get the input stream.
2195 /** Get the output stream.
2230 /** Set the input stream. This does not discard the current
2232 * @param in_str A readable stream.
Dconfdata.c217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() argument
223 int c = getc(stream); in compat_getline()
/scripts/genksyms/
Dlex.lex.c_shipped165 /* Return all but the first "n" matched characters back to the input stream. */
1348 /** Immediately switch to a different input stream.
1349 * @param input_file A readable stream.
1410 * @param file A readable stream.
1739 /** Get the input stream.
1747 /** Get the output stream.
1782 /** Set the input stream. This does not discard the current
1784 * @param in_str A readable stream.