Lines Matching refs:lineBuf
940 char itemBuf[16] = { 0 }, lineBuf[256] = { 0 };
949 sprintf (lineBuf, "%p: ", (void *) &buf[i]);
953 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1;
954 strncat (lineBuf, itemBuf, lineBufFree);
971 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1;
972 strncat (lineBuf, itemBuf, lineBufFree);
976 DBG (debugLevel, "%s\n", lineBuf);
977 lineBuf[0] = 0;
986 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1;
987 strncat (lineBuf, " ", lineBufFree);
999 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1;
1000 strncat (lineBuf, itemBuf, lineBufFree);
1002 DBG (debugLevel, "%s\n", lineBuf);