Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/dtc/
Dtreesource.c181 char *srcstr; in write_propval() local
186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
187 if (srcstr) { in write_propval()
188 fprintf(f, " /* %s */", srcstr); in write_propval()
189 free(srcstr); in write_propval()
264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
265 if (srcstr) { in write_propval()
266 fprintf(f, " /* %s */", srcstr); in write_propval()
267 free(srcstr); in write_propval()
278 char *srcstr; in write_tree_source_node() local
[all …]
Dsrcpos.c376 char *srcstr; in srcpos_verror() local
378 srcstr = srcpos_string(pos); in srcpos_verror()
380 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror()
384 free(srcstr); in srcpos_verror()