Searched refs:tmp_out (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_008_pos.ksh | 44 for file in $fbackup $mnt_file $tmp_out; do 66 typeset tmp_out=$TEST_BASE_DIR/tmpout.$$ 90 log_must eval "zfs receive $opt $rst_fs < $fbackup > $tmp_out 2>&1" 92 log_must eval "grep \"$verb_msg\" $tmp_out >/dev/null 2>&1" 98 log_must eval "grep \"$dryrun_msg\" $tmp_out >/dev/null 2>&1" 110 log_must eval "zfs receive -vn -d -F $rst_fs <$fbackup >$tmp_out 2>&1" 121 log_must eval "grep \"$dryrun_msg\" $tmp_out > /dev/null 2>&1"
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_receive/ |
| H A D | zfs_receive_008_pos.ksh | 64 for file in $fbackup $mnt_file $tmp_out; do 86 typeset tmp_out=$TMPDIR/tmpout.${TESTCASE_ID} 115 log_must eval "$ZFS receive $opt $rst_fs < $fbackup > $tmp_out 2>&1" 117 log_must eval "$GREP \"$verb_msg\" $tmp_out >/dev/null 2>&1" 123 log_must eval "$GREP \"$dryrun_msg\" $tmp_out >/dev/null 2>&1" 135 log_must eval "$ZFS receive -vn -d -F $rst_fs <$fbackup >$tmp_out 2>&1" 146 log_must eval "$GREP \"$dryrun_msg\" $tmp_out > /dev/null 2>&1"
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_internal.c | 412 u8 *tmp_out = NULL; in tls_connection_prf() local 419 tmp_out = os_malloc(skip + out_len); in tls_connection_prf() 420 if (!tmp_out) in tls_connection_prf() 422 _out = tmp_out; in tls_connection_prf() 441 bin_clear_free(tmp_out, skip); in tls_connection_prf()
|
| H A D | tls_wolfssl.c | 2487 byte *tmp_out; in tls_connection_get_eap_fast_key() local 2504 tmp_out = os_malloc(skip + out_len); in tls_connection_get_eap_fast_key() 2505 if (!tmp_out) in tls_connection_get_eap_fast_key() 2507 _out = tmp_out; in tls_connection_get_eap_fast_key() 2534 bin_clear_free(tmp_out, skip + out_len); in tls_connection_get_eap_fast_key()
|
| H A D | tls_openssl.c | 4789 u8 *tmp_out = NULL; 4816 tmp_out = os_malloc(skip + out_len); 4817 if (!tmp_out) 4819 _out = tmp_out; 4823 os_free(tmp_out); 4849 bin_clear_free(tmp_out, skip);
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 435 unsigned char *tmp_out; in server_alpn_cb() local 442 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb() 446 *out = tmp_out; in server_alpn_cb()
|
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.c | 1182 unsigned char* tmp_out; in dot_alpn_select_cb() local 1184 ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen); in dot_alpn_select_cb() 1191 *out = tmp_out; in dot_alpn_select_cb()
|