Lines Matching defs:directory
670 "\t[ -b {slim|fat} ] [ -d directory ] [ -l localtime ]"
682 /* Change the working directory to DIR, possibly creating DIR and its
953 static const char * directory;
1021 if (directory == NULL)
1022 directory = optarg;
1124 if (directory == NULL)
1125 directory = TZDIR;
1139 change_directory(directory);
1290 /* Generate a randomish name in the same directory as *NAME. If
1370 progname, directory, *outname, strerror(fopen_errno));
1389 progname, directory, name, strerror(rename_errno));
1409 size_t len = strlen(directory);
1410 size_t lenslash = len + (len && directory[len - 1] != '/');
1414 memcpy(result, directory, len);
1464 progname, directory, linkname, e);
1482 and A and B might not have the same parent directory.
1508 progname, directory, target, directory, outname,
1545 progname, directory, target, e);
1551 close_file(tp, directory, linkname, tempname);
1552 close_file(fp, directory, target, NULL);
2780 close_file(fp, directory, name, tempname);
3922 option of zic does not name an already-existing directory,
3926 /* Do not mkdir a root directory, as it must exist. */
3935 ** the directory already exists, perhaps because some
3942 some other process might have made the directory
3945 directory is an automounted mount point.
3947 with EACCES merely because the parent directory
3953 error(_("%s: Can't create directory %s: %s"),