HomeSort by: relevance | last modified time | path
    Searched defs:errprefix (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/units/
units.c 46 static const char *errprefix = NULL; /* if not NULL, then prepend this variable in typeref:typename:const char *
115 if (errprefix) {
116 /* warn to stdout, with errprefix prepended */
117 printf("%s", errprefix);
767 errprefix = "/ ";
905 errprefix = "/ "; /* set this before reading the file */
units.c 46 static const char *errprefix = NULL; /* if not NULL, then prepend this variable in typeref:typename:const char *
115 if (errprefix) {
116 /* warn to stdout, with errprefix prepended */
117 printf("%s", errprefix);
767 errprefix = "/ ";
905 errprefix = "/ "; /* set this before reading the file */

Completed in 203 milliseconds