Home | History | Annotate | Download | only in time

Lines Matching defs:directory

681 	    "\t[ -b {slim|fat} ] [ -d directory ] [ -l localtime ]"
693 /* Change the working directory to DIR, possibly creating DIR and its
964 static const char * directory;
967 /* True if DIRECTORY ends in '/'. */
1035 if (directory == NULL)
1036 directory = optarg;
1138 if (directory == NULL)
1139 directory = TZDIR;
1153 change_directory(directory);
1154 directory_ends_in_slash = directory[strlen(directory) - 1] == '/';
1305 /* Generate a randomish name in the same directory as *NAME. If
1356 /* For diagnostics the directory, and file name relative to that
1357 directory, respectively. A diagnostic routine can name FILENAME by
1362 return *filename == '/' ? "" : directory;
1429 is relative to the global variable DIRECTORY. LINKNAME can be either
1431 was not computed because LINKNAME is absolute but DIRECTORY is not. */
1441 size_t len = strlen(directory);
1442 size_t lenslash = len + (len && directory[len - 1] != '/');
1444 if (*directory != '/')
1448 memcpy(result, directory, len);
1517 and A and B might not have the same parent directory.
1589 close_file(tp, directory, linkname, tempname);
1590 close_file(fp, directory, target, NULL);
2825 close_file(fp, directory, name, tempname);
3978 option of zic does not name an already-existing directory,
3982 /* Do not mkdir a root directory, as it must exist. */
3991 ** the directory already exists, perhaps because some
3998 some other process might have made the directory
4001 directory is an automounted mount point.
4003 with EACCES merely because the parent directory
4009 error(_("%s: Can't create directory %s: %s"),