Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c40 static void stripped_name(char **, size_t *, nltype **);
884 stripped_name(&s1, &s1len, npp1); in namecmp()
885 stripped_name(&s2, &s2len, npp2); in namecmp()
917 stripped_name(char **sp, size_t *slenp, nltype **npp) in stripped_name() function