Searched refs:errstrp (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | strtonum.c | 35 const char **errstrp, int base) in strtonumx() argument 66 if (errstrp != NULL) in strtonumx() 67 *errstrp = ev[error].errstr; in strtonumx() 77 const char **errstrp) in strtonum() argument 79 return (strtonumx(numstr, minval, maxval, errstrp, 10)); in strtonum()
|
| /freebsd/crypto/openssh/ |
| H A D | auth-options.c | 254 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument 261 *errstrp = "too many permission directives"; in handle_permit() 274 *errstrp = "memory allocation failed"; in handle_permit() 282 *errstrp = "memory allocation failed"; in handle_permit() 291 *errstrp = "invalid permission hostname"; in handle_permit() 302 *errstrp = "invalid permission port"; in handle_permit() 312 *errstrp = "memory allocation failed"; in handle_permit() 322 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() argument 331 if (errstrp != NULL) in sshauthopt_parse() 332 *errstrp = NULL; in sshauthopt_parse() [all …]
|
| H A D | auth-options.h | 104 const struct sshauthopt *additional, const char **errstrp);
|
| H A D | sshsig.h | 93 const char *path, u_long linenum, const char **errstrp);
|
| H A D | misc.h | 220 char *opt_dequote(const char **sp, const char **errstrp);
|
| H A D | sshsig.c | 641 const char **errstrp) in sshsigopt_parse() argument 720 if (errstrp != NULL) in sshsigopt_parse() 721 *errstrp = errstr; in sshsigopt_parse()
|
| H A D | misc.c | 2696 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument 2702 *errstrp = NULL; in opt_dequote() 2704 *errstrp = "missing start quote"; in opt_dequote() 2709 *errstrp = "memory allocation failed"; in opt_dequote() 2718 *errstrp = "missing end quote"; in opt_dequote()
|
| /freebsd/contrib/mandoc/ |
| H A D | compat_strtonum.c | 32 const char **errstrp) in strtonum() argument 60 if (errstrp != NULL) in strtonum() 61 *errstrp = ev[error].errstr; in strtonum()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | strtonum.c | 35 const char **errstrp) in strtonum() argument 63 if (errstrp != NULL) in strtonum() 64 *errstrp = ev[error].errstr; in strtonum()
|
| /freebsd/tools/build/cross-build/include/mac/ |
| H A D | stdlib.h | 45 const char **errstrp);
|