Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth-options.c333 if (errstrp != NULL) in sshauthopt_parse()
334 *errstrp = NULL; in sshauthopt_parse()
489 if (errstrp != NULL) in sshauthopt_parse()
490 *errstrp = NULL; in sshauthopt_parse()
497 if (errstrp != NULL) in sshauthopt_parse()
498 *errstrp = errstr; in sshauthopt_parse()
541 if (errstrp != NULL) in sshauthopt_merge()
542 *errstrp = NULL; in sshauthopt_merge()
644 if (errstrp != NULL) in sshauthopt_merge()
645 *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.h204 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c636 const char **errstrp) in sshsigopt_parse() argument
715 if (errstrp != NULL) in sshsigopt_parse()
716 *errstrp = errstr; in sshsigopt_parse()
H A Dmisc.c2578 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument
2584 *errstrp = NULL; in opt_dequote()
2586 *errstrp = "missing start quote"; in opt_dequote()
2591 *errstrp = "memory allocation failed"; in opt_dequote()
2600 *errstrp = "missing end quote"; in opt_dequote()
/freebsd-14.2/lib/libc/stdlib/
H A Dstrtonum.c30 const char **errstrp) in strtonum() argument
58 if (errstrp != NULL) in strtonum()
59 *errstrp = ev[error].errstr; in strtonum()
/freebsd-14.2/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-14.2/contrib/mandoc/
H A Dcompat_strtonum.c32 const char **errstrp) in strtonum() argument
60 if (errstrp != NULL) in strtonum()
61 *errstrp = ev[error].errstr; in strtonum()
/freebsd-14.2/tools/build/cross-build/include/mac/
H A Dstdlib.h45 const char **errstrp);