Searched refs:stream (Results 1 – 7 of 7) sorted by relevance
391 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()
1600 my ($stream, $type) = @_;1603 my $var = '_' x length($stream);1604 my $cur = $stream;1606 print "$stream\n" if ($dbg_values > 1);
181 /* 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 current2087 * @param in_str A readable stream.
776 /* YY_LOCATION_PRINT -- Print the location on the stream.
193 /* 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 current2232 * @param in_str A readable stream.
217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() argument223 int c = getc(stream); in compat_getline()
165 /* 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 current1784 * @param in_str A readable stream.