Searched refs:pong (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sock.t276 ### Try to ping-pong some Unicode.
291 chomp(my $pong = scalar <$sock>);
292 print $pong =~ /^pong (.+)$/ && $1 eq "\x{100}" ?
356 print $sock "pong $1\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dno_tabindex.t88 -labels => {'chess' => 'ping pong'}),
89 qq(<label><input type="radio" name="game" value="chess" checked="checked" />ping pong</label> <label><input type="radio" name="game" value="checkers" />checkers</label>),
H A Dform.t92 -labels => {'chess' => 'ping pong'}),
93 qq(<label><input type="radio" name="game" value="chess" checked="checked" tabindex="13" />ping pong</label> <label><input type="radio" name="game" value="checkers" tabindex="14" />checkers</label>),
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c270 * parse response RMCP "pong" packet
280 struct rmcp_pong *pong; local
286 pong = (struct rmcp_pong *)rsp->ir_data;
288 return ((pong->rp_sup_entities & 0x80) ? 1 : 0);

Completed in 51 milliseconds