Searched defs:BF (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c52 stream_buffered_file_t *BF = &(str->s_type.BF); local
96 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
[all...]
H A Dstreams_stdio.c82 stream_buffered_file_t *BF = &(str->s_type.BF); local
137 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
[all...]
H A Dtypes.h166 stream_buffered_file_t BF; /* file accessed via stdio */ member in union:stream_type
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c167 } BF; typedef in typeref:struct:bf
182 BF *mark, *tl, *tr;
195 if (enomem || (tl = malloc(sizeof (BF))) == NULL ||
/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h421 #define BF(n) (BOTTOMFUNC+(n)-1) macro

Completed in 62 milliseconds