Searched refs:cbuf (Results 1 - 25 of 39) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex193 char cbuf[128];
198 cbuf, sizeof(cbuf),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpegdec.c1173 char *cbuf = av_malloc(len - 1); local
1174 if (cbuf) {
1177 cbuf[i] = get_bits(&s->gb, 8);
1178 if (i > 0 && cbuf[i-1] == '\n')
1179 cbuf[i-1] = 0;
1181 cbuf[i] = 0;
1184 av_log(s->avctx, AV_LOG_INFO, "mjpeg comment: '%s'\n", cbuf);
1187 if (!strcmp(cbuf, "AVID"))
1193 else if(!strcmp(cbuf, "CS=ITU601")){
1197 av_free(cbuf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_client.c239 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
288 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
717 k=SSL_write(con,&(cbuf[cbuf_off]),
877 i=read(fileno(stdin),cbuf,BUFSIZZ/2);
881 if (cbuf[j] == '\n')
885 cbuf[j+lf_num] = cbuf[j];
886 if (cbuf[j] == '\n')
890 cbuf[j+lf_num] = '\r';
896 i=read(fileno(stdin),cbuf,BUFSIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/threads/
H A Dmttest.c393 static char cbuf[200],sbuf[200]; local
519 i=BIO_read(c_bio,cbuf,100);
548 fwrite(cbuf,1,i,stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssltest.c891 MS_STATIC char cbuf[1024*8]; local
895 memset(cbuf, 0, sizeof(cbuf));
906 if (cw_num > (long)sizeof cbuf)
907 i = sizeof cbuf;
910 r = BIO_write(c_ssl_bio, cbuf, i);
940 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1211 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1226 memset(cbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c891 MS_STATIC char cbuf[1024*8]; local
895 memset(cbuf, 0, sizeof(cbuf));
906 if (cw_num > (long)sizeof cbuf)
907 i = sizeof cbuf;
910 r = BIO_write(c_ssl_bio, cbuf, i);
940 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1211 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1226 memset(cbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2644 struct strbuf cbuf, dbuf; local
2664 cbuf.buf = (char *) &req;
2665 cbuf.len = sizeof(req);
2667 if (putmsg(fd, &cbuf, NULL, 0) == -1) {
2674 cbuf.buf = (char *) &ack;
2675 cbuf.maxlen = sizeof(ack);
2679 r = getmsg(fd, &cbuf, &dbuf, &flags);
2686 if (cbuf.len < sizeof(struct T_optmgmt_ack)
2691 cbuf.len, ack.ack.PRIM_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c99 static char cbuf[ 8 ]; variable
263 cbuf[ 0 ] = 0;
264 cbuf[ 1 ] = PAP_SENDSTATUS;
265 cbuf[ 2 ] = cbuf[ 3 ] = 0;
267 atpb.atp_sreqdata = cbuf;
318 cbuf[ 0 ] = connid = getpid() & 0xff;
319 cbuf[ 1 ] = PAP_OPEN;
320 cbuf[ 2 ] = cbuf[
[all...]
H A Dpapstatus.c88 static char cbuf[ 8 ]; variable
173 cbuf[ 0 ] = 0;
174 cbuf[ 1 ] = PAP_SENDSTATUS;
175 cbuf[ 2 ] = cbuf[ 3 ] = 0;
178 atpb.atp_sreqdata = cbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dappl.c364 char *buf, *cbuf; local
465 cbuf = obj->newtmp;
466 q = cbuf;
470 q = cbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dmain.c176 char cbuf[ 8 ]; local
376 atpb.atp_rreqdata = cbuf;
377 atpb.atp_rreqdlen = sizeof( cbuf );
385 switch( cbuf[ 1 ] ) {
387 connid = (unsigned char)cbuf[ 0 ];
388 sock = (unsigned char)cbuf[ 4 ];
389 quantum = (unsigned char)cbuf[ 5 ];
390 rbuf[ 0 ] = cbuf[ 0 ];
H A Dsession.c62 char cbuf[ 578 ]; local
82 cbuf[ 0 ] = connid;
83 cbuf[ 1 ] = PAP_READ;
86 memcpy( &cbuf[ 2 ], &netseq, sizeof( netseq ));
88 atpb.atp_sreqdata = cbuf;
129 cbuf[ 0 ] = connid;
130 cbuf[ 1 ] = PAP_TICKLE;
131 cbuf[ 2 ] = cbuf[ 3 ] = 0;
133 atpb.atp_sreqdata = cbuf;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c99 static char cbuf[ 8 ]; variable
263 cbuf[ 0 ] = 0;
264 cbuf[ 1 ] = PAP_SENDSTATUS;
265 cbuf[ 2 ] = cbuf[ 3 ] = 0;
267 atpb.atp_sreqdata = cbuf;
318 cbuf[ 0 ] = connid = getpid() & 0xff;
319 cbuf[ 1 ] = PAP_OPEN;
320 cbuf[ 2 ] = cbuf[
[all...]
H A Dpapstatus.c88 static char cbuf[ 8 ]; variable
173 cbuf[ 0 ] = 0;
174 cbuf[ 1 ] = PAP_SENDSTATUS;
175 cbuf[ 2 ] = cbuf[ 3 ] = 0;
178 atpb.atp_sreqdata = cbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dappl.c367 char *buf, *cbuf; local
468 cbuf = obj->newtmp;
469 q = cbuf;
473 q = cbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmain.c176 char cbuf[ 8 ]; local
376 atpb.atp_rreqdata = cbuf;
377 atpb.atp_rreqdlen = sizeof( cbuf );
385 switch( cbuf[ 1 ] ) {
387 connid = (unsigned char)cbuf[ 0 ];
388 sock = (unsigned char)cbuf[ 4 ];
389 quantum = (unsigned char)cbuf[ 5 ];
390 rbuf[ 0 ] = cbuf[ 0 ];
H A Dsession.c62 char cbuf[ 578 ]; local
82 cbuf[ 0 ] = connid;
83 cbuf[ 1 ] = PAP_READ;
86 memcpy( &cbuf[ 2 ], &netseq, sizeof( netseq ));
88 atpb.atp_sreqdata = cbuf;
129 cbuf[ 0 ] = connid;
130 cbuf[ 1 ] = PAP_TICKLE;
131 cbuf[ 2 ] = cbuf[ 3 ] = 0;
133 atpb.atp_sreqdata = cbuf;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c254 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
317 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
941 k=SSL_write(con,&(cbuf[cbuf_off]),
1103 i=read(fileno(stdin),cbuf,BUFSIZZ/2);
1107 if (cbuf[j] == '\n')
1111 cbuf[j+lf_num] = cbuf[j];
1112 if (cbuf[j] == '\n')
1116 cbuf[j+lf_num] = '\r';
1122 i=read(fileno(stdin),cbuf,BUFSIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c420 static char cbuf[200],sbuf[200]; local
546 i=BIO_read(c_bio,cbuf,100);
575 fwrite(cbuf,1,i,stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c996 MS_STATIC char cbuf[1024*8]; local
1000 memset(cbuf, 0, sizeof(cbuf));
1011 if (cw_num > (long)sizeof cbuf)
1012 i = sizeof cbuf;
1015 r = BIO_write(c_ssl_bio, cbuf, i);
1045 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1316 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1331 memset(cbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c996 MS_STATIC char cbuf[1024*8]; local
1000 memset(cbuf, 0, sizeof(cbuf));
1011 if (cw_num > (long)sizeof cbuf)
1012 i = sizeof cbuf;
1015 r = BIO_write(c_ssl_bio, cbuf, i);
1045 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1316 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1331 memset(cbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dm8260_tty.c224 serial_readbuf(u_char *cbuf) argument
252 *cbuf++ = *buf++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drocket.c326 unsigned char *cbuf; local
404 space = tty_prepare_flip_string(tty, &cbuf, ToRecv);
415 sInStrW(sGetTxRxDataIO(cp), (unsigned short *) cbuf, wRecv);
417 cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp));
H A Dser_a2232.c506 volatile u_char *ibuf, *cbuf, *obuf; local
527 cbuf = mem->InCtl[p];
532 switch (cbuf[bufpos]) {
554 printk("A2232: 65EC02 software broken, unknown data type %d occurred.\n",cbuf[bufpos]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c1157 char cbuf[60]; local
1274 sprintf(cbuf, "00;FV2ON\n01;EAZ%c\n02;EAZ%c\n",
1276 i = icn_writecmd(cbuf, strlen(cbuf), 0, card);
1288 sprintf(cbuf, "00;FV2OFF\n");
1289 i = icn_writecmd(cbuf, strlen(cbuf), 0, card);
1324 sprintf(cbuf, "%02d;D%s_R%s,%02d,%02d,%s\n", (int) (a + 1),
1327 i = icn_writecmd(cbuf, strlen(cbuf),
[all...]

Completed in 304 milliseconds

12