Lines Matching defs:valptr
184 const char *valptr, *nxtopt;
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
216 if ((key == SAK_CIPSO && *valptr == '=') ||
217 (key != SAK_CIPSO && *valptr != '=')) {
218 *errstrp = (char *)valptr;
223 nxtopt = valptr;
224 if (*valptr == '=') {
225 valptr++;
227 valptr, ",=");
248 *errstrp = (char *)valptr;
265 *errstrp = (char *)valptr;
282 *errstrp = (char *)valptr;
299 *errstrp = (char *)valptr;