Searched refs:STREAM_NOTFILE (Results 1 – 6 of 6) sorted by relevance
198 str = stream_new(STREAM_SINGLE | STREAM_NOTFILE); in initialize_post()201 str = stream_new(STREAM_WIDE | STREAM_NOTFILE); in initialize_post()
55 if (str->s_status & STREAM_NOTFILE) in stream_stdio_open_for_write()322 if (str->s_status & STREAM_OPEN && !(str->s_status & STREAM_NOTFILE)) in stream_stdio_is_closable()333 if (!(str->s_status & STREAM_NOTFILE)) in stream_stdio_close()422 if (!(str->s_status & STREAM_NOTFILE)) in stream_stdio_unlink()
85 stream_set(ostrp, STREAM_NOTFILE); in prepare_output_stream()408 if (!(loop_out_streamp->s_status & STREAM_NOTFILE)) { in merge_n_streams()
158 if (cur_strp->s_status & STREAM_NOTFILE || in stream_stat_chain()206 if (str->s_status & STREAM_NOTFILE) { in stream_open_for_read()
117 #define STREAM_NOTFILE 0x0100 macro
222 if (!(strp->s_status & STREAM_NOTFILE) && in establish_output_guard()