Searched refs:last_fname (Results 1 – 1 of 1) sorted by relevance
494 static char last_fname[PATH_MAX] = ""; in report_error() local498 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()