Searched refs:expected_out (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 60 void expected_out(const char *file) { in expected_out() function 118 expected_out(file); in call_execv() 132 expected_out(file); in call_execve() 145 expected_out(file); in call_execvp() 158 expected_out(file); in call_execvP() 172 expected_out(file); in call_execvpe() 186 expected_out(file); in call_exect() 198 expected_out(file); in call_execl() 210 expected_out(file); in call_execlp() 223 expected_out(file); in call_execle() [all …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | t_options.lua | 79 local expected_out = assert(io.open("expected.out", "w")) 198 expected_out:write(input_excl_comm) 212 expected_out:write(output_excl_comm) 245 expected_out:write(line .. "\n") 301 expected_out:write(line .. "\n") 331 expected_out:close()
|
/netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
H A D | generichash.c | 1297 unsigned char *expected_out; in tv() local 1306 expected_out = (unsigned char *) sodium_malloc(crypto_generichash_BYTES_MAX); in tv() 1313 sodium_hex2bin(expected_out, crypto_generichash_BYTES_MAX, in tv() 1323 if (memcmp(out, expected_out, crypto_generichash_BYTES_MAX) != 0) { in tv() 1330 sodium_free(expected_out); in tv()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | evp_test.c | 578 unsigned char *in, *expected_out, *tmp = NULL; in cipher_test_enc() local 590 expected_out = expected->ciphertext; in cipher_test_enc() 595 expected_out = expected->plaintext; in cipher_test_enc() 746 if (!memory_err_compare(t, "VALUE_MISMATCH", expected_out, out_len, in cipher_test_enc()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | evp_test.c | 694 unsigned char *in, *expected_out, *tmp = NULL; in cipher_test_enc() local 712 expected_out = expected->ciphertext; in cipher_test_enc() 717 expected_out = expected->plaintext; in cipher_test_enc() 975 expected_out += expected->iv_len; in cipher_test_enc() 981 if (!memory_err_compare(t, "VALUE_MISMATCH", expected_out, out_len, in cipher_test_enc()
|