Home
last modified time | relevance | path

Searched refs:pos_str (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/dtc/
H A Dsrcpos.c325 char *pos_str; in srcpos_string() local
332 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string()
336 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string()
340 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
343 return pos_str; in srcpos_string()
349 char *pos_str, *fresh_fname = NULL, *first, *rest; in srcpos_string_comment() local
354 xasprintf(&pos_str, "<no-file>:<no-line>"); in srcpos_string_comment()
355 return pos_str; in srcpos_string_comment()
388 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment()
392 pos_str = first; in srcpos_string_comment()
[all …]