Home | History | Annotate | Download | only in recovery

Lines Matching full:setbuf

174     freopen(filename, "a", stdout); setbuf(stdout, NULL);
175 freopen(filename, "a", stderr); setbuf(stderr, NULL);