Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditstat/
H A Dauditstat.c58 static int header_mod = DFLT_HEADER_MOD; variable
143 if (header_mod && (!cnt || ((timestamp_fmt != NODATE) ?
144 !(cnt % (header_mod / 2)) : !(cnt % header_mod)))) {
207 header_mod = atoi(optarg);