Searched refs:sent (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A DI.pm57 my $sent = $size;
61 while($sent > 0) {
65 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent ,$off);
67 $sent -= $n;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm61 Output is sent to STDOUT.
71 Output is sent to STDOUT.
87 Output is sent to STDOUT.
96 Output is sent to STDOUT.
105 Output is sent to STDOUT.
114 Output is sent to STDOUT.
123 Output is sent to STDOUT.
132 Output is sent to STDOUT.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dtime.t36 is( $sock->{sent}, "\n", 'should send \n with UDP protocol set' );
42 is( $sock->{sent}, undef, '_socket() should send nothing unless UDP protocol' );
89 $self->{sent} .= shift;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self78 The message was sent directly via SMTP using Net::SMTP
80 The message was sent directly via SMTP using Net::SMTP
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net.c30 * thread, while multicast and UDP unicast messages are sent by the
198 unsigned long long now, sent; local
248 sent = now_millis();
251 0, &timeout, sent, &now, pfd, 1);
337 unsigned long long final_to, now, sent; local
375 sent = now_millis();
379 sent, &now, &noresults, &anyresults, timeout);
918 * msg was sent successfully on at least one interface; otherwise
919 * returns SLP_NETWORK_ERROR if msg was not sent on any interfaces.
935 * cause the message to be sent o
1003 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument
1152 wait_for_response( unsigned long long final_to, int *timeout, unsigned long long sent, unsigned long long *now, struct pollfd pfd[], nfds_t nfds) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm619 copies of all commands and responses also being sent to STDERR.
656 the data already sent ends with CRLF then sending '.CRLF' to end the
657 transmission. Once this data has been sent C<dataend> calls C<response> and
672 data being sent to the server. Calls C<debug_text> before printing to
678 the text being sent. The method should return the text to be printed
681 are sent, but we do not want to display them in the debugging information.
686 a space character and CRLF is appended, this string is then sent to the
H A DSMTP.pm655 be sent to.
672 initiated, but before any data has been sent, to cancel the sending of the
677 Notify the server that the current message should be sent to all of the
678 addresses given. Each address is sent as a separate command to the server.
710 of C<DATA> and a termination string C<".\r\n"> is sent to the server. And the
714 wishes the data to be sent. The data must then be sent using the C<datasend>
H A DNNTP.pm731 with a value of zero, then this command will not be sent and the
814 article, and C<MESSAGE> has been given the it will be sent.
817 successfully sent,if specified.
819 If C<MESSAGE> is not specified then the message must be sent using the
878 is allowed then the message will be sent.
880 If C<MESSAGE> is not specified then the message must be sent using the
885 The message, either sent via C<datasend> or as the C<MESSAGE>
H A DPing.pm195 # Description: Set the local IP address from which pings will be sent.
423 $from_port, # Port packet was sent from
533 # sent since the successful establishment of a connection is proof
1446 same data as the packet that was sent, the remote host is considered
1469 If the syn packet was sent successfully, it will return a true value,
1499 are included in the ping packet sent to the remote host. The number of
1531 endpoint that the original destination endpoint was sent to.
1553 remote server replies with the same udp data that it was sent
1573 Sets the source address from which pings will be sent. This must be
H A DFTP.pm1259 The FTP protocol allows files to be sent to or fetched from the
1428 sent with a record or page structure.
1430 The size of the file will be determined, and sent to the server
1572 Send a C<PORT> command to the server. If C<PORT> is specified then it is sent
1574 sent to the server.
1580 sent to another ftp server using the C<port> method.
1724 passed to the constructor, and the output sent with the bug report. If you
H A DPOP3.pm456 Similar to L</login>, but the password is not sent in clear text.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t667 my $sent = "foobar";
673 if (shmwrite($id, $sent, 0, 60)) {
687 if ($rcvd eq $sent) {
707 my $sent = "message";
713 if (msgsnd($id, pack("l! a*", $type_sent, $sent), IPC_NOWAIT)) {
727 if ($rcvd eq $sent && $type_sent == $type_rcvd) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm21 die "Fatal error messages are now sent to browser";
48 By default, error messages are sent to STDERR. Most HTTPD servers
203 die "Fatal error messages not sent browser"
213 warnings to the browser before the HTTP headers have been sent would
223 warnings from being sent to the browser while you are printing some
584 # If bytes have already been sent, then
H A DCookie.pm328 If the "secure" attribute is set, the cookie will only be sent to your
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c4972 struct servent *sent; local
4983 sent = PerlSock_getservbyname(name, proto);
4999 sent = PerlSock_getservbyport(port, proto);
5006 sent = PerlSock_getservent();
5014 if (sent) {
5017 sv_setiv(sv, (IV)PerlSock_ntohs(sent->s_port));
5019 sv_setiv(sv, (IV)(sent->s_port));
5023 sv_setpv(sv, sent->s_name);
5028 if (sent) {
5030 sv_setpv(sv, sent
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm85 B<lib> relative to the current directory. Each file is sent to the
H A DDBM_Filter.pm427 any optional parameters that need to be sent to the filter. See the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL447 A copy of this report can be sent to your local
801 your message should be sent, type in "yes" (without the quotes) at the
853 print "\nMessage sent.\n";
908 printf "\nMessage %s.\n", $outfile ? "saved" : "sent";
H A Dc2ph.PL467 a temporary *.c file and sent through:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm181 The C<SIGALRM> signal is sent after the specified number of seconds.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm645 All diagnostic output is sent to C<STDERR>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm271 each line. This is often desirable if the output is being sent to a program
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL462 e-mail address (or some e-mail address to which bug reports should be sent)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm634 --outfile - filename for the resulting html file (output sent to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm465 some safe compact memory place (where it can possibly be sent to another

Completed in 75 milliseconds

12