Searched refs:errstrp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dstrtonum.h29 const char **errstrp);
H A Dstrtonum.c32 const char **errstrp)
60 if (errstrp != NULL)
61 *errstrp = ev[error].errstr;
31 strtonum(const char *numstr, unsigned int minval, unsigned int maxval, const char **errstrp) argument
/illumos-gate/usr/src/lib/libtsnet/common/
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...]
H A Dtsol_sgetrhent.c164 rhstr_to_ent(tsol_rhstr_t *rhstrp, int *errp, char **errstrp) argument
181 if (errstrp == NULL)
182 errstrp = &errstr;
184 *errstrp = address;
190 *errstrp = template;
192 *errstrp = " ";
199 *errstrp = template;
224 *errstrp = cp2;
229 *errstrp = address;
238 *errstrp
[all...]
H A Dtsol_sgettpent.c236 tpstr_to_ent(tsol_tpstr_t *tpstrp, int *errp, char **errstrp) argument
252 if (errstrp == NULL)
253 errstrp = &errstr;
255 *errstrp = template;
260 *errstrp = attrs;
262 *errstrp = " ";
268 *errstrp = attrs;
304 *errstrp, (char *)tsol_strerror(*errp, errno));
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_strtonum.c39 const char **errstrp)
67 if (errstrp != NULL)
68 *errstrp = ev[error].errstr;
38 strtonum(const char *numstr, long long minval, long long maxval, const char **errstrp) argument
/illumos-gate/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;
H A Dldap-int.h737 int nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp,

Completed in 83 milliseconds