Searched refs:dputs (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A DsimpleServer.tcl37 proc dputs {msg} { if {$::OPTS(-debug)} { puts stderr $msg ; flush stderr } } procedure
43 #dputs "EOF $chan ([shortstr $data)"
47 #if {$data != ""} { dputs "got $chan ([shortstr $data])" }
50 dputs "EOF $chan"
56 #dputs "sent $chan ([shortstr $data])"
63 dputs "handshake eof $s"
68 dputs "handshake error $s: $result"
71 dputs "handshake complete $s"
79 dputs "[info level 0] [fconfigure $chan]"
H A DsimpleClient.tcl53 proc dputs {msg} { if {$::OPTS(-debug)} { puts stderr $msg ; flush stderr } } procedure
63 #dputs "EOF $chan ([shortstr $data])"
68 #if {$data != ""} { dputs "got $chan ([shortstr $data])" }
70 dputs "CLOSE $chan"
76 dputs "EOF $chan"
84 dputs "feed $sock ([shortstr $::megadata])"
100 dputs "created $sock"
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh.h2551 # define DPUTS(X,Y) if (!(X)) {;} else dputs(ERRMSG(Y))
2552 # define DPUTS1(X,Y,Z1) if (!(X)) {;} else dputs(ERRMSG(Y), Z1)
2553 # define DPUTS2(X,Y,Z1,Z2) if (!(X)) {;} else dputs(ERRMSG(Y), Z1, Z2)
2554 # define DPUTS3(X,Y,Z1,Z2,Z3) if (!(X)) {;} else dputs(ERRMSG(Y), Z1, Z2, Z3)
H A Dsignals.c768 else dputs("BUG: no function present with function trap flag set.");
1299 dputs("BUG: running function trap which has escaped.");
H A Dpattern.c1550 dputs("BUG: character not handled in patcomppiece");
3181 dputs("BUG: bad operand in patmatch.");
3794 dputs("BUG: ?# did not get optimized to *");
3832 dputs("BUG: something very strange is happening in patrepeat");
H A Dinit.c642 dputs("name of invalid capability %d requested", cap);
H A Dutils.c228 dputs(VA_ALIST1(const char *message))
1113 dputs("BUG: failed to delete node from prepromptfns");
1208 dputs("BUG: failed to delete node from timedfns");
H A Djobs.c2512 dputs("Bad alias flag for signal");
H A Dhist.c3313 dputs(ERRMSG("bad wordsplit reading history: "
H A Dsubst.c256 dputs("BUG: parse error in command substitution");
H A Dparams.c1723 dputs("BUG: can't have negative inverse offsets???");
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c657 dputs("BUG: timeout fired with no timeout set.");
1963 dputs("Bad command %d in zle_main_entry", cmd);
H A Dcompcore.c1577 dputs("BUG: head of compqstack is NULL");

Completed in 377 milliseconds