Lines Matching refs:destination
98 char *destination = SRCDIR;
180 destination = env;
183 DEBUG(1, "Would be working in %s\n", destination);
185 DEBUG(1, "Working in %s\n", destination);
188 if (access(destination, 7) < 0) {
190 progname, destination);
194 if (chdir(destination) < 0) {
196 progname, destination);
206 * Check for access rights to the destination directory.
226 progname, destination, dir);
231 progname, destination, dir);