Lines Matching defs:directory
871 "\t[ -b {slim|fat} ] [ -d directory ] [ -D ] \\\n"
948 /* Change the working directory to DIR, possibly creating DIR and its
1219 static const char * directory;
1286 if (directory)
1288 directory = optarg;
1378 if (directory == NULL)
1379 directory = TZDIR;
1394 change_directory(directory);
1395 directory_ends_in_slash = directory[strlen(directory) - 1] == '/';
1546 /* Generate a randomish name in the same directory as *NAME. If
1597 /* For diagnostics the directory, and file name relative to that
1598 directory, respectively. A diagnostic routine can name FILENAME by
1603 return *filename == '/' ? "" : directory;
1684 size_t len = strlen(directory);
1685 bool needs_slash = len && directory[len - 1] != '/';
1689 if (*directory != '/')
1693 cp = mempcpy(cp, directory, len);
1764 and A and B might not have the same parent directory.
1836 close_file(tp, directory, linkname, tempname);
1837 close_file(fp, directory, target, NULL);
3072 close_file(fp, directory, name, tempname);
4220 If a file operation's parent directory is missing,
4230 option of zic does not name an already-existing directory,
4234 /* Do not mkdir a root directory, as it must exist. */
4243 ** the directory already exists, perhaps because some
4250 some other process might have made the directory
4253 directory is an automounted mount point.
4255 with EACCES merely because the parent directory
4261 error(_("%s: Can't create directory %s: %s"),