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

/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c518 int srcFd, dstFd;
533 dstFd = TclOSopen(dst, O_CREAT|O_TRUNC|O_WRONLY BINMODE, /* INTL: Native */
535 if (dstFd < 0) {
579 if ((size_t) write(dstFd, buffer, nread) != nread) {
587 if ((close(dstFd) != 0) || (nread == (size_t) -1)) {
515 int srcFd, dstFd; local
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c498 int dstFd;
507 dstFd = TclOSopen(dst, O_CREAT|O_TRUNC|O_WRONLY, /* INTL: Native. */
509 if (dstFd < 0) {
547 if (write(dstFd, buffer, nread) != nread) {
555 if ((close(dstFd) != 0) || (nread == -1)) {
495 int dstFd; local

Completed in 123 milliseconds