Searched defs:errstrp (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c163 rhstr_to_ent(tsol_rhstr_t *rhstrp, int *errp, char **errstrp) argument
180 if (errstrp == NULL)
181 errstrp = &errstr;
183 *errstrp = address;
189 *errstrp = template;
191 *errstrp = " ";
198 *errstrp = template;
223 *errstrp = cp2;
228 *errstrp = address;
237 *errstrp
[all...]
H A Dtsol_sgettpent.c300 tpstr_to_ent(tsol_tpstr_t *tpstrp, int *errp, char **errstrp) argument
316 if (errstrp == NULL)
317 errstrp = &errstr;
319 *errstrp = template;
324 *errstrp = attrs;
326 *errstrp = " ";
332 *errstrp = attrs;
368 *errstrp, (char *)tsol_strerror(*errp, errno));
H A Dtsol_sgetzcent.c106 parse_mlp_list(tsol_mlp_t **list, char *str, int *errp, char **errstrp) argument
129 *errstrp = tokp;
136 *errstrp = tokp;
145 *errstrp = finally;
155 tsol_sgetzcent(const char *instr, int *errp, char **errstrp) argument
172 if (errstrp == NULL)
173 errstrp = &errstr;
176 *errstrp = (char *)instr;
186 *errstrp = (char *)instr;
196 *errstrp
[all...]
H A Dmisc.c182 rtsa_keyword(const char *options, struct rtsa_s *sp, int *errp, char **errstrp) argument
195 if (errstrp == NULL)
196 errstrp = &errstr;
198 *errstrp = (char *)options;
204 *errstrp = (char *)options;
212 *errstrp = (char *)options;
218 *errstrp = (char *)valptr;
229 *errstrp = (char *)nxtopt;
240 *errstrp = (char *)options;
248 *errstrp
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c811 * "*errstrp" (even if we can't chase them) and zero if none were found.
816 nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, argument
827 if ( *errstrp == NULL ) {
831 len = strlen( *errstrp );
832 for ( p = *errstrp; len >= LDAP_REF_STR_LEN; ++p, --len ) {
884 NSLDAPI_FREE( *errstrp );
885 *errstrp = unfollowed;

Completed in 34 milliseconds