Searched refs:cbuf (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dalog.c44 if (head->cbuf->next_buf == NULL)
47 head->cbuf = head->cbuf->next_buf;
49 head->cbuf = head->xx_list;
55 buf = head->cbuf;
115 temp = head->cbuf;
123 if (temp == head->cbuf)
176 head->cbuf = temp;
186 temp->next_buf = head->cbuf;
H A Dalog.h49 struct trace_buf *cbuf; member in struct:head_trace_buf
/barrelfish-2018-10-04/usr/examples/xmpl-cow/
H A Dmain.c195 uint8_t *cbuf = cow_vbuf; local
197 cbuf[i * BASE_PAGE_SIZE + 1] = 0x55;
202 printf("buf[0] = %d; cbuf[0] = %d\n", buf[i*BASE_PAGE_SIZE],
203 cbuf[i*BASE_PAGE_SIZE]);
204 printf("buf[1] = %d; cbuf[1] = %d\n", buf[i*BASE_PAGE_SIZE+1],
205 cbuf[i*BASE_PAGE_SIZE+1]);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_client.c388 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
465 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
1370 k=SSL_write(con,&(cbuf[cbuf_off]),
1538 i=raw_read_stdin(cbuf,BUFSIZZ/2);
1542 if (cbuf[j] == '\n')
1546 cbuf[j+lf_num] = cbuf[j];
1547 if (cbuf[j] == '\n')
1551 cbuf[j+lf_num] = '\r';
1557 i=raw_read_stdin(cbuf,BUFSIZ
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssltest.c1104 MS_STATIC char cbuf[1024*8]; local
1108 memset(cbuf, 0, sizeof(cbuf));
1119 if (cw_num > (long)sizeof cbuf)
1120 i = sizeof cbuf;
1123 r = BIO_write(c_ssl_bio, cbuf, i);
1153 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1424 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1438 memset(cbuf,
[all...]
H A Dssl_asn1.c130 unsigned char cbuf; local
179 cbuf = (unsigned char)in->compress_meth;
182 a.comp_id.data = &cbuf;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dssltest.c1104 MS_STATIC char cbuf[1024*8]; local
1108 memset(cbuf, 0, sizeof(cbuf));
1119 if (cw_num > (long)sizeof cbuf)
1120 i = sizeof cbuf;
1123 r = BIO_write(c_ssl_bio, cbuf, i);
1153 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1424 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1438 memset(cbuf,
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetcap.c193 char *record, *cbuf; local
254 cbuf = strdup(record);
256 free(cbuf);
259 if (cbuf == NULL) {
263 *len = strlen(cbuf);
264 *cap = cbuf;
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dbt.c72 char cbuf[BSIZE]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c422 static char cbuf[200],sbuf[200]; local
548 i=BIO_read(c_bio,cbuf,100);
577 fwrite(cbuf,1,i,stdout);

Completed in 797 milliseconds