Searched refs:pout (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/menubar/
H A Ddemo.tcl326 method pout { txt } {
351 my pout "Tab Selected: ${tabwin}"
396 my pout ${line}
410 my pout "user define tag: tout = [${mbar} tag.cget ${wtop} tout]"
411 my pout "Command tag: exit -background = [${mbar} tag.cget ${wtop} exit -background]"
412 my pout "Checkbutton tag: apple -state = [${mbar} tag.cget ${wtop} apple -state]"
413 my pout "Radiobutton tag: color -state = [${mbar} tag.cget ${wtop} color -state]"
414 my pout "Cascade tag: chx -background = [${mbar} tag.cget ${wtop} chx -background]"
418 my pout "Edit: [join ${args} {, }]"
423 my pout "TogglePasteStat
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/rcp/
H A Drcp.c716 int pin[2], pout[2], reserved[2]; local
729 if (pipe(pout) < 0) {
745 close(pout[0]);
747 dup2(pout[1], 1);
749 close(pout[1]);
786 close(pout[1]);
787 *fdin = pout[0];
/macosx-10.10/OpenSSL098-52/src/engines/vendor_defns/
H A Dcswift.h227 SW_LARGENUMBER pout[],
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dutils.c727 char *pin, *pout, ctmp; local
733 pout = out->bv_val;
770 pout[i] = l & 0xff;
774 pout += ochunk;
778 out->bv_len = pout - out->bv_val;
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect.c88 int pin[2], pout[2]; local
118 if (pipe(pin) < 0 || pipe(pout) < 0)
138 close(pout[0]);
139 if (dup2(pout[1], 1) < 0)
142 close(pout[1]);
166 close(pout[1]);
172 packet_set_connection(pout[0], pin[1]);
H A Dscp.c245 int pin[2], pout[2], reserved[2]; local
263 if (pipe(pout) < 0)
279 close(pout[0]);
281 dup2(pout[1], 1);
283 close(pout[1]);
303 close(pout[1]);
304 *fdin = pout[0];
H A Dsession.c456 int pin[2], pout[2], perr[2]; local
466 if (pipe(pout) < 0) {
477 close(pout[0]);
478 close(pout[1]);
510 close(pout[0]);
511 close(pout[1]);
546 close(pout[0]);
547 if (dup2(pout[1], 1) < 0)
549 close(pout[1]);
608 close(pout[
[all...]
H A Dsftp.c2025 int pin[2], pout[2]; local
2027 if ((pipe(pin) == -1) || (pipe(pout) == -1))
2030 *out = pout[1];
2031 c_in = pout[0];
/macosx-10.10/libxml2-26/libxml2/
H A Dregressions.py153 pin, pout, perr = os.popen3(cmd)
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dregressions.py153 pin, pout, perr = os.popen3(cmd)
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c3661 int pin,pout; local
3689 pout = (shp->outpipe?shp->outpipe[0]:0);
3692 if(shp->fdstatus[i]&IOCLEX && i!=pin && i!=pout)
3721 if(shp->fdstatus[i]&IOCLEX && i!=pin && i!=pout)

Completed in 115 milliseconds