Searched refs:output (Results 1 - 10 of 10) 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...]
H A Djobs.h37 #include "output.h"
92 void showjobs(struct output *, int);
H A Derror.c58 #include "output.h"
127 /* Partially emulate line buffered output so that:
133 if (output.nextc != output.buf && output.nextc[-1] == '\n')
134 flushout(&output);
H A DAndroid.mk27 output.c \
H A Dinput.c59 #include "output.h"
300 flushout(&output);
H A Deval.c74 #include "output.h"
301 flushout(&output);
546 * want to save its output in a block obtained from malloc. Otherwise
547 * we fork off a subprocess and get the output of the command via a pipe.
1027 out1 = &output;
H A Djobs.c80 #include "output.h"
382 showjob(struct output *out, struct job *jp, int mode)
392 /* just output process (group) id of pipeline */
413 /* yes - need multi-line output */
534 showjobs(struct output *out, int mode)
H A Dinit.c17 #include "output.h"
302 #define BLOCK_OUT -2 /* output to a fixed block of memory */
304 #define MEM_OUT -3 /* output to dynamically allocated memory */
306 #define OUTPUT_ERR 01 /* error occurred on output */
594 #define BLOCK_OUT -2 /* output to a fixed block of memory */
596 #define MEM_OUT -3 /* output to dynamically allocated memory */
598 #define OUTPUT_ERR 01 /* error occurred on output */
878 #define BLOCK_OUT -2 /* output to a fixed block of memory */
880 #define MEM_OUT -3 /* output to dynamically allocated memory */
882 #define OUTPUT_ERR 01 /* error occurred on output */
[all...]
/system/core/sh/bltin/
H A Dbltin.h46 #include "../output.h"
58 #define FILE struct output

Completed in 596 milliseconds