Home | History | Annotate | Download | only in util

Lines Matching refs:end_ptr

125 	char	*ptr, *name_ptr, *end_ptr;
146 end_ptr = strchr(name_ptr, '@');
147 if (!end_ptr)
149 len = end_ptr - name_ptr;
159 ptr = end_ptr + 1;
167 replace_string(ptr, end_ptr, ent->value);
188 end_ptr = strchr(name_ptr, '}');
189 if (!end_ptr)
191 len = end_ptr - name_ptr;
199 ptr = end_ptr + 1;
207 replace_string(ptr, end_ptr, ent->value);