Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/profiles/
H A Dprofiles.c200 char *curprofile; in print_profs_long() local
207 for (curprofile = ""; exec != NULL; exec = exec->next) { in print_profs_long()
209 if (strcmp(curprofile, exec->name) != 0) { in print_profs_long()
211 curprofile = exec->name; in print_profs_long()
213 (void) printf(" %s", curprofile); in print_profs_long()
215 pa = getprofnam(curprofile); in print_profs_long()