Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c73 typedef enum { NOTIMESTAMP, UTIMESTAMP, DTIMESTAMP } timestamp_fmt_t; enumerator
237 timestamp_fmt = DTIMESTAMP; in main()
456 case DTIMESTAMP: { in print_timestamp()