Lines Matching defs:tmp_end
1402 char *tmp_end, *value;
1980 tmp_end = strchr(data, '=');
1981 tmp_end++;
1982 if (!(tmp_end < end && tmp_end[1] == delim)) {
1994 /* Set tmp_end to end of the string */
1995 tmp_end = (char *) value + strlen(value);
2001 if (tmp_end < end && tmp_end[1] == delim) {
2002 tmp_end[0] = delim;
2007 while ((tmp_end = strchr(tmp_end, delim))
2008 != NULL && (tmp_end[1] == delim)) {
2009 tmp_end = (char *) &tmp_end[2];
2013 if (tmp_end) {
2014 tmp_end[0] = '\0';
2015 options = (char *) &tmp_end[1];