Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/dtc/
Dsrcpos.c214 const char *srcstr; in srcpos_verror() local
216 srcstr = srcpos_string(pos); in srcpos_verror()
218 fprintf(stdout, "Error: %s ", srcstr); in srcpos_verror()
237 const char *srcstr; in srcpos_warn() local
241 srcstr = srcpos_string(pos); in srcpos_warn()
243 fprintf(stderr, "Warning: %s ", srcstr); in srcpos_warn()