Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dd/
H A Ddd.c137 static unsigned long long nifr; /* count of full input records */ variable
1014 if ((count == 0 && ecount == B_FALSE) || (nifr+nipr < count)) { in main()
1189 nifr++; /* count another full input record */ in main()
1896 (void) fprintf(stderr, gettext("%llu+%llu records in\n"), nifr, nipr); in stats()