Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-options.c256 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument
263 *errstrp = "too many permission directives"; in handle_permit()
276 *errstrp = "memory allocation failed"; in handle_permit()
284 *errstrp = "memory allocation failed"; in handle_permit()
293 *errstrp = "invalid permission hostname"; in handle_permit()
304 *errstrp = "invalid permission port"; in handle_permit()
314 *errstrp = "memory allocation failed"; in handle_permit()
324 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() argument
333 if (errstrp != NULL) in sshauthopt_parse()
334 *errstrp = NULL; in sshauthopt_parse()
[all …]
H A Dauth-options.h105 const struct sshauthopt *additional, const char **errstrp);
H A Dsshsig.h93 const char *path, u_long linenum, const char **errstrp);
H A Dmisc.h215 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c638 const char **errstrp) in sshsigopt_parse() argument
717 if (errstrp != NULL) in sshsigopt_parse()
718 *errstrp = errstr; in sshsigopt_parse()
H A Dmisc.c2525 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument
2531 *errstrp = NULL; in opt_dequote()
2533 *errstrp = "missing start quote"; in opt_dequote()
2538 *errstrp = "memory allocation failed"; in opt_dequote()
2547 *errstrp = "missing end quote"; in opt_dequote()
/netbsd-src/usr.bin/m4/lib/
H A Dstrtonum.c34 const char **errstrp);
37 const char **errstrp) in strtonum() argument
65 if (errstrp != NULL) in strtonum()
66 *errstrp = ev[error].errstr; in strtonum()
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_strtonum.c39 const char **errstrp) in strtonum() argument
67 if (errstrp != NULL) in strtonum()
68 *errstrp = ev[error].errstr; in strtonum()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c1099 ldap_chase_v3referrals( LDAP *ld, LDAPRequest *lr, char **refs, int sref, char **errstrp, int *hadr… in ldap_chase_v3referrals() argument
1345 LDAP_FREE( *errstrp ); in ldap_chase_v3referrals()
1348 *errstrp = NULL; in ldap_chase_v3referrals()
1352 *errstrp = unfollowed; in ldap_chase_v3referrals()
1364 char **errstrp, in ldap_chase_referrals() argument
1385 if ( *errstrp == NULL ) { in ldap_chase_referrals()
1389 len = strlen( *errstrp ); in ldap_chase_referrals()
1390 for ( p = *errstrp; len >= LDAP_REF_STR_LEN; ++p, --len ) { in ldap_chase_referrals()
1494 LDAP_FREE( *errstrp ); in ldap_chase_referrals()
1495 *errstrp = unfollowed; in ldap_chase_referrals()
H A Dldap-int.h813 char **errstrp, int sref, int *hadrefp );