Lines Matching defs:fstr
192 char *fstr = NULL, *ofstr = NULL;
289 fstr = concat(fstr, str, offset);
292 fstr = concat(fstr, str, 0);
295 fstr, stab->n_type, 0, stab->n_desc,
307 if (ofstr && strcmp(fstr, ofstr) == 0) {
309 free(fstr);
310 fstr = NULL;
316 ofstr = fstr;
320 if ((rc = parse_stab(stab, fstr, &iidescp)) < 0) {
371 fstr = NULL;