Lines Matching refs:endp
51 char *endp, *vstart;58 endp = strchrnul (*optionp, ',');61 vstart = memchr (*optionp, '=', endp - *optionp);63 vstart = endp;72 *valuep = vstart != endp ? vstart + 1 : NULL;74 if (*endp != '\0')75 *endp++ = '\0';76 *optionp = endp;84 if (*endp != '\0')85 *endp++ = '\0';86 *optionp = endp;