Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c493 static char last_fname[PATH_MAX] = ""; in report_error() local
497 if (strcmp(fname, last_fname) != 0) { in report_error()
499 (void) strlcpy(last_fname, fname, sizeof (last_fname)); in report_error()
510 if (strcmp(fname, last_fname) != 0) { in report_error()
512 if (strlen(last_fname) != 0) in report_error()
514 (void) strlcpy(last_fname, fname, sizeof (last_fname)); in report_error()