Home
last modified time | relevance | path

Searched refs:STREAM_NOTFILE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dinitialize.c208 str = stream_new(STREAM_SINGLE | STREAM_NOTFILE); in initialize_post()
211 str = stream_new(STREAM_WIDE | STREAM_NOTFILE); in initialize_post()
H A Dstreams_stdio.c53 if (str->s_status & STREAM_NOTFILE) in stream_stdio_open_for_write()
320 if (str->s_status & STREAM_OPEN && !(str->s_status & STREAM_NOTFILE)) in stream_stdio_is_closable()
331 if (!(str->s_status & STREAM_NOTFILE)) in stream_stdio_close()
420 if (!(str->s_status & STREAM_NOTFILE)) in stream_stdio_unlink()
H A Dmerge.c83 stream_set(ostrp, STREAM_NOTFILE); in prepare_output_stream()
406 if (!(loop_out_streamp->s_status & STREAM_NOTFILE)) { in merge_n_streams()
H A Dstreams.c156 if (cur_strp->s_status & STREAM_NOTFILE || in stream_stat_chain()
204 if (str->s_status & STREAM_NOTFILE) { in stream_open_for_read()
H A Dtypes.h115 #define STREAM_NOTFILE 0x0100 macro
H A Dutility.c220 if (!(strp->s_status & STREAM_NOTFILE) && in establish_output_guard()