Home
last modified time | relevance | path

Searched refs:trip_eof (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_wide.c94 trip_eof(BF->s_fp); in stream_wide_prime()
156 trip_eof(str->s_type.BF.s_fp); in stream_wide_fetch()
211 trip_eof(str->s_type.BF.s_fp); in stream_wide_fetch_overwrite()
300 trip_eof(str->s_type.BF.s_fp); in stream_wide_eos()
H A Dstreams_stdio.c135 trip_eof(BF->s_fp); in stream_stdio_prime()
220 trip_eof(str->s_type.BF.s_fp); in stream_stdio_fetch()
292 trip_eof(str->s_type.BF.s_fp); in stream_stdio_fetch_overwrite()
462 trip_eof(str->s_type.BF.s_fp); in stream_stdio_eos()
H A Dutility.h162 extern void trip_eof(FILE *f);
H A Dutility.c471 trip_eof(FILE *f) in trip_eof() function