Home | Sort by: relevance | last modified time | path |
/src/bin/sh/ | |
output.c | 89 struct output memout = {NULL, 0, 0, NULL, MEM_OUT, 0 CHAIN }; variable in typeref:struct:output 106 if (memout.buf != NULL) { 107 ckfree(memout.buf); 108 memout.buf = NULL; |