Lines Matching refs:pathname
98 char pathname[128];
137 (void) strcpy(pathname, P_locale);
138 (void) strcpy(&pathname[L_locale - 1], locale);
139 (void) strcat(pathname, MESSAGES);
140 len = strlen(pathname);
162 cp = pathname;
181 if ((dirp = opendir(pathname)) == NULL) {
183 cmdname, pathname, syserr());
190 if ((addr = attach(pathname, len, &fd, &size)) == -1) {
192 "%s: ERROR: failed to access message file '%s'\n", cmdname, pathname);