Searched refs:strtable (Results 1 – 1 of 1) sorted by relevance
1340 static char *strtable = NULL; /* space for names */ in getname() local1359 strtable = _prof_Malloc(1, get); in getname()1363 (void) strcpy(&(strtable[sp_used]), name); in getname()1364 name = &(strtable[sp_used]); in getname()