Home
last modified time | relevance | path

Searched refs:error_r (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dexp_2.c80 int error_r; in mpfr_exp_2() local
146 error_r = 0; in mpfr_exp_2()
149 error_r = mpfr_nbits_ulong (SAFE_ABS (unsigned long, n) + 1); in mpfr_exp_2()
169 MPFR_GROUP_INIT_2(group, q + error_r, r, s); in mpfr_exp_2()
179 n, K, l, (unsigned long) q, error_r)); in mpfr_exp_2()
213 if (MPFR_LIKELY(error_r > 0)) in mpfr_exp_2()
259 MPFR_GROUP_REPREC_2(group, q+error_r, r, s); in mpfr_exp_2()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshsig.c202 error_r(r, "Couldn't sign message (signer)"); in sshsig_wrap_sign()
209 error_r(r, "Couldn't sign message"); in sshsig_wrap_sign()
369 error_r(r, "Couldn't verify signature: unable to get " in sshsig_wrap_verify()
382 error_r(r, "Signature verification failed"); in sshsig_wrap_verify()
H A Dauth-options.c95 error_r(r, "Unable to parse certificate options"); in cert_option_list()
131 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
146 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
H A Dlog.h110 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
H A Dssh.c528 error_r(r, "load %s \"%s\"", message, path); in check_load()
542 error_r(r, "load %s \"%s\"", message, path); in check_load()
H A Dkrl.c1328 error_r(r, "parse KRL key"); in krl_dump()
H A Dsshconnect.c1566 error_r(r, "Error checking host key %s %s in " in verify_host_key()