Home | History | Annotate | Download | only in src

Lines Matching full:pfilename

761     static char pFileName[30];
764 sprintf(pFileName , "cmdbuf%i.txt", c++);
765 FILE* pF = fopen(pFileName, "w");