Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bart/
H A Dcompare.c494 static char last_fname[PATH_MAX] = ""; in report_error() local
498 if (strcmp(fname, last_fname) != 0) { in report_error()
500 (void) strlcpy(last_fname, fname, sizeof (last_fname)); in report_error()
511 if (strcmp(fname, last_fname) != 0) { in report_error()
513 if (strlen(last_fname) != 0) in report_error()
515 (void) strlcpy(last_fname, fname, sizeof (last_fname)); in report_error()