Home
last modified time | relevance | path

Searched refs:Sent (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/os2/
Dporttcp.c129 int Sent, ToSend, TotalSent = 0; in IbmSockSend() local
150 Sent = send (Socket, (char *) Tmp, ToSend, 0); in IbmSockSend()
151 if (Sent < 0) in IbmSockSend()
157 return Sent; in IbmSockSend()
159 if (Sent < ToSend) in IbmSockSend()
160 return TotalSent + Sent; in IbmSockSend()
162 Tmp += Sent; in IbmSockSend()
163 TotalSent += Sent; in IbmSockSend()
164 Len -= Sent; in IbmSockSend()
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt2 Sent: Wednesday, December 06, 2000 6:41 PM
/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/
D420_ping_syn_port.t80 … is($p->ping($host), 1, "Sent SYN to $host at port $port [" . ($p->{bad}->{$host} || "") . "]");
/openbsd/src/gnu/llvm/lldb/scripts/
Ddisasm-gdb-remote.pl2118 elsif ($line =~ /.*Sent: \[[0-9]+\.[0-9]+[:0-9]*\] (.*)/)
/openbsd/src/gnu/usr.bin/cvs/
DChangeLog.zoo693 * Sent CVS 1.0 release to comp.sources.unix moderator and FSF.
DNEWS1152 * Sent CVS 1.0 release to comp.sources.unix moderator and FSF.
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in551 # Sent minimum amount of information to upstream servers to enhance
DChangelog9924 queries that must all be the same. Sent to random nameservers.
/openbsd/src/games/fortune/datfiles/
Dlimerick973 Sent the Countess of Clews to a cloister
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20009958 Sent to SGI before checkin:
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo20124 Detach @value{GDBN} from the remote system. Sent to the remote target