Searched defs:output (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Doutput.h1 /* $NetBSD: output.h,v 1.17 2003/08/07 09:05:36 agc Exp $ */
34 * @(#)output.h 8.2 (Berkeley) 5/4/95
41 struct output { struct
50 extern struct output output;
51 extern struct output errout;
52 extern struct output memout;
53 extern struct output *out1;
54 extern struct output *out2;
56 void open_mem(char *, int, struct output *);
[all...]
H A Doutput.c1 /* $NetBSD: output.c,v 1.28 2003/08/07 09:05:36 agc Exp $ */
38 static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: output.c,v 1.28 2003/08/07 09:05:36 agc Exp $");
45 * Shell output routines. We use our own output routines because:
47 * any pending output.
49 * save the output of the command in a region obtained
51 * output of the command via a pipe.
52 * Our output routines may be smaller than the stdio routines.
67 #include "output
78 struct output output = {NULL, 0, NULL, OUTBUFSIZ, 1, 0}; variable in typeref:struct:output
[all...]

Completed in 35 milliseconds