Searched defs:Profile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c51 static char Profile[MAXPATHLEN]; /* Profile buffer pathname */ variable
177 if (*Profile == '\0') {
197 (void) snprintf(Profile, MAXPATHLEN, MSG_ORIG(MSG_FMT_PROFILE),
201 if ((fd = open(Profile, (O_RDWR | O_CREAT), 0666)) == -1) {
203 (void) fprintf(stderr, MSG_INTL(MSG_SYS_OPEN), Profile,
293 Profile, strerror(err));
307 (void) fprintf(stderr, MSG_INTL(MSG_SYS_MMAP), Profile,
333 Profile);
448 (void) fprintf(stderr, MSG_INTL(MSG_SYS_MMAP), Profile,
[all...]

Completed in 268 milliseconds