Searched refs:ReadBytes (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DMemoryBuffer.cpp209 ssize_t ReadBytes; local
213 ReadBytes = read(FD, Buffer.end(), ChunkSize);
214 if (ReadBytes == -1) {
218 Buffer.set_size(Buffer.size() + ReadBytes);
219 } while (ReadBytes != 0);
/macosx-10.10/vim-55/runtime/syntax/
H A Dishd.vim332 syn keyword ishdFunction ReadBytes RenameFile ReplaceProfString ReloadProgGroup
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c469 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3904 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3968 * ReadBytes --
3992 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3952 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr) function
H A DtclIO.c.orig447 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3580 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3644 * ReadBytes --
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c469 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3904 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3968 * ReadBytes --
3992 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3952 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr) function
H A DtclIO.c.orig447 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3580 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3644 * ReadBytes --
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig446 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3563 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3618 * ReadBytes --
3642 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
H A DtclIO.c459 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3827 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3882 * ReadBytes --
3906 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3866 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr) function
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig447 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3580 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3644 * ReadBytes --
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
H A DtclIO.c473 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3922 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3986 * ReadBytes --
4010 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3970 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr) function
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig447 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3580 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3644 * ReadBytes --
3668 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
H A DtclIO.c473 static int ReadBytes _ANSI_ARGS_((Channel *chanPtr,
3922 copiedNow = ReadBytes(chanPtr, objPtr, toRead, &offset);
3986 * ReadBytes --
4010 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr)
3970 ReadBytes(chanPtr, objPtr, bytesToRead, offsetPtr) function
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c98 static int ReadBytes(ChannelState *statePtr, Tcl_Obj *objPtr,
5321 copiedNow = ReadBytes(statePtr, objPtr, toRead, &offset);
5389 * ReadBytes --
5412 ReadBytes(
5355 ReadBytes( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.c135 static int ReadBytes _ANSI_ARGS_((ChannelState *statePtr,
4595 copiedNow = ReadBytes(statePtr, objPtr, toRead, &offset);
4659 * ReadBytes --
4683 ReadBytes(statePtr, objPtr, bytesToRead, offsetPtr)
4630 ReadBytes(statePtr, objPtr, bytesToRead, offsetPtr) function

Completed in 423 milliseconds