Lines Matching refs:pos_str
292 char *pos_str; in srcpos_string() local
299 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string()
303 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string()
307 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
310 return pos_str; in srcpos_string()
316 char *pos_str, *fresh_fname = NULL, *first, *rest; in srcpos_string_comment() local
321 xasprintf(&pos_str, "<no-file>:<no-line>"); in srcpos_string_comment()
322 return pos_str; in srcpos_string_comment()
355 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment()
359 pos_str = first; in srcpos_string_comment()
362 return pos_str; in srcpos_string_comment()