Searched refs:stream (Results 1 – 6 of 6) sorted by relevance
/scripts/kconfig/ |
A D | qconf.cc | 1016 stream << " ("; in menuInfo() 1022 stream << ")"; in menuInfo() 1068 stream << "type: "; in debug_info() 1076 stream << "<br>"; in debug_info() 1084 stream << "<br>"; in debug_info() 1092 stream << ": "; in debug_info() 1095 stream << "<br>"; in debug_info() 1100 stream << "<br>"; in debug_info() 1106 stream << "<br>"; in debug_info() 1109 stream << "<br>"; in debug_info() [all …]
|
A D | confdata.c | 301 static ssize_t getline_stripped(char **lineptr, size_t *n, FILE *stream) in getline_stripped() argument 305 len = getline(lineptr, n, stream); in getline_stripped()
|
/scripts/coccinelle/api/ |
A D | stream_open.cocci | 4 // Search for stream-like files that are using nonseekable_open and convert 5 // them to stream_open. A stream-like file is a file that does not use ppos in 13 // stream-like reader & writer - ones that do not depend on f_pos. 238 …"WARNING: %s: .read() and .write() have stream semantic; safe to change nonseekable_open -> stream… 298 …"WARNING: %s: .read() has stream semantic; safe to change nonseekable_open -> stream_open." % (fop… 346 …"WARNING: %s: .write() has stream semantic; safe to change nonseekable_open -> stream_open." % (fo…
|
/scripts/ |
A D | checkkconfigsymbols.py | 393 with open(sfile, "r", encoding='utf-8', errors='replace') as stream: 394 lines = stream.readlines() 441 with open(kfile, "r", encoding='utf-8', errors='replace') as stream: 442 lines = stream.readlines()
|
A D | test_doc_build.py | 188 async def _read(self, stream, verbose, is_info): argument 191 while stream is not None: 192 line = await stream.readline()
|
A D | checkpatch.pl | 2089 my ($stream, $type) = @_; 2092 my $var = '_' x length($stream); 2093 my $cur = $stream; 2095 print "$stream\n" if ($dbg_values > 1);
|
Completed in 21 milliseconds