Searched refs:errstrp (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetzcent.c | 106 parse_mlp_list(tsol_mlp_t **list, char *str, int *errp, char **errstrp) in parse_mlp_list() argument 129 *errstrp = tokp; in parse_mlp_list() 136 *errstrp = tokp; in parse_mlp_list() 145 *errstrp = finally; in parse_mlp_list() 155 tsol_sgetzcent(const char *instr, int *errp, char **errstrp) in tsol_sgetzcent() argument 172 if (errstrp == NULL) in tsol_sgetzcent() 173 errstrp = &errstr; in tsol_sgetzcent() 176 *errstrp = (char *)instr; in tsol_sgetzcent() 186 *errstrp = (char *)instr; in tsol_sgetzcent() 196 *errstrp = (char *)instr; in tsol_sgetzcent() [all …]
|
H A D | misc.c | 182 rtsa_keyword(const char *options, struct rtsa_s *sp, int *errp, char **errstrp) in rtsa_keyword() argument 195 if (errstrp == NULL) in rtsa_keyword() 196 errstrp = &errstr; in rtsa_keyword() 198 *errstrp = (char *)options; in rtsa_keyword() 204 *errstrp = (char *)options; in rtsa_keyword() 212 *errstrp = (char *)options; in rtsa_keyword() 218 *errstrp = (char *)valptr; in rtsa_keyword() 229 *errstrp = (char *)nxtopt; in rtsa_keyword() 240 *errstrp = (char *)options; in rtsa_keyword() 248 *errstrp = (char *)valptr; in rtsa_keyword() [all …]
|
H A D | tsol_sgetrhent.c | 164 rhstr_to_ent(tsol_rhstr_t *rhstrp, int *errp, char **errstrp) in rhstr_to_ent() argument 181 if (errstrp == NULL) in rhstr_to_ent() 182 errstrp = &errstr; in rhstr_to_ent() 184 *errstrp = address; in rhstr_to_ent() 190 *errstrp = template; in rhstr_to_ent() 192 *errstrp = " "; in rhstr_to_ent() 199 *errstrp = template; in rhstr_to_ent() 224 *errstrp = cp2; in rhstr_to_ent() 229 *errstrp = address; in rhstr_to_ent() 238 *errstrp = template; in rhstr_to_ent() [all …]
|
H A D | tsol_sgettpent.c | 236 tpstr_to_ent(tsol_tpstr_t *tpstrp, int *errp, char **errstrp) in tpstr_to_ent() argument 252 if (errstrp == NULL) in tpstr_to_ent() 253 errstrp = &errstr; in tpstr_to_ent() 255 *errstrp = template; in tpstr_to_ent() 260 *errstrp = attrs; in tpstr_to_ent() 262 *errstrp = " "; in tpstr_to_ent() 268 *errstrp = attrs; in tpstr_to_ent() 304 *errstrp, (char *)tsol_strerror(*errp, errno)); in tpstr_to_ent()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | strtonum.c | 32 const char **errstrp) in strtonum() argument 60 if (errstrp != NULL) in strtonum() 61 *errstrp = ev[error].errstr; in strtonum()
|
H A D | strtonum.h | 29 const char **errstrp);
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 816 nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, in nsldapi_chase_v2_referrals() argument 827 if ( *errstrp == NULL ) { in nsldapi_chase_v2_referrals() 831 len = strlen( *errstrp ); in nsldapi_chase_v2_referrals() 832 for ( p = *errstrp; len >= LDAP_REF_STR_LEN; ++p, --len ) { in nsldapi_chase_v2_referrals() 884 NSLDAPI_FREE( *errstrp ); in nsldapi_chase_v2_referrals() 885 *errstrp = unfollowed; in nsldapi_chase_v2_referrals()
|
H A D | ldap-int.h | 737 int nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp,
|