Searched refs:Buf (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 3032 char *Buf = NULL; in tag_spl() local 3033 Buf = new char[iFileSize + len + 1]; in tag_spl() 3034 if (!Buf){ in tag_spl() 3038 memset(Buf, 0, iFileSize + 1); in tag_spl() 3039 memcpy(Buf, tag, len); in tag_spl() 3041 iRead = fread(Buf+len, 1, iFileSize, file); in tag_spl() 3044 delete []Buf; in tag_spl() 3059 delete []Buf; in tag_spl() 3062 fwrite(Buf, 1, iFileSize+len, file); in tag_spl() 3065 delete []Buf; in tag_spl()
|