Lines Matching refs:end_ptr
123 char *ptr, *name_ptr, *end_ptr;
144 end_ptr = strchr(name_ptr, '@');
145 if (!end_ptr)
147 len = end_ptr - name_ptr;
157 ptr = end_ptr + 1;
165 replace_string(ptr, end_ptr, ent->value);
186 end_ptr = strchr(name_ptr, '}');
187 if (!end_ptr)
189 len = end_ptr - name_ptr;
197 ptr = end_ptr + 1;
205 replace_string(ptr, end_ptr, ent->value);