Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprofv.h96 extern char *atitle, *aformat,
H A Dprof.c104 char *aformat = "%8o "; variable
412 aformat[2] = n; /* 'o' or 'x' in format */ in main()
1072 Print(aformat, slp->sl_addr); in main()
H A Dprofv.c225 if (aformat[2] == 'x') in print_profile_data()