Home
last modified time | relevance | path

Searched refs:s_fp (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()
95 if (!feof(BF->s_fp)) in stream_wide_prime()
97 - current_position, BF->s_fp); in stream_wide_prime()
149 if (fgetws(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) { in stream_wide_fetch()
150 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch()
156 trip_eof(str->s_type.BF.s_fp); in stream_wide_fetch()
170 if (!feof(str->s_type.BF.s_fp)) { in stream_wide_fetch()
204 str->s_type.BF.s_fp) == NULL) { in stream_wide_fetch_overwrite()
205 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch_overwrite()
211 trip_eof(str->s_type.BF.s_fp); in stream_wide_fetch_overwrite()
[all …]
H A Dstreams_stdio.c135 trip_eof(BF->s_fp); in stream_stdio_prime()
136 if (!feof(BF->s_fp)) in stream_stdio_prime()
138 BF->s_fp); in stream_stdio_prime()
213 if (fgets(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) { in stream_stdio_fetch()
214 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch()
220 trip_eof(str->s_type.BF.s_fp); in stream_stdio_fetch()
237 if (!feof(str->s_type.BF.s_fp)) { in stream_stdio_fetch()
285 str->s_type.BF.s_fp) == NULL) { in stream_stdio_fetch_overwrite()
286 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch_overwrite()
292 trip_eof(str->s_type.BF.s_fp); in stream_stdio_fetch_overwrite()
[all …]
H A Dstreams.c205 str->s_type.BF.s_fp = stdin; in stream_open_for_read()
249 if ((str->s_type.BF.s_fp = fopen(str->s_filename, "r")) == NULL) { in stream_open_for_read()
257 if (setvbuf(str->s_type.BF.s_fp, str->s_type.BF.s_vbuf, _IOFBF, in stream_open_for_read()
H A Dtypes.h156 FILE *s_fp; /* file stream */ member