Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rcap/common/
H A Drcapd.h39 #define LC_NAME_LEN 32 macro
155 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */
173 char lcol_name[LC_NAME_LEN]; /* name of this collection, or */
/titanic_44/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c53 char col_name[LC_NAME_LEN];
202 (void) strncpy(col->col_name, report.lcol_name, LC_NAME_LEN); in read_stats()