Lines Matching refs:errstrp
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()
208 *errstrp = (char *)nextf; in tsol_sgetzcent()
213 *errstrp = (char *)instr; in tsol_sgetzcent()
221 *errstrp = (char *)instr; in tsol_sgetzcent()
235 *errstrp = (char *)instr; in tsol_sgetzcent()
240 *errstrp = cp; in tsol_sgetzcent()
248 *errstrp = (char *)nextf; in tsol_sgetzcent()
252 if (!parse_mlp_list(&zc->zc_private_mlp, fieldbuf, errp, errstrp)) { in tsol_sgetzcent()
253 *errstrp = (char *)instr + (*errstrp - fieldbuf); in tsol_sgetzcent()
261 *errstrp = (char *)nextf; in tsol_sgetzcent()
265 if (!parse_mlp_list(&zc->zc_shared_mlp, fieldbuf, errp, errstrp)) { in tsol_sgetzcent()
266 *errstrp = (char *)instr + (*errstrp - fieldbuf); in tsol_sgetzcent()