Searched defs:abLine (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dbin2c.c79 unsigned char abLine[32]; local
120 if (cbLine == 0 || cbLine > sizeof(abLine))
123 argv[0], argv[iArg], (unsigned)sizeof(abLine));
189 while ((cbRead = fread(&abLine[0], 1, cbLine, pFileIn)) > 0)
200 fprintf(pFileOut, " 0x%02x,", abLine[j]);
209 isprint(abLine[j]) && abLine[j] != '/' ? abLine[j] : '.');

Completed in 1577 milliseconds