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

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dstatistics.h40 extern void stats_init(sort_statistics_t *);
H A Dstatistics.c31 static sort_statistics_t *run_stats;
34 stats_init(sort_statistics_t *s)
37 memset(s, 0, sizeof (sort_statistics_t));
H A Dinitialize.c71 S->m_stats = safe_realloc(NULL, sizeof (sort_statistics_t));
H A Dtypes.h226 * These statistics are recorded in the following sort_statistics_t structure.
248 } sort_statistics_t; typedef in typeref:struct:sort_statistics
263 sort_statistics_t *m_stats;

Completed in 93 milliseconds