Home
last modified time | relevance | path

Searched refs:memout (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Doutput.c80 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable
94 if (memout.buf != NULL) {
95 ckfree(memout.buf);
96 memout.buf = NULL;
Doutput.h52 extern struct output memout;
Deval.c981 memout.nleft = 0; in evalcommand()
982 memout.nextc = memout.buf; in evalcommand()
983 memout.bufsize = 64; in evalcommand()
1049 backcmd->buf = memout.buf; in evalcommand()
1050 backcmd->nleft = memout.nextc - memout.buf; in evalcommand()
1051 memout.buf = NULL; in evalcommand()
Dredir.c168 out1 = &memout; in redirect()
170 out2 = &memout; in redirect()
Dinit.c1016 if (memout.buf != NULL) { in reset()
1017 ckfree(memout.buf); in reset()
1018 memout.buf = NULL; in reset()
DTOUR332 put, "errout" the standard error, and "memout" contains output
337 respectively, but they are set to point to memout when appropri-