Searched refs:newcc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c399 struct cc *newcc; local
463 newcc = (struct cc *)malloc(sizeof(*newcc));
464 if (newcc == NULL) {
468 newcc->rdclass = rdclass;
469 strncpy(newcc->classbuf, classbuf, sizeof(newcc->classbuf));
470 newcc->classbuf[sizeof(newcc->classbuf) - 1] = '\0';
480 free((char *)newcc);
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgen.c435 struct cc *newcc; local
499 newcc = (struct cc *)malloc(sizeof(*newcc));
500 if (newcc == NULL) {
504 newcc->rdclass = rdclass;
505 strncpy(newcc->classbuf, classbuf, sizeof(newcc->classbuf));
506 newcc->classbuf[sizeof(newcc->classbuf) - 1] = '\0';
516 free((char *)newcc);
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c233 size_t newcc; local
247 newcc = 0;
249 for (*cc = 0 ; *cc < totlen ; newcc += partial, *cc += partial + 1) {
252 memcpy(&mem->mem[newcc], &p[*cc + 1], partial);
256 memcpy(&mem->mem[newcc], &p[*cc], partial);
257 newcc += partial;
262 return newcc;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c535 size_t newcc; local
549 newcc = 0;
551 for (*cc = 0 ; *cc < totlen ; newcc += partial, *cc += partial + 1) {
554 memcpy(&mem->mem[newcc], &p[*cc + 1], partial);
558 memcpy(&mem->mem[newcc], &p[*cc], partial);
559 newcc += partial;
564 return newcc;

Completed in 86 milliseconds