Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth-options.c329 if (errstrp != NULL) in sshauthopt_parse()
330 *errstrp = NULL; in sshauthopt_parse()
485 if (errstrp != NULL) in sshauthopt_parse()
486 *errstrp = NULL; in sshauthopt_parse()
493 if (errstrp != NULL) in sshauthopt_parse()
494 *errstrp = errstr; in sshauthopt_parse()
537 if (errstrp != NULL) in sshauthopt_merge()
538 *errstrp = NULL; in sshauthopt_merge()
640 if (errstrp != NULL) in sshauthopt_merge()
641 *errstrp = NULL; in sshauthopt_merge()
[all …]
H A Dauth-options.h104 const struct sshauthopt *additional, const char **errstrp);
H A Dsshsig.h93 const char *path, u_long linenum, const char **errstrp);
H A Dmisc.h199 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c624 const char **errstrp) in sshsigopt_parse() argument
703 if (errstrp != NULL) in sshsigopt_parse()
704 *errstrp = errstr; in sshsigopt_parse()
H A Dmisc.c2466 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument
2472 *errstrp = NULL; in opt_dequote()
2474 *errstrp = "missing start quote"; in opt_dequote()
2479 *errstrp = "memory allocation failed"; in opt_dequote()
2488 *errstrp = "missing end quote"; in opt_dequote()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dstrtonum.c35 const char **errstrp) in strtonum() argument
63 if (errstrp != NULL) in strtonum()
64 *errstrp = ev[error].errstr; in strtonum()
/freebsd-13.1/contrib/mandoc/
H A Dcompat_strtonum.c39 const char **errstrp) in strtonum() argument
67 if (errstrp != NULL) in strtonum()
68 *errstrp = ev[error].errstr; in strtonum()
/freebsd-13.1/lib/libc/stdlib/
H A Dstrtonum.c33 const char **errstrp) in strtonum() argument
61 if (errstrp != NULL) in strtonum()
62 *errstrp = ev[error].errstr; in strtonum()
/freebsd-13.1/tools/build/cross-build/include/mac/
H A Dstdlib.h46 const char **errstrp);