Searched refs:buf3 (Results 1 - 11 of 11) sorted by path

/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonRandom.c49 uint8_t buf1[bufmax], buf2[bufmax], buf3[bufmax], buf4[bufmax], buf5[bufmax], buf6[bufmax], buf7[bufmax];
89 isnt(CCRandomCopyBytes(rngref, buf3, 1),0, "Exhausted /dev/random failure");
112 is(CCRandomCopyBytes(rngref, buf3, len),0, "Random success");
119 ok(memcmp(buf3, buf4, len), "Buffers aren't the same");
120 ok(memcmp(buf2, buf3, len), "Buffers aren't the same");
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dtest_ntlm.c463 char buf3[362] = local
513 data.length = sizeof(buf3);
514 data.data = buf3;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dutransts.c301 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
320 utrans_getID(t3, buf3, BUF_CAP);
322 if(strcmp(buf1, buf3) != 0 ||
327 utrans_getID(t4, buf3, BUF_CAP);
329 if(strcmp(buf2, buf3) != 0 ||
330 strcmp(buf1, buf3) == 0) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dservice.c49 char buf2[1024],buf3[1024]; local
51 struct berval bv3 = {sizeof(buf3),buf3};
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dconn.c272 char buf3[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
288 mtmbv.bv_len = lutil_gentime( buf3, sizeof( buf3 ), &tm );
289 mtmbv.bv_val = buf3;
348 buf3 );
/macosx-10.10/bind9-45.101/bind9/bin/tests/names/
H A Dt_names.c1809 isc_buffer_t buf3; local
1850 isc_buffer_init(&buf3, junk3, BUFLEN);
1851 dns_result = dns_name_fromtext(&dns_name2, &buf1, NULL, 0, &buf3);
2161 unsigned char buf3[BUFLEN]; local
2190 isc_buffer_init(&iscbuf3, buf3, buflen);
2197 val = chkdata(buf3, iscbuf3.used, exp_data,
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dvalidator.c1407 char buf3[DNS_NAME_FORMATSIZE]; local
1500 dns_name_format(&nsec.next, buf3, sizeof buf3);
1503 buf1, buf2, buf3);
/macosx-10.10/libresolv-57/
H A Dres_mkupdate.c101 u_char buf3[NS_MAXDNAME]; local
546 siglen = b64_pton(buf2, buf3, sizeof(buf3));
550 memcpy(cp, buf3, siglen);
577 keylen = b64_pton(buf2, buf3, sizeof(buf3));
581 memcpy(cp, buf3, keylen);
641 certlen = b64_pton(buf2, buf3, sizeof(buf3));
645 memcpy(cp, buf3, certle
[all...]
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dinfocmp.c621 char buf3[MAX_TERMINFO_LENGTH]; local
681 && (len < sizeof(buf3))
686 (void) strncpy(buf3, sp + csi, len);
687 buf3[len] = '\0';
690 expansion = lookup_params(std_modes, buf2, buf3);
698 && (len < sizeof(buf3))
703 (void) strncpy(buf3, sp + csi + 1, len);
704 buf3[len] = '\0';
707 expansion = lookup_params(private_modes, buf2, buf3);
714 && (len < sizeof(buf3))
[all...]
/macosx-10.10/vim-55/src/
H A Dex_cmds.c54 char_u buf3[7]; local
88 transchar_nonprint(buf3, c);
89 vim_snprintf(buf1, sizeof(buf1), " <%s>", (char *)buf3);
H A Dgui_xmdlg.c166 char buf3[TEMP_BUF_SIZE]; local
169 get_part(font, 1, buf3);
171 if (*buf3 != NUL)
172 vim_snprintf(buf, TEMP_BUF_SIZE, "%s (%s)", buf2, buf3);
184 char buf3[TEMP_BUF_SIZE]; local
186 get_part(font, 3, buf3);
191 vim_snprintf(buf, TEMP_BUF_SIZE, "%s %s", buf3, buf2);
193 strcpy(buf, buf3);
198 vim_snprintf(buf3, TEMP_BUF_SIZE, "%s %s", buf, buf2);
200 strcpy(buf3, bu
[all...]

Completed in 341 milliseconds