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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c1340 static char *strtable = NULL; /* space for names */ local
1359 strtable = _prof_Malloc(1, get);
1363 (void) strcpy(&(strtable[sp_used]), name);
1364 name = &(strtable[sp_used]);

Completed in 61 milliseconds