Searched refs:memout (Results 1 - 5 of 5) sorted by relevance

/system/core/sh/
H A Doutput.h52 extern struct output memout;
H A Doutput.c80 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable in typeref:struct:output
94 if (memout.buf != NULL) {
95 ckfree(memout.buf);
96 memout.buf = NULL;
H A Deval.c981 memout.nleft = 0;
982 memout.nextc = memout.buf;
983 memout.bufsize = 64;
1049 backcmd->buf = memout.buf;
1050 backcmd->nleft = memout.nextc - memout.buf;
1051 memout.buf = NULL;
H A Dredir.c168 out1 = &memout;
170 out2 = &memout;
H A Dinit.c1016 if (memout.buf != NULL) {
1017 ckfree(memout.buf);
1018 memout.buf = NULL;

Completed in 188 milliseconds