/netbsd-src/external/bsd/unbound/dist/testdata/02-unittest.tdir/ |
H A D | 02-unittest.test | 22 tmpout=/tmp/tmpout.$$ 23 if (cd $PRE; valgrind $VALGRIND_FLAGS ./unittest >$tmpout 2>&1); then 29 if grep "All heap blocks were freed -- no leaks are possible" $tmpout; then 32 cat $tmpout 34 grep "in use at exit" $tmpout 37 if grep "ERROR SUMMARY: 0 errors from 0 contexts" $tmpout; then 40 cat $tmpout 42 grep "ERROR SUMMARY" $tmpout 45 rm -f $tmpout
|
/netbsd-src/external/bsd/unbound/dist/testdata/03-testbound.tdir/ |
H A D | 03-testbound.test | 31 if (valgrind $VALGRIND_FLAGS $PRE/testbound -s >tmpout 2>&1;); then 37 if grep "All heap blocks were freed -- no leaks are possible" tmpout; then 40 cat tmpout 42 grep "in use at exit" tmpout 45 if grep "ERROR SUMMARY: 0 errors from 0 contexts" tmpout; then 48 cat tmpout 50 grep "ERROR SUMMARY" tmpout 117 if (valgrind $VALGRIND_FLAGS $PRE/testbound -p $input >tmpout 2>&1;); then 123 if grep "All heap blocks were freed -- no leaks are possible" tmpout; then 126 grep "^==" tmpout [all …]
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | bcrypt_pbkdf.c | 116 u_int8_t tmpout[BCRYPT_HASHSIZE]; in bcrypt_pbkdf() local 147 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 148 memcpy(out, tmpout, sizeof(out)); in bcrypt_pbkdf() 152 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout)); in bcrypt_pbkdf() 153 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 155 out[j] ^= tmpout[j]; in bcrypt_pbkdf()
|
/netbsd-src/libexec/httpd/testsuite/ |
H A D | test-simple | 12 tmpout="tmp.$test.out" 23 ${bozohttpd} "$@" "${datadir}" < "$in" > "$tmpout" 24 if "$curdir/html_cmp" cmp "$out" "$tmpout"; then 30 $curdir/html_cmp diff "$out" "$tmpout"
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_smime.c | 36 BIO *tmpout; in cms_copy_content() local 38 tmpout = cms_get_text_bio(out, flags); in cms_copy_content() 40 if (tmpout == NULL) { in cms_copy_content() 58 if (tmpout && (BIO_write(tmpout, buf, i) != i)) in cms_copy_content() 63 if (!SMIME_text(tmpout, out)) { in cms_copy_content() 72 if (tmpout != out) in cms_copy_content() 73 BIO_free(tmpout); in cms_copy_content() 274 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; in CMS_verify() local 360 tmpout = cms_get_text_bio(out, flags); in CMS_verify() 361 if (!tmpout) { in CMS_verify() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_smime.c | 37 BIO *tmpout; in cms_copy_content() local 39 tmpout = cms_get_text_bio(out, flags); in cms_copy_content() 41 if (tmpout == NULL) { in cms_copy_content() 59 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i)) in cms_copy_content() 64 if (!SMIME_text(tmpout, out)) { in cms_copy_content() 72 if (tmpout != out) in cms_copy_content() 73 BIO_free(tmpout); in cms_copy_content() 314 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; in CMS_verify() local 423 tmpout = cms_get_text_bio(out, flags); in CMS_verify() 424 if (tmpout == NULL) { in CMS_verify() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/ |
H A D | pk7_smime.c | 215 BIO *tmpin = NULL, *tmpout = NULL; in PKCS7_verify() local 316 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify() 320 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify() 322 tmpout = out; in PKCS7_verify() 333 if (tmpout) in PKCS7_verify() 334 BIO_write(tmpout, buf, i); in PKCS7_verify() 338 if (!SMIME_text(tmpout, out)) { in PKCS7_verify() 340 BIO_free(tmpout); in PKCS7_verify() 343 BIO_free(tmpout); in PKCS7_verify()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs7/ |
H A D | pk7_smime.c | 224 BIO *tmpin = NULL, *tmpout = NULL; in PKCS7_verify() local 326 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify() 330 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify() 332 tmpout = out; in PKCS7_verify() 343 if (tmpout) in PKCS7_verify() 344 BIO_write(tmpout, buf, i); in PKCS7_verify() 348 if (!SMIME_text(tmpout, out)) { in PKCS7_verify() 350 BIO_free(tmpout); in PKCS7_verify() 353 BIO_free(tmpout); in PKCS7_verify()
|
/netbsd-src/external/bsd/kyua-cli/dist/integration/ |
H A D | utils.sh | 67 kyua "\${@}" >kyua.tmpout 69 cat kyua.tmpout | ${utils_strip_timestamp}
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/ |
H A D | p12_key.c | 86 unsigned char *tmpout = out; in PKCS12_key_gen_uni() local 141 h__dump(tmpout, tmpn); in PKCS12_key_gen_uni()
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | ChangeLog.1 | 1225 * autoheader.sh ($# -eq 0): Set var $tmpout to name of temp file, 1227 (just before exit): If $# -eq 0, then move $tmpout to config.h.in 1228 if $status -eq 0, or remove $tmpout otherwise.
|
H A D | ChangeLog.2 | 10369 * autoheader.sh: Force $tmpout to close to avoid Windows file 12163 * autoupdate.sh: Make sure $infile can be read, and $tmpout has
|