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

/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c127 char *pathoutp; /* full-path name of output file */ local
189 if ((pathoutp = malloc(2 * (size + 1))) == NULL) {
194 localedirp = pathoutp + size + 1;
195 (void)strcpy(pathoutp, P_locale);
196 (void)strcpy(&pathoutp[L_locale - 1], localep);
197 (void)strcat(pathoutp, MESSAGES);
198 (void)strcpy(localedirp, pathoutp);
199 (void)strcat(pathoutp, ofilep);
206 if (access(pathoutp, 0) == 0) {
207 (void)fprintf(stderr, "%s: Message file \"%s\" already exists;\ndid not overwrite it\n", cmdname, pathoutp);
[all...]

Completed in 45 milliseconds