Searched refs:send (Results 51 - 75 of 335) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
H A Dsrctop.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.clean-env.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.debug.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.dependfile.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.vars.mk12 # Please send copies of changes and bug-fixes to:
H A Dtarget-flags.mk51 # Please send copies of changes and bug-fixes to:
H A Dwarnings.mk13 # Please send copies of changes and bug-fixes to:
H A Dwhats.mk12 # Please send copies of changes and bug-fixes to:
H A Dyacc.mk13 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c362 ret = send(ntpd_sock, rpkt, ptr - rpkt, 0);
364 syslog(LOG_ERR, "cannot send to ntpd: %m");
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c725 /* normal return - send a response */
735 /* error - send nothing */
740 /* error - send error response. The snmp routine has
1187 slen = tport->transport->vtab->send(tport, sndbuf, sndlen,
1190 syslog(LOG_ERR, "send*: %m");
1192 syslog(LOG_ERR, "send*: short write %zu/%zu", sndlen,
1227 len = trans->vtab->send(tp, sndbuf, sndlen, addr, addrlen);
H A Dsnmpd.h194 ssize_t (*send)(struct tport *, const u_char *, size_t, member in struct:transport_def
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess32 # Please send patches to <config-patches@gnu.org>.
1428 If $0 has already been updated, send the following data and any
H A Dlr0.c406 Value_t *send; local
416 send = shiftset + nshifts;
418 while (sp1 < send)
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in24 # The version of this send-pr.
281 SEND-PR: -*- send-pr -*-
313 X-send-pr-version: $VERSION
378 /^>Category/s/^>Category:.*/>Category: send-pr/
528 # Remove comments and send the problem report
H A Dsys-protos.h925 extern int send(int, char *, int, int);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1314 if (di->send - name < len)
3781 di->send = mangled + len;
H A Dcp-demangle.h97 const char *send; member in struct:d_info
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1354 WRAPPER2(int, send, int s, const void *msg, size_t len, int flags)
1357 MF_VALIDATE_EXTENT (msg, len, __MF_CHECK_READ, "send msg");
1358 return send (s, msg, len, flags);
H A Dmf-runtime.h187 #pragma redefine_extname send __mfwrap_send
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c587 error ("Cannot send signals to VxWorks processes");
H A Dwince-stub.c107 if (send (s, str, n, 0) == (int) n)
H A Dwince.c413 the gdb server should send a DWORD.
474 if (send (s, str, n, 0) == n)
1858 fprintf_unfiltered (gdb_stderr, "Can't send signals to the child. signal %d\n", sig);
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man50 -o, --output=FILE send output to `FILE'

Completed in 289 milliseconds

1234567891011>>