Searched refs:outbuf (Results 26 - 50 of 105) sorted by relevance

12345

/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1012 buf_copy_lines (outbuf, inbuf, command)
1013 struct buffer *outbuf;
1044 buf_append_char (outbuf, command);
1045 buf_append_char (outbuf, ' ');
1056 buf_append_data (outbuf, inbuf->data, data);
1072 buf_append_data (outbuf, nldata, nldata);
1076 buf_output (outbuf, nldata->bufp, len);
1096 buf_copy_counted (outbuf, inbuf, special)
1097 struct buffer *outbuf;
1226 buf_append_data (outbuf, star
1684 char *inbuf, *outbuf; local
1866 char *outbuf; local
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsfsasl.c194 static const char *outbuf = NULL; local
196 static char *outbuf = NULL; local
217 while (outbuf == NULL && outlen == 0)
224 (unsigned int) len, &outbuf, &outlen);
230 outbuf = NULL;
237 if (outbuf == NULL)
239 /* be paranoid: outbuf == NULL but outlen != 0 */
240 syserr("@sasl_read failure: outbuf == NULL but outlen != 0");
246 (void) memcpy(buf, outbuf + offset, size);
254 (void) memcpy(buf, outbuf
288 const char *outbuf; local
290 char *outbuf; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_priv.c42 krb5_data *outbuf,
53 if (outbuf)
54 krb5_data_zero(outbuf);
162 ret = krb5_data_copy (outbuf, part.user_data.data, part.user_data.length);
39 krb5_rd_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data *inbuf, krb5_data *outbuf, krb5_replay_data *outdata) argument
H A Dmk_priv.c43 krb5_data *outbuf,
139 ret = krb5_data_copy(outbuf, buf + buf_size - len, len);
40 krb5_mk_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data *userdata, krb5_data *outbuf, krb5_replay_data *outdata) argument
/freebsd-9.3-release/sys/crypto/rc4/
H A Drc4.c89 const u_char *inbuf, u_char *outbuf, int buflen)
106 outbuf[i] = inbuf[i] ^ state->perm[j];
88 rc4_crypt(struct rc4_state *const state, const u_char *inbuf, u_char *outbuf, int buflen) argument
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsimple.c138 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
144 be temporarily reset to 0. The result will be stored at @var{outbuf}
145 or allocated with @code{bfd_malloc} if @var{outbuf} is @code{NULL}.
154 bfd_byte *outbuf,
169 if (outbuf == NULL)
172 contents = outbuf;
206 if (outbuf == NULL)
211 outbuf = data;
247 outbuf,
152 bfd_simple_get_relocated_section_contents(bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table) argument
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dcharset.c235 uchar *outbuf = *outbufp; local
256 *outbuf++ = *p++;
258 *outbufp = outbuf;
283 uchar *outbuf; local
295 outbuf = *outbufp;
296 outbuf[bigend ? 3 : 0] = (s & 0x000000FF);
297 outbuf[bigend ? 2 : 1] = (s & 0x0000FF00) >> 8;
298 outbuf[bigend ? 1 : 2] = (s & 0x00FF0000) >> 16;
299 outbuf[bigend ? 0 : 3] = (s & 0xFF000000) >> 24;
344 uchar *outbuf local
460 uchar *outbuf; local
556 char *outbuf; local
[all...]
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_hp.c305 UINT8 instance, char* outbuf, size_t outsize,
891 char* outbuf, size_t outsize, UINT32* sequence, int detail)
904 outbuf[0] = 0;
936 strlcat(outbuf, acpi_hp_get_string_from_object(
940 while (strlen(outbuf) < outlen)
941 strlcat(outbuf, " ", outsize);
943 strlcat(outbuf, acpi_hp_get_string_from_object(
947 while (strlen(outbuf) < outlen)
948 strlcat(outbuf, " ", outsize);
949 strlcat(outbuf, acpi_hp_get_string_from_objec
890 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, char* outbuf, size_t outsize, UINT32* sequence, int detail) argument
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c61 Byte *outbuf; /* output buffer */ member in struct:gz_stream
113 s->stream.next_out = s->outbuf = Z_NULL;
154 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
155 if (err != Z_OK || s->outbuf == Z_NULL) {
202 TRYFREE(s->outbuf);
234 s->stream.next_out = s->outbuf;
236 error = vn_rdwr_inchunks(UIO_WRITE, s->file, s->outbuf, Z_BUFSIZE,
293 error = vn_rdwr_inchunks(UIO_WRITE, s->file, s->outbuf, len, curoff,
302 s->stream.next_out = s->outbuf;
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_schannel.c222 SecBufferDesc outbuf; local
239 outbuf.cBuffers = 1;
240 outbuf.pBuffers = outbufs;
241 outbuf.ulVersion = SECBUFFER_VERSION;
247 &outbuf, &sspi_flags_out, &ts_expiry);
252 &outbuf, &sspi_flags_out, &ts_expiry);
324 SecBufferDesc inbuf, outbuf; local
364 outbuf.cBuffers = 1;
365 outbuf.pBuffers = outbufs;
366 outbuf
[all...]
/freebsd-9.3-release/sys/libkern/
H A Diconv.c280 size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
282 return ICONV_CONVERTER_CONV(handle, inbuf, inbytesleft, outbuf, outbytesleft, 0, 0);
287 size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype)
289 return ICONV_CONVERTER_CONV(handle, inbuf, inbytesleft, outbuf, outbytesleft, 0, casetype);
294 size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
296 return ICONV_CONVERTER_CONV(handle, inbuf, inbytesleft, outbuf, outbytesleft, 1, 0);
301 size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype)
303 return ICONV_CONVERTER_CONV(handle, inbuf, inbytesleft, outbuf, outbytesleft, 1, casetype);
279 iconv_conv(void *handle, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
286 iconv_conv_case(void *handle, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype) argument
293 iconv_convchr(void *handle, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
300 iconv_convchr_case(void *handle, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype) argument
H A Diconv_xlat16.c112 size_t *inbytesleft, char **outbuf, size_t *outbytesleft,
124 if (inbuf == NULL || *inbuf == NULL || outbuf == NULL || *outbuf == NULL)
129 dst = *outbuf;
288 *outbuf += on - or;
111 iconv_xlat16_conv(void *d2p, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int convchar, int casetype) argument
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_util.c68 char inbuf[3], outbuf[3], *inp, *outp; local
82 outp = outbuf;
224 char outbuf[3], *outp; local
229 outp = outbuf;
/freebsd-9.3-release/tools/test/iconv/tablegen/
H A Dtablegen.c288 uint32_t outbuf; local
298 outbuf = 0x00000000;
299 outbuf_ = (char *)&outbuf;
316 format(outbuf);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h447 @param outbuf the output buffer
454 int evbuffer_add_buffer(struct evbuffer *outbuf, struct evbuffer *inbuf);
465 @param outbuf the output buffer
470 int evbuffer_add_buffer_reference(struct evbuffer *outbuf,
489 @param outbuf the output buffer
498 int evbuffer_add_reference(struct evbuffer *outbuf,
518 @param outbuf the output buffer
527 int evbuffer_add_file(struct evbuffer *outbuf, int fd, ev_off_t offset,
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c258 LPBYTE outbuf; local
266 if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0) {
267 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
268 netfree(outbuf);
270 if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0) {
271 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
272 netfree(outbuf);
/freebsd-9.3-release/sys/netgraph/
H A Dng_deflate.c66 u_char outbuf[DEFLATE_BUF_SIZE]; /* output buffer */ member in struct:ng_deflate_private
475 /* Compress "inbuf" into "outbuf". */
484 priv->cx.next_out = priv->outbuf + 2 + DEFLATE_HDRLEN;
510 be16enc(priv->outbuf, PROT_COMPD);
511 be16enc(priv->outbuf + 2, priv->seqnum);
514 m_copyback(m, 0, outlen, (caddr_t)priv->outbuf);
597 /* Decompress "inbuf" into "outbuf". */
602 priv->cx.next_out = priv->outbuf + 1;
630 if ((priv->outbuf[1] & 0x01) != 0) {
631 priv->outbuf[
[all...]
H A Dng_mppc.c505 u_char *inbuf, *outbuf; local
525 outbuf = malloc(outlen, M_NETGRAPH_MPPC, M_NOWAIT);
526 if (outbuf == NULL) {
539 dest = outbuf;
558 m_copyback(m, 0, outlen, (caddr_t)outbuf);
570 free(outbuf, M_NETGRAPH_MPPC);
766 u_char *inbuf, *outbuf; local
788 outbuf = malloc(MPPC_DECOMP_BUFSIZE + MPPC_DECOMP_SAFETY,
790 if (outbuf == NULL) {
801 dest = outbuf;
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Dsiena_nic.c41 uint8_t outbuf[MC_CMD_NVRAM_TYPES_OUT_LEN]; local
48 req.emr_out_buf = outbuf;
49 req.emr_out_length = sizeof (outbuf);
279 uint8_t outbuf[MAX(MC_CMD_GET_BOARD_CFG_OUT_LEN, local
290 req.emr_out_buf = outbuf;
321 req.emr_out_buf = outbuf;
371 uint8_t outbuf[MC_CMD_GET_PHY_CFG_OUT_LEN]; local
378 req.emr_out_buf = outbuf;
379 req.emr_out_length = sizeof (outbuf);
480 uint8_t outbuf[MC_CMD_GET_LOOPBACK_MODES_OUT_LE local
541 uint8_t outbuf[MCDI_CTL_SDU_LEN_MAX]; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c348 krb5_data outbuf; local
357 krb5_data_zero(&outbuf);
533 &outbuf);
541 ret = _gsskrb5_encapsulate (minor_status, &outbuf, output_token,
546 krb5_data_free (&outbuf);
651 krb5_data outbuf; local
661 &outbuf);
667 output_token->length = outbuf.length;
668 output_token->value = outbuf.data;
/freebsd-9.3-release/sys/net/
H A Dif_clone.c359 char *buf, *dst, *outbuf = NULL; local
379 outbuf = malloc(IFNAMSIZ*buf_count, M_CLONE, M_WAITOK | M_ZERO);
391 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf;
400 err = copyout(outbuf, dst, buf_count*IFNAMSIZ);
401 if (outbuf != NULL)
402 free(outbuf, M_CLONE);
/freebsd-9.3-release/sys/security/mac/
H A Dmac_internal.h233 char *outbuf, size_t outbuflen);
241 char *outbuf, size_t outbuflen);
248 char *outbuf, size_t outbuflen);
252 char *outbuf, size_t outbuflen);
402 #define MAC_POLICY_EXTERNALIZE(type, label, elementlist, outbuf, \
410 sbuf_new(&sb, outbuf, outbuflen, SBUF_FIXEDLEN); \
/freebsd-9.3-release/tools/regression/file/flock/
H A Dflock.c1133 char outbuf[512]; local
1197 snprintf(outbuf, sizeof(outbuf),
1206 write(1, outbuf,
1207 strlen(outbuf));
1222 snprintf(outbuf, sizeof(outbuf),
1227 write(1, outbuf, strlen(outbuf));
1280 snprintf(outbuf, sizeo
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_bcast.c249 char *outbuf = NULL; /* Broadcast msg buffer */ local
366 outbuf = malloc(maxbufsize);
367 if ((inbuf == NULL) || (outbuf == NULL)) {
390 xdrmem_create(xdrs, outbuf, maxbufsize, XDR_ENCODE);
456 if (_sendto(fdlist[i].fd, outbuf,
562 *((u_int32_t *)(void *)(outbuf))) {
636 if (outbuf)
637 (void) free(outbuf);
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dport.c298 u8 *inbuf, *outbuf; local
312 outbuf = outmailbox->buf;
314 memset(outbuf, 0, 256);
325 *caps = *(__be32 *) (outbuf + 84);

Completed in 237 milliseconds

12345