Searched refs:pathoutp (Results 1 – 1 of 1) sorted by relevance
124 char *pathoutp; /* full-path name of output file */ local186 if ((pathoutp = malloc(2 * (size + 1))) == NULL) {191 localedirp = pathoutp + size + 1;192 (void)strcpy(pathoutp, P_locale);193 (void)strcpy(&pathoutp[L_locale - 1], localep);194 (void)strcat(pathoutp, MESSAGES);195 (void)strcpy(localedirp, pathoutp);196 (void)strcat(pathoutp, ofilep);203 if (access(pathoutp, 0) == 0) {204 …intf(stderr, "%s: Message file \"%s\" already exists;\ndid not overwrite it\n", cmdname, pathoutp);[all …]