Searched refs:stream (Results 1 – 2 of 2) sorted by relevance
249 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() argument255 int c = getc(stream); in compat_getline()
2039 my ($stream, $type) = @_;2042 my $var = '_' x length($stream);2043 my $cur = $stream;2045 print "$stream\n" if ($dbg_values > 1);
Completed in 11 milliseconds