Home
last modified time | relevance | path

Searched refs:errstrp (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/crypto/openssh/
Dauth-options.c252 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument
259 *errstrp = "too many permission directives"; in handle_permit()
272 *errstrp = "memory allocation failed"; in handle_permit()
280 *errstrp = "memory allocation failed"; in handle_permit()
289 *errstrp = "invalid permission hostname"; in handle_permit()
300 *errstrp = "invalid permission port"; in handle_permit()
310 *errstrp = "memory allocation failed"; in handle_permit()
320 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() argument
329 if (errstrp != NULL) in sshauthopt_parse()
330 *errstrp = NULL; in sshauthopt_parse()
[all …]
Dauth-options.h104 const struct sshauthopt *additional, const char **errstrp);
Dsshsig.h93 const char *path, u_long linenum, const char **errstrp);
Dmisc.h201 char *opt_dequote(const char **sp, const char **errstrp);
Dsshsig.c625 const char **errstrp) in sshsigopt_parse() argument
704 if (errstrp != NULL) in sshsigopt_parse()
705 *errstrp = errstr; in sshsigopt_parse()
Dmisc.c2513 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument
2519 *errstrp = NULL; in opt_dequote()
2521 *errstrp = "missing start quote"; in opt_dequote()
2526 *errstrp = "memory allocation failed"; in opt_dequote()
2535 *errstrp = "missing end quote"; in opt_dequote()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dstrtonum.c35 const char **errstrp) in strtonum() argument
63 if (errstrp != NULL) in strtonum()
64 *errstrp = ev[error].errstr; in strtonum()
/freebsd-12-stable/contrib/mandoc/
Dcompat_strtonum.c32 const char **errstrp) in strtonum() argument
60 if (errstrp != NULL) in strtonum()
61 *errstrp = ev[error].errstr; in strtonum()
/freebsd-12-stable/lib/libc/stdlib/
Dstrtonum.c33 const char **errstrp) in strtonum() argument
61 if (errstrp != NULL) in strtonum()
62 *errstrp = ev[error].errstr; in strtonum()