Searched refs:STREAM_NOTFILE (Results 1 – 6 of 6) sorted by relevance
208 str = stream_new(STREAM_SINGLE | STREAM_NOTFILE); in initialize_post()211 str = stream_new(STREAM_WIDE | STREAM_NOTFILE); in initialize_post()
53 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()
83 stream_set(ostrp, STREAM_NOTFILE); in prepare_output_stream()406 if (!(loop_out_streamp->s_status & STREAM_NOTFILE)) { in merge_n_streams()
156 if (cur_strp->s_status & STREAM_NOTFILE || in stream_stat_chain()204 if (str->s_status & STREAM_NOTFILE) { in stream_open_for_read()
115 #define STREAM_NOTFILE 0x0100 macro
220 if (!(strp->s_status & STREAM_NOTFILE) && in establish_output_guard()