Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 10 of 10) sorted by relevance

/minix/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c2561 char *buf3 = 0 ; in XS() local
2583 arg3 = (char *)(buf3); in XS()
2739 char *buf3 = 0 ; in XS() local
2763 arg3 = (char *)(buf3); in XS()
2875 char *buf3 = 0 ; in XS() local
3054 char *buf3 = 0 ; in XS() local
3124 char *buf3 = 0 ; in XS() local
3187 char *buf3 = 0 ; in XS() local
3275 char *buf3 = 0 ; in XS() local
3339 char *buf3 = 0 ; in XS() local
[all …]
/minix/minix/tests/
H A Dtest56.c390 char buf3[BUFSIZE]; in test_vectorio() local
402 memset(buf3, '\0', BUFSIZE); in test_vectorio()
413 iov[2].iov_base = buf3; in test_vectorio()
441 memset(buf3, '\0', BUFSIZE); in test_vectorio()
446 iov[1].iov_base = buf3; in test_vectorio()
483 char buf3[BUFSIZE]; in test_msg() local
494 memset(buf3, '\0', BUFSIZE); in test_msg()
505 iov[2].iov_base = buf3; in test_msg()
547 iov[1].iov_base = buf3; in test_msg()
599 char buf3[BUFSIZE]; in test_scm_credentials() local
[all …]
H A Dtest74.c294 static void forget_buffers(void *buf1, void *buf2, void *buf3, int fd1, int fd2, int size) in forget_buffers() argument
298 if(munmap(buf3, size) < 0) { e(2); } in forget_buffers()
H A Dcommon-socket.c1456 char buf3[BUFSIZE]; in test_msg_dgram() local
1487 memset(&buf3, '\0', BUFSIZE); in test_msg_dgram()
1491 strncpy(buf3, "great!", BUFSIZE-1); in test_msg_dgram()
1497 iov[2].iov_base = buf3; in test_msg_dgram()
H A Dtest92.c415 uint8_t buf[6], buf2[6], *buf3; in test92c() local
598 if ((buf3 = malloc(4096)) == NULL) e(0); in test92c()
605 if (sendto(fd, buf3, 4096, 0, (struct sockaddr *)&sin6, in test92c()
608 free(buf3); in test92c()
/minix/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3468 char *buf3 = 0 ; in _wrap_netpgp_setvar() local
3489 arg3 = (char *)(buf3); in _wrap_netpgp_setvar()
3626 char *buf3 = 0 ; in _wrap_netpgp_set_homedir() local
3650 arg3 = (char *)(buf3); in _wrap_netpgp_set_homedir()
3745 char *buf3 = 0 ; in _wrap_netpgp_get_key() local
3904 char *buf3 = 0 ; in _wrap_netpgp_encrypt_file() local
3970 char *buf3 = 0 ; in _wrap_netpgp_decrypt_file() local
4028 char *buf3 = 0 ; in _wrap_netpgp_sign_file() local
4110 char *buf3 = 0 ; in _wrap_netpgp_verify_file() local
4169 char *buf3 = 0 ; in _wrap_netpgp_sign_memory() local
[all …]
/minix/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c2418 char *buf3 = 0 ; in _wrap_netpgp_setvar() local
2436 arg3 = (char *)(buf3); in _wrap_netpgp_setvar()
2716 char *buf3 = 0 ; in _wrap_netpgp_encrypt_file() local
2739 arg3 = (char *)(buf3); in _wrap_netpgp_encrypt_file()
2777 char *buf3 = 0 ; in _wrap_netpgp_decrypt_file() local
2797 arg3 = (char *)(buf3); in _wrap_netpgp_decrypt_file()
2831 char *buf3 = 0 ; in _wrap_netpgp_sign_file() local
2858 arg3 = (char *)(buf3); in _wrap_netpgp_sign_file()
2906 char *buf3 = 0 ; in _wrap_netpgp_verify_file() local
2926 arg3 = (char *)(buf3); in _wrap_netpgp_verify_file()
[all …]
/minix/external/bsd/bind/dist/bin/tests/names/
H A Dt_names.c1845 isc_buffer_t buf3; in test_dns_name_totext() local
1886 isc_buffer_init(&buf3, junk3, BUFLEN); in test_dns_name_totext()
1887 dns_result = dns_name_fromtext(&dns_name2, &buf1, NULL, 0, &buf3); in test_dns_name_totext()
2205 unsigned char buf3[BUFLEN]; in test_dns_name_towire() local
2234 isc_buffer_init(&iscbuf3, buf3, (unsigned int)buflen); in test_dns_name_towire()
2241 val = chkdata(buf3, iscbuf3.used, exp_data, in test_dns_name_towire()
/minix/external/bsd/bind/dist/lib/dns/
H A Dvalidator.c984 char buf3[DNS_NAME_FORMATSIZE]; in view_find() local
1074 dns_name_format(&nsec.next, buf3, sizeof buf3); in view_find()
1077 buf1, buf2, buf3); in view_find()
/minix/external/bsd/llvm/dist/llvm/lib/Target/
H A DREADME.txt1253 char buf1[6], buf2[6], buf3[4], buf4[4];
1259 ret += snprintf (buf3, sizeof buf3, "%s", i++ < 6 ? "abc" : "def") * 256;