HomeSort by relevance Sort by last modified time
    Searched refs:memout (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
output.h 52 extern struct output memout;
output.c 80 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;
eval.c 981 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;
redir.c 168 out1 = &memout;
170 out2 = &memout;
init.c 1016 if (memout.buf != NULL) {
1017 ckfree(memout.buf);
1018 memout.buf = NULL;

Completed in 77 milliseconds