Searched refs:bytesUsed (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dinfo.c113 int bytesUsed = buffer->bufPtr - buffer->bufStart;
116 newbuf[bytesUsed] = '\0';
118 buffer->bufPtr = newbuf + bytesUsed;
120 buffer->bytesLeft = newBufSize - bytesUsed;
111 int bytesUsed = buffer->bufPtr - buffer->bufStart; local in function:AppendStr
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1406 int bytesUsed = bytesAllocd - bytesLeft; local in function:XtResolvePathname
1411 strncpy(new, massagedPath, (size_t) bytesUsed);
1412 ch = new + bytesUsed;
1419 bytesLeft = bytesAllocd - bytesUsed;

Completed in 5 milliseconds