Searched defs:writeBuf (Results 1 – 4 of 4) sorted by relevance
118 char writeBuf[100]; variable150 char writeBuf[100]; variable181 char writeBuf[100]; variable206 char writeBuf[] = "123456789ABCDE"; variable252 char writeBuf[] = "123456789ABCDE"; variable
186 char writeBuf[] = "this is a file"; variable209 char writeBuf[] = "this is a file"; variable258 char writeBuf[] = "this is a file"; variable280 char writeBuf[] = "this is a file"; variable
66 char writeBuf[] = "this is a file"; variable176 char writeBuf[] = "this is a file"; variable
124 char writeBuf[LOG_CONTENT_LENGTH] = {0}; in Print() local