Home
last modified time | relevance | path

Searched refs:expect_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dagent-pkcs11-restrict.sh9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*
127 echo USERAUTH > $OBJ/expect_$h
128 printf "publickey " >> $OBJ/expect_$h
129 cat $K >> $OBJ/expect_$h
130 echo AGENT >> $OBJ/expect_$h
131 $SSHADD -L | cut -d' ' -f1-2 | sort >> $OBJ/expect_$h
134 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"
153 echo USERAUTH > $OBJ/expect_$h
154 printf "publickey " >> $OBJ/expect_$h
155 cat $K >> $OBJ/expect_$h
[all …]
H A Dagent-restrict.sh9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*
107 expect_key user_$u expect_$u
122 diff $OBJ/ssh_output $OBJ/expect_${_id} ||
232 cp $OBJ/expect_list $OBJ/expect_$h
264 cp $OBJ/expect_list $OBJ/expect_$h
H A Dagent-pkcs11-cert.sh13 rm -f $OBJ/output_* $OBJ/expect_*
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_libm.h10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument
12 long double expect = expect_; \