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

/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c113 char *ofilep; /* output file name */ local
171 ofilep = argv[optind + 1];
188 sizeof(MESSAGES) + strlen(ofilep);
199 (void)strcat(pathoutp, ofilep);
214 if (access(ofilep, 0) == 0) {
215 (void)fprintf(stderr, "%s: Message file \"%s\" already exists;\ndid not overwrite it\n", cmdname, ofilep);
335 outfilep = ofilep;
348 cmdname, ofilep, syserr());

Completed in 45 milliseconds