Home | History | Annotate | Download | only in adb

Lines Matching full:flog

616     FILE*   flog;
626 flog = fopen( temp, "at" );
627 if (flog == NULL)
628 flog = fnul;
630 setvbuf( flog, NULL, _IONBF, 0 );
632 stdout[0] = flog[0];
633 stderr[0] = flog[0];