Lines Matching defs:Profile
51 static char Profile[MAXPATHLEN]; /* Profile buffer pathname */
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,
504 fd = open(Profile, O_RDWR, 0);
562 fd = open(Profile, O_RDWR, 0);
570 Profile,