Searched refs:tmpbuf (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/lib/libc/posix1e/
H A Dacl_to_text.c59 char *buf, *tmpbuf; local
90 len = asprintf(&tmpbuf, "%suser::%s\n", buf,
95 buf = tmpbuf;
117 len = asprintf(&tmpbuf, "%suser:%s:%s\t\t# "
122 len = asprintf(&tmpbuf, "%suser:%s:%s\n", buf,
128 buf = tmpbuf;
145 len = asprintf(&tmpbuf, "%sgroup::%s\t\t# "
149 len = asprintf(&tmpbuf, "%sgroup::%s\n", buf,
155 buf = tmpbuf;
177 len = asprintf(&tmpbuf, "
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Denc_read.c102 static unsigned char *tmpbuf=NULL;
107 if (tmpbuf == NULL)
109 tmpbuf=OPENSSL_malloc(BSIZE);
110 if (tmpbuf == NULL) return(-1);
217 DES_pcbc_encrypt(net,tmpbuf,num,sched,iv,
220 DES_cbc_encrypt(net,tmpbuf,num,sched,iv,
225 memcpy(buf,tmpbuf,num);
H A Ddes.c521 char tmpbuf[8]; local
523 if (rem) memcpy(tmpbuf,&(buf[l]),
529 if (rem) memcpy(&(buf[l]),tmpbuf,
/barrelfish-master/lib/libc/inet/
H A Dnsap_addr.c84 char *tmpbuf = inet_nsap_ntoa_tmpbuf; local
90 ascii = tmpbuf;
91 start = tmpbuf;
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_cswift.c549 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
551 sprintf(tmpbuf, "%ld", sw_status);
552 ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf);
566 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
568 sprintf(tmpbuf, "%ld", sw_status);
569 ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf);
694 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
696 sprintf(tmpbuf, "%ld", sw_status);
697 ERR_add_error_data(2, "CryptoSwift error number is ",tmpbuf);
711 char tmpbuf[DECIMAL_SIZ local
876 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
894 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
987 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
1009 char tmpbuf[DECIMAL_SIZE(sw_status)+1]; local
1074 char tmpbuf[20]; local
1090 char tmpbuf[20]; local
[all...]
H A De_capi.c884 unsigned char *tmpbuf; local
909 if(!(tmpbuf = OPENSSL_malloc(flen)) )
915 tmpbuf[flen - i - 1] = from[i];
918 if(!CryptDecrypt(capi_key->key, 0, TRUE, 0, tmpbuf, &flen))
922 OPENSSL_free(tmpbuf);
925 else memcpy(to, tmpbuf, flen);
927 OPENSSL_free(tmpbuf);
/barrelfish-master/lib/collections/
H A Dflipbuffer.c68 char *tmpbuf; local
71 tmpbuf = fbuf->front;
77 fbuf->back = tmpbuf;
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c202 unsigned char tmpbuf[ENTROPY_NEEDED]; local
307 r = read(fd,(unsigned char *)tmpbuf+n, ENTROPY_NEEDED-n);
343 r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf+n,
353 RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
354 OPENSSL_cleanse(tmpbuf,n);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dasn1pars.c96 unsigned char *tmpbuf; local
307 tmpbuf=(unsigned char *)str;
319 tmpbuf+=j;
322 ctmpbuf = tmpbuf;
341 tmpbuf=at->value.asn1_string->data;
344 str=(char *)tmpbuf;
/barrelfish-master/usr/bfscope/
H A Dbfscope.c178 char tmpbuf[10]; local
180 len = snprintf(tmpbuf, 9, "%zu", trace_length);
181 tcp_write(bfscope_client, tmpbuf, 8, TCP_WRITE_FLAG_COPY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_smime.c562 BIO *tmpbuf, *bread; local
564 if(!(tmpbuf = BIO_new(BIO_f_buffer()))) {
569 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
571 BIO_free_all(tmpbuf);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpvkfmt.c93 unsigned char *tmpbuf, *q; local
96 tmpbuf = OPENSSL_malloc(nbyte);
97 if (!tmpbuf)
99 q = tmpbuf;
102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
103 OPENSSL_free(tmpbuf);
/barrelfish-master/lib/libc/resolv/
H A Dres_debug.c1022 static char tmpbuf[sizeof local
1043 ascii = tmpbuf;

Completed in 192 milliseconds