Searched refs:outbuf (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-10.0-release/usr.bin/uudecode/
H A Duudecode.c415 unsigned char outbuf[MAXPATHLEN * 4]; local
447 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
451 fwrite(outbuf, 1, n, outfp);
/freebsd-10.0-release/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c323 char outbuf[LINE_LENGTH+1]; local
347 op = outbuf;
365 fwrite(outbuf, sizeof(char), op - outbuf, sm_fp);
/freebsd-10.0-release/sys/libkern/
H A Diconv_ucs.c168 size_t *inbytesleft, char **outbuf, size_t *outbytesleft,
179 if (inbuf == NULL || *inbuf == NULL || outbuf == NULL || *outbuf == NULL)
184 dst = *outbuf;
367 *outbuf += on - or;
167 iconv_ucs_conv(void *d2p, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int convchar, int casetype) argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-sds.c281 tob64 (unsigned char *inbuf, char *outbuf, int len)
289 p = outbuf;
303 return (p - outbuf);
307 fromb64 (char *inbuf, char *outbuf, int len)
324 *outbuf++ = (sum >> 16) & 0xff;
325 *outbuf++ = (sum >> 8) & 0xff;
326 *outbuf++ = sum & 0xff;
280 tob64(unsigned char *inbuf, char *outbuf, int len) argument
306 fromb64(char *inbuf, char *outbuf, int len) argument
H A Dremote.c2488 char *buf = NULL, *outbuf;
2513 outbuf = xstrprintf ("vCont;S%02x", siggnal);
2515 outbuf = xstrprintf ("vCont;s");
2517 outbuf = xstrprintf ("vCont;C%02x", siggnal);
2519 outbuf = xstrprintf ("vCont;c");
2525 outbuf = xstrprintf ("vCont;S%02x:%x;c", siggnal,
2528 outbuf = xstrprintf ("vCont;s:%x;c", PIDGET (inferior_ptid));
2530 outbuf = xstrprintf ("vCont;C%02x:%x;c", siggnal,
2533 outbuf = xstrprintf ("vCont;c");
2539 outbuf
2481 char *buf = NULL, *outbuf; local
5012 remote_rcmd(char *command, struct ui_file *outbuf) argument
[all...]
H A Dtarget.h833 #define target_rcmd(command, outbuf) \
834 (*current_target.to_rcmd) (command, outbuf)
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c815 dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
820 outp = outbuf;
847 outbuf[1] = '\0';
851 outp = outbuf;
862 char *up, *outp, unicode[3], outbuf[3]; local
905 outp = outbuf;
936 win2unixchr(u_char *outbuf, u_int16_t wc, struct msdosfsmount *pmp) argument
941 outp = outbuf;
964 outp = outbuf;
974 u_char *outp, outbuf[ local
[all...]
/freebsd-10.0-release/sys/net/
H A Dif_clone.c480 char *buf, *dst, *outbuf = NULL; local
500 outbuf = malloc(IFNAMSIZ*buf_count, M_CLONE, M_WAITOK | M_ZERO);
512 for (ifc = LIST_FIRST(&V_if_cloners), buf = outbuf;
521 err = copyout(outbuf, dst, buf_count*IFNAMSIZ);
522 if (outbuf != NULL)
523 free(outbuf, M_CLONE);
H A Dif_bridge.c1286 char *buf, *outbuf; local
1301 outbuf = malloc(buflen, M_TEMP, M_WAITOK | M_ZERO);
1305 buf = outbuf;
1339 error = copyout(outbuf, bifc->ifbic_req, bifc->ifbic_len);
1341 free(outbuf, M_TEMP);
1351 char *buf, *outbuf; local
1363 outbuf = malloc(buflen, M_TEMP, M_WAITOK | M_ZERO);
1367 buf = outbuf;
1392 error = copyout(outbuf, bac->ifbac_req, bac->ifbac_len);
1394 free(outbuf, M_TEM
1670 char *buf, *outbuf; local
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_pred1.c74 u_char outbuf[PRED1_BUF_SIZE]; /* output buffer */ member in struct:ng_pred1_private
421 len = Pred1Compress(node, priv->inbuf + 2, priv->outbuf + 2, inlen);
425 out = priv->outbuf;
503 len1 = Pred1Decompress(node, priv->inbuf + 2, priv->outbuf,
522 fcs = Crc16(fcs, priv->outbuf, len);
533 m_copyback(m, 0, len, (caddr_t)priv->outbuf);
/freebsd-10.0-release/sys/kern/
H A Dsysv_shm.c995 struct oshmid_ds outbuf; local
1015 ipcperm_new2old(&shmseg->u.shm_perm, &outbuf.shm_perm);
1016 outbuf.shm_segsz = shmseg->u.shm_segsz;
1017 outbuf.shm_cpid = shmseg->u.shm_cpid;
1018 outbuf.shm_lpid = shmseg->u.shm_lpid;
1019 outbuf.shm_nattch = shmseg->u.shm_nattch;
1020 outbuf.shm_atime = shmseg->u.shm_atime;
1021 outbuf.shm_dtime = shmseg->u.shm_dtime;
1022 outbuf.shm_ctime = shmseg->u.shm_ctime;
1023 outbuf
[all...]
/freebsd-10.0-release/sys/security/mac/
H A Dmac_socket.c205 char *outbuf, size_t outbuflen)
209 MAC_POLICY_EXTERNALIZE(socket, label, elements, outbuf, outbuflen);
216 char *outbuf, size_t outbuflen)
220 MAC_POLICY_EXTERNALIZE(socketpeer, label, elements, outbuf,
204 mac_socket_externalize_label(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
215 mac_socketpeer_externalize_label(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
H A Dmac_cred.c157 char *outbuf, size_t outbuflen)
161 MAC_POLICY_EXTERNALIZE(cred, label, elements, outbuf, outbuflen);
156 mac_cred_externalize_label(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
H A Dmac_pipe.c110 char *outbuf, size_t outbuflen)
114 MAC_POLICY_EXTERNALIZE(pipe, label, elements, outbuf, outbuflen);
109 mac_pipe_externalize_label(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
H A Dmac_net.c279 char *outbuf, size_t outbuflen)
283 MAC_POLICY_EXTERNALIZE(ifnet, label, elements, outbuf, outbuflen);
278 mac_ifnet_externalize_label(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c652 caddr_t outbuf; local
655 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base)
658 bufpos = outbuf;
663 *resszp = bufpos - outbuf;
664 return (outbuf);
698 caddr_t outbuf; local
759 outbuf = write_compressed_buffer(&h, buf, resszp);
761 outbuf = write_buffer(&h, buf, resszp);
764 return (outbuf);
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dkerberos5.c311 krb5_data outbuf; local
446 ret = krb5_mk_rep(context, auth_context, &outbuf);
456 Data(ap, KRB_RESPONSE, outbuf.data, outbuf.length);
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c346 krb5_data outbuf; local
484 ret = krb5_mk_rep(context, auth_context, &outbuf);
495 Data(ap, KRB_RESPONSE, outbuf.data, outbuf.length);
/freebsd-10.0-release/lib/libedit/
H A Dmap.c1125 char outbuf[EL_BUFSIZ]; local
1129 (void) key__decode_str(in, outbuf, sizeof(outbuf), "");
1134 "%s\t->\t%s\n", outbuf, bp->name);
1251 char outbuf[EL_BUFSIZ]; local
1352 if ((out = parse__string(outbuf, argv[argc])) == NULL) {
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Dsiena_phy.c195 uint8_t outbuf[MC_CMD_GET_LINK_OUT_LEN]; local
202 req.emr_out_buf = outbuf;
203 req.emr_out_length = sizeof (outbuf);
382 uint8_t outbuf[MC_CMD_GET_PHY_STATE_OUT_LEN]; local
390 req.emr_out_buf = outbuf;
391 req.emr_out_length = sizeof (outbuf);
H A Defx_mcdi.c485 uint8_t outbuf[MAX(MC_CMD_GET_VERSION_OUT_LEN, local
501 req.emr_out_buf = outbuf;
542 req.emr_out_buf = outbuf;
/freebsd-10.0-release/libexec/getty/
H A Dmain.c669 char outbuf[OBUFSIZ]; variable
684 outbuf[obufcnt++] = c;
695 write(STDOUT_FILENO, outbuf, obufcnt);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_socket.c1300 caddr_t outbuf; local
1352 outbuf = PTRIN(linux_msg.msg_control);
1426 error = copyout(linux_cmsg, outbuf, L_CMSG_HDRSZ);
1429 outbuf += L_CMSG_HDRSZ;
1431 error = copyout(data, outbuf, datalen);
1435 outbuf += LINUX_CMSG_ALIGN(datalen);
/freebsd-10.0-release/contrib/gdtoa/
H A Dprintf.c0669 #define put(x) { *outbuf++ = x; if (outbuf == obe) outbuf = (*fput)(f,&rv); }
683 char *digits, *ob0, *outbuf, *s, *s0, *se;
705 ob0 = outbuf = f->ob0;
901 c = outbuf - ob0 + rv;
1331 *outbuf = 0;
1332 return (f->lastlen = outbuf - ob0) + rv;
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dport.c452 u8 *inbuf, *outbuf; local
466 outbuf = outmailbox->buf;
468 memset(outbuf, 0, 256);
480 *caps = *(__be32 *) (outbuf + 84);

Completed in 353 milliseconds

1234