Searched refs:send (Results 51 - 71 of 71) sorted by relevance

123

/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c175 uintptr_t mstart, mend, sstart, send; local
208 send = fptr->file_saddrs[i + 1];
213 } else if (mstart >= send) {
948 uintptr_t mstart, mend, sstart, send; local
985 send = fptr->file_saddrs[i + 1];
986 if (!(mend <= sstart || mstart >= send))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs119 char *s, *send, *r, *rstart;
131 for (s = src, send = src + slen; s < send; s += UTF8SKIP(s)) {
161 for (s = src; s < send; s += UTF8SKIP(s)) {
190 for (s = src; s < send; s ++) {
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c322 return grub_error (GRUB_ERR_IO, "PXE send failed (status 0x%x)",
422 .send = grub_pxe_send,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h514 # define send PerlSock_send macro
H A Dsv.c5487 S_utf8_mg_pos(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i, I32 *offsetp, I32 uoff, U8 **sp, U8 *start, U8 *send) argument
5530 p = send;
5566 if (*sp >= send) {
5567 *sp = send;
5568 *offsetp = send - start;
5581 while (n-- && s < send)
5631 U8 *send = s + len; local
5635 if (utf8_mg_pos(sv, &mg, &cache, 0, offsetp, *offsetp, &s, start, send))
5638 while (s < send && uoffset--)
5640 if (s >= send)
5705 U8* send = s + *offsetp; local
[all...]
H A Dmg.c485 char *send = rx->subbeg + t1; local
489 i = Perl_utf8_length(aTHX_ (U8*)s, (U8*)send);
H A Dperl.h703 * a bad idea since it breaks send() and recv(). */
4343 #define GROK_NUMERIC_RADIX(sp, send) grok_numeric_radix(sp, send)
H A Dproto.h366 PERL_CALLCONV bool Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send);
1212 STATIC bool S_utf8_mg_pos(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i, I32 *offsetp, I32 uoff, U8 **sp, U8 *start, U8 *send);
1226 STATIC char* S_scan_ident(pTHX_ char *s, char *send, char *dest, STRLEN destlen, I32 ck_uni);
H A Dconfig_h.SH2724 * available to send structured socket messages.
2745 * available to send structured socket messages.
H A Diperlsys.h1379 #define PerlSock_send(s, b, l, f) send(s, b, l, f)
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py217 send=_("Allows sending of snapshots"),
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c2835 * If there was timeout then we will send ABANDON request to
5424 char **sam, *srv, *send; local
5458 send = srv;
5460 for (max = 1; (send = strchr(++send, SEMITOK)) != NULL;
5469 send = strchr(srv, SEMITOK);
5470 if (send != NULL) {
5471 *send = '\0';
5472 send++;
5494 if (send
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c307 count = send(conn->fd, buf, size, 0);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c369 * send the formatted request 'message' to a KDC for realm 'realm' and
805 ret = send(state->fd, SG_BUF(sg), SG_LEN(sg), 0);
883 ret = send(conn->fd, SG_BUF(sg), SG_LEN(sg), 0);
885 dperror("send");
1041 /* Q: How do we detect failures to send the remaining data
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c955 if (send(s, (const char*)buf, buflen, 0) != buflen) {
956 Perror(statp, stderr, "send", errno);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java352 // Loop while the client still wants to send something. But we
446 ds.send(dpOut);
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c78 # define BerWrite( s, b, l ) send( s->sb_sd, b, l, 0 )
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c163 Don't use "MSG_WAITALL"; it makes send() return "Invalid argument" on Linux;
265 //if (send(sd, buf, len, MSG_WAITALL) != len) return -1;
268 ssize_t num_written = send(sd, buf, len, 0);
344 // send the message. This happens in deliver_request().
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c183 return (send(ilp->il_sd, data, dlen, 0));
292 * Build and send RMCP presence ping message
735 * 1. send "RMCP Presence Ping" message, response message will
737 * 2. send "Get Channel Authentication Capabilities" command
740 * 3. send "Get Session Challenge" command with AUTHTYPE = none
743 * 4. send "Activate Session" command, authenticated with AUTHTYPE
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1260 if (send(fd, &req, sizeof (req), 0) < 0) {
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh550 # for this function, so send it to the bit bucket.
1128 filetypename="ZFS send stream"
1417 # Source Layout Dataset provided as arg to zfs send Check# Notes
1463 # 1. The archive must be created with "zfs send -R", "zfs send -r",
1464 # or "zfs send -rc". Note that "zfs send -r" first appears in
1468 # without the -R or -r[c] options to zfs send.
2232 # will be copied with "zfs send | zfs recv". However, this is tricky.
2237 # implies the need for zfs send
[all...]

Completed in 226 milliseconds

123