Searched refs:s_fp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c96 trip_eof(BF->s_fp);
97 if (!feof(BF->s_fp))
99 - current_position, BF->s_fp);
151 if (fgetws(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) {
152 if (feof(str->s_type.BF.s_fp))
158 trip_eof(str->s_type.BF.s_fp);
172 if (!feof(str->s_type.BF.s_fp)) {
206 str->s_type.BF.s_fp) == NULL) {
207 if (feof(str->s_type.BF.s_fp))
213 trip_eof(str->s_type.BF.s_fp);
[all...]
H A Dstreams_stdio.c137 trip_eof(BF->s_fp);
138 if (!feof(BF->s_fp))
140 BF->s_fp);
215 if (fgets(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) {
216 if (feof(str->s_type.BF.s_fp))
222 trip_eof(str->s_type.BF.s_fp);
239 if (!feof(str->s_type.BF.s_fp)) {
287 str->s_type.BF.s_fp) == NULL) {
288 if (feof(str->s_type.BF.s_fp))
294 trip_eof(str->s_type.BF.s_fp);
[all...]
H A Dstreams.c207 str->s_type.BF.s_fp = stdin;
251 if ((str->s_type.BF.s_fp = fopen(str->s_filename, "r")) == NULL) {
259 if (setvbuf(str->s_type.BF.s_fp, str->s_type.BF.s_vbuf, _IOFBF,
H A Dtypes.h158 FILE *s_fp; /* file stream */ member in struct:stream_buffered_file

Completed in 996 milliseconds