Searched refs:readBuf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c32 static char readBuf[BUFLEN]; variable
117 memset(readBuf, 0, BUFLEN);
172 bufEnd = Tcl_Read((Tcl_Channel)handle->data, readBuf, BUFLEN)-1;
187 memcpy(dstPtr, readBuf + bufStart, bytesToRead);
197 memcpy (dstPtr, readBuf + bufStart, bufEnd+1 - bufStart);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/efl/
H A DWorkQueueEfl.cpp95 char readBuf[threadMessageSize]; local
96 if (read(m_readFromPipeDescriptor, readBuf, threadMessageSize) == -1)
98 if (!strncmp(readBuf, finishThreadMessage, threadMessageSize))
/macosx-10.9.5/ICU-511.35/icuSources/test/iotest/
H A Dfiletst.c982 char readBuf[512] = ""; local
1024 fscanf(myCFile, "%s", readBuf);
1026 if (strcmp(readBuf, testBuf) != 0) {
1027 log_err("%%x Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf);
1030 fscanf(myCFile, "%s", readBuf);
1032 if (strcmp(readBuf, testBuf) != 0) {
1033 log_err("%%X Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf);
1036 fscanf(myCFile, "%s", readBuf);
1038 if (strcmp(readBuf, testBuf) != 0) {
1039 log_err("%%o Got: \"%s\", Expected: \"%s\"\n", readBuf, testBu
[all...]
/macosx-10.9.5/CommonCrypto-60049/cn_tool/
H A Dmain.c531 uint8_t readBuf[context->pageSize]; local
549 while ((bytesRead = read(context->fd, readBuf, readBufSize)) > 0) {
557 _sanitizeBuf(readBuf, bytesRead, sanitizedBuf, &sanitizedSize);
561 status = CNEncoderUpdate(encoder, readBuf, bytesRead, encodeBuf, &encodedSize);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c30603 char readBuf[PROXY_MAXCONCHLEN]; local
[all...]

Completed in 265 milliseconds