Searched refs:TclOSopen (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h71 # define TclOSopen open64 macro
75 # define TclOSopen open macro
H A DtclUnixFCmd.c529 if ((srcFd = TclOSopen(src, O_RDONLY BINMODE, 0)) < 0) { /* INTL: Native */
533 dstFd = TclOSopen(dst, O_CREAT|O_TRUNC|O_WRONLY BINMODE, /* INTL: Native */
H A DtclUnixPipe.c150 fd = TclOSopen(native, mode, 0666); /* INTL: Native. */
H A DtclUnixChan.c1675 fd = TclOSopen(native, mode, permissions);
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h71 # define TclOSopen open64 macro
75 # define TclOSopen open macro
H A DtclUnixFCmd.c503 if ((srcFd = TclOSopen(src, O_RDONLY, 0)) < 0) { /* INTL: Native. */
507 dstFd = TclOSopen(dst, O_CREAT|O_TRUNC|O_WRONLY, /* INTL: Native. */
H A DtclUnixPipe.c151 fd = TclOSopen(native, mode, 0666); /* INTL: Native. */
H A DtclUnixChan.c1833 fd = TclOSopen(native, mode, permissions);

Completed in 1681 milliseconds