| /src/external/lgpl3/mpfr/dist/src/ |
| exp_2.c | 80 int error_r; local 144 /* error_r bounds the cancelled bits in x - n*log(2) */ 146 error_r = 0; 149 error_r = mpfr_nbits_ulong (SAFE_ABS (unsigned long, n) + 1); 150 /* we have |x| <= 2^error_r * log(2) */ 169 MPFR_GROUP_INIT_2(group, q + error_r, r, s); 178 MPFR_LOG_MSG (("n=%ld K=%lu l=%lu q=%lu error_r=%d\n", 179 n, K, l, (unsigned long) q, error_r)); 210 /* since there was a cancellation in x - n*log(2), the low error_r 213 if (MPFR_LIKELY(error_r > 0) [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-add.c | 147 error_r(r, "(stdin):%d: invalid key", lnum); 194 error_r(r, "Failed to load certificate \"%s\"", certpath); 401 error_r(r, "Failed to load certificate \"%s\"", 432 error_r(r, "Certificate %s (%s) add failed", certpath, 505 error_r(r, "Couldn't read public key %s", filename); 513 error_r(r, "Agent signature failed for %s", filename); 518 error_r(r, "Signature verification failed for %s", filename); 609 error_r(r, "Unable to load resident keys");
|
| log.h | 134 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __VA_ARGS__) macro
|
| sshsig.c | 207 error_r(r, "Couldn't sign message (signer)"); 214 error_r(r, "Couldn't sign message"); 374 error_r(r, "Couldn't verify signature: unable to get " 387 error_r(r, "Signature verification failed");
|
| ssh-keygen.c | 1062 error_r(r, "sshkey_generate failed"); 1072 error_r(r, "Saving key \"%s\" failed", prv_tmp); 1083 error_r(r, "Unable to save public key to %s", 1444 error_r(r, "Saving key \"%s\" failed", identity_file); 1573 error_r(r, "Saving key \"%s\" failed", identity_file); 2180 error_r(r, "%s:%lu: invalid key", path, lnum); 2589 error_r(r, "Signing %s failed", filename); 2713 error_r(r, "Couldn't load public key %s", keypath); 2792 error_r(r, "Couldn't read signature file"); 2853 error_r(r, "Could not print public key.\n") [all...] |
| auth-options.c | 95 error_r(r, "Unable to parse certificate options"); 131 error_r(r, "Unable to parse \"%s\" " 146 error_r(r, "Unable to parse \"%s\" "
|
| sshd-session.c | 355 error_r(r, "Could not get agent socket"); 1054 error_r(r, "Could not connect to agent \"%s\"",
|
| auth.c | 629 error_r(r, "Error checking authentication key %s %s in "
|
| sshd-auth.c | 645 error_r(r, "Could not connect to agent \"%s\"",
|
| sshd.c | 1557 error_r(r, "Could not connect to agent \"%s\"", 1665 error_r(r, "Could not load host certificate \"%s\"",
|
| ssh.c | 523 error_r(r, "load %s \"%s\"", message, path); 546 error_r(r, "load %s \"%s\"", message, path);
|
| krl.c | 1330 error_r(r, "parse KRL key");
|
| sshconnect.c | 1606 error_r(r, "Error checking host key %s %s in "
|
| sshconnect2.c | 1608 error_r(r, "Load key \"%s\"", id->filename);
|
| channels.c | 3469 error_r(r, "%s: parse id", where); 3473 error_r(r, "%s: bad channel id %u", where, id);
|