Lines Matching refs:globs
31 if ( globs.out ) fflush( globs.out ); in out_flush()
36 if ( globs.out ) fflush( globs.out ); in err_flush()
41 if ( globs.out ) fputs( s, globs.out ); in out_puts()
46 if ( globs.out ) fputs( s, globs.out ); in err_puts()
51 if ( globs.out ) fputc( c, globs.out ); in out_putc()
56 if ( globs.out ) fputc( c, globs.out ); in err_putc()
61 if ( globs.out ) out_( s, globs.out ); in out_data()
66 if ( globs.out ) out_( s, globs.out ); in err_data()
76 if ( globs.out ) in out_printf()
80 vfprintf( globs.out, f, args ); in out_printf()
92 if ( globs.out ) in err_printf()
96 vfprintf( globs.out, f, args ); in err_printf()
131 ( ( globs.pipe_action & 1 /* STDOUT_FILENO */ ) || in out_action()
132 ( globs.pipe_action == 0 ) ) ) in out_action()
134 if ( err_d && ( globs.pipe_action & 2 /* STDERR_FILENO */ ) ) in out_action()