Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstatistics.c29 static sort_statistics_t *run_stats;
32 stats_init(sort_statistics_t *s) in stats_init()
35 memset(s, 0, sizeof (sort_statistics_t)); in stats_init()
H A Dtypes.h246 } sort_statistics_t; typedef
261 sort_statistics_t *m_stats;
H A Dstatistics.h38 extern void stats_init(sort_statistics_t *);
H A Dinitialize.c69 S->m_stats = safe_realloc(NULL, sizeof (sort_statistics_t)); in initialize_pre()