Searched refs:pos_str (Results 1 – 1 of 1) sorted by relevance
| /scripts/dtc/ |
| D | srcpos.c | 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() [all …]
|