Searched refs:copied (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DMemoryObject.cpp19 uint64_t* copied) const {
33 if (copied)
34 *copied = current - address;
H A DStreamableMemoryObject.cpp35 uint64_t* copied) const LLVM_OVERRIDE;
71 uint64_t* copied) const {
74 if (copied) *copied = size;
115 uint64_t* copied) const {
118 if (copied) *copied = size;
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixCompat.c526 register int copied, len = 0;
532 copied = CopyString(tgtPtr->gr_name, p, buflen - len);
533 if (copied == -1) {
536 tgtPtr->gr_name = (copied > 0) ? p : NULL;
537 len += copied;
544 copied = CopyString(tgtPtr->gr_passwd, p, buflen - len);
545 if (copied == -1) {
548 tgtPtr->gr_passwd = (copied > 0) ? p : NULL;
549 len += copied;
557 copied
518 register int copied, len = 0; local
591 int copied, len = 0; local
653 int copied, len = 0; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixCompat.c83 * Number of bytes copied on success or -1 on error (errno = ERANGE)
184 * Number of bytes copied on success or -1 on error (errno = ERANGE)
196 int copied, len = 0;
198 copied = CopyString(tgtPtr->h_name, p, buflen - len);
199 if (copied == -1) {
204 tgtPtr->h_name = (copied > 0) ? p : NULL;
205 len += copied;
209 copied = CopyArray(tgtPtr->h_aliases, -1, p, buflen - len);
210 if (copied == -1) {
213 tgtPtr->h_aliases = (copied >
193 int copied, len = 0; local
250 int copied, len = 0; local
311 register int copied, len = 0; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMemoryObject.h57 /// @param copied - A pointer to a nunber that is filled in with the number
64 uint64_t* copied) const;
H A DStreamableMemoryObject.h71 /// @param copied - A pointer to a nunber that is filled in with the number
78 uint64_t* copied) const = 0;
117 uint64_t* copied) const LLVM_OVERRIDE;
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c161 int copied; /* used to suppress copying when called recursively */ local
195 copied = 0; /* has not been copied yet */
221 copied = 1;
385 copied = 1;
395 copied = 1;
401 copied = 1;
407 copied = 1;
438 if (!copied)
/macosx-10.10/libutil-38/
H A Dreexec_to_match_kernel.c158 size_t copied = 0; local
192 ret = posix_spawnattr_setbinpref_np(&attr, 1, &cputype, &copied);
193 if (ret != 0 || copied != 1) {
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dfixlinks83 echo $target copied to $name ;;
/macosx-10.10/tcsh-65/tcsh/win32/
H A DCODING11 this is allocated from a seperate heap and is copied to the child during fork().
/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_lib.c367 char *copied; local
380 copied = OPENSSL_malloc(strlen(filename) + 1);
381 if(copied == NULL)
386 BUF_strlcpy(copied, filename, strlen(filename) + 1);
389 dso->filename = copied;
/macosx-10.10/WTF-7600.1.24/WTF.vcxproj/
H A Dcopy-files.cmd41 echo Deleting copied files...
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl99 lappend actions copied
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl99 lappend actions copied
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/config/
H A DinstallFile.tcl99 lappend actions copied
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig2168 * copied to the channel buffer? */
2169 int srcCopied; /* How many bytes were copied from
2530 * Number of characters (as opposed to bytes) copied. May return
2542 char *result; /* Where to store the copied input. */
2544 * to store the copied input? */
2547 * copied in the current input buffer? */
2548 int copied; /* How many characters were already copied
2552 int i; /* Iterates over the copied input looking
2570 copied
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig2125 * copied to the channel buffer? */
2126 int srcCopied; /* How many bytes were copied from
2495 * Number of characters (as opposed to bytes) copied. May return
2507 char *result; /* Where to store the copied input. */
2509 * to store the copied input? */
2512 * copied in the current input buffer? */
2513 int copied; /* How many characters were already copied
2517 int i; /* Iterates over the copied input looking
2535 copied
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig2164 * copied to the channel buffer? */
2165 int srcCopied; /* How many bytes were copied from
2526 * Number of characters (as opposed to bytes) copied. May return
2538 char *result; /* Where to store the copied input. */
2540 * to store the copied input? */
2543 * copied in the current input buffer? */
2544 int copied; /* How many characters were already copied
2548 int i; /* Iterates over the copied input looking
2566 copied
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32select.c190 /* copied one line ending with '\n' */
191 int copied = next - dst; local
192 nbytes -= copied;
193 src += copied;
200 /* copied remaining partial line -> now finished */
970 /* copied one line ending with '\r' */
971 int copied = next - dst; variable
972 nbytes -= copied;
973 dst += copied;
974 src += copied;
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c681 int copied)
687 *d = dest = (copied ? src : dupstring(src));
1617 * Whether the value has been copied. Optimisation: if we
1622 int copied = 0; local
2648 copied = 1;
2679 copied = 1;
2758 copied = 1;
2855 if (!copied) {
2857 copied = 1;
2872 if (!copied) {
680 strcatsub(char **d, char *pb, char *pe, char *src, int l, char *s, int glbsub, int copied) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig2169 * copied to the channel buffer? */
2170 int srcCopied; /* How many bytes were copied from
2531 * Number of characters (as opposed to bytes) copied. May return
2543 char *result; /* Where to store the copied input. */
2545 * to store the copied input? */
2548 * copied in the current input buffer? */
2549 int copied; /* How many characters were already copied
2553 int i; /* Iterates over the copied input looking
2571 copied
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig2169 * copied to the channel buffer? */
2170 int srcCopied; /* How many bytes were copied from
2531 * Number of characters (as opposed to bytes) copied. May return
2543 char *result; /* Where to store the copied input. */
2545 * to store the copied input? */
2548 * copied in the current input buffer? */
2549 int copied; /* How many characters were already copied
2553 int i; /* Iterates over the copied input looking
2571 copied
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c2258 * copied to the channel buffer? */
2259 int srcCopied; /* How many bytes were copied from
2655 * Number of characters (as opposed to bytes) copied. May return
2667 char *result; /* Where to store the copied input. */
2669 * to store the copied input? */
2672 * copied in the current input buffer? */
2673 int copied; /* How many characters were already copied
2677 int i; /* Iterates over the copied input looking
2695 copied
2642 int copied; /* How many characters were already copied local
3137 int copied; /* How many characters were copied into local
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c2272 * copied to the channel buffer? */
2273 int srcCopied; /* How many bytes were copied from
2669 * Number of characters (as opposed to bytes) copied. May return
2681 char *result; /* Where to store the copied input. */
2683 * to store the copied input? */
2686 * copied in the current input buffer? */
2687 int copied; /* How many characters were already copied
2691 int i; /* Iterates over the copied input looking
2709 copied
2656 int copied; /* How many characters were already copied local
3151 int copied; /* How many characters were copied into local
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c2286 * copied to the channel buffer? */
2287 int srcCopied; /* How many bytes were copied from
2683 * Number of characters (as opposed to bytes) copied. May return
2695 char *result; /* Where to store the copied input. */
2697 * to store the copied input? */
2700 * copied in the current input buffer? */
2701 int copied; /* How many characters were already copied
2705 int i; /* Iterates over the copied input looking
2723 copied
2670 int copied; /* How many characters were already copied local
3165 int copied; /* How many characters were copied into local
[all...]

Completed in 620 milliseconds

12345