Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Dsrcpos.c296 const char *srcstr; in srcpos_verror() local
298 srcstr = srcpos_string(pos); in srcpos_verror()
300 fprintf(stderr, "Error: %s ", srcstr); in srcpos_verror()
319 const char *srcstr; in srcpos_warn() local
323 srcstr = srcpos_string(pos); in srcpos_warn()
325 fprintf(stderr, "Warning: %s ", srcstr); in srcpos_warn()