Home | History | Annotate | Download | only in xinstall

Lines Matching refs:DIRECTORY

155 #define	DIRECTORY	0x01		/* Tell install it's a directory. */
400 install(*argv, to_name, iflags | DIRECTORY);
404 /* can't do file1 file2 directory/file */
407 "must name an existing directory", argv[argc - 1]);
619 * so use realpath to resolve only the directory.
692 if (flags & DIRECTORY || strcmp(from_name, _PATH_DEVNULL) != 0) {
699 if (flags & DIRECTORY) {
1112 * run provided command on the target file or directory after it's been
1158 * build directory hierarchy
1185 "%s exists but is not a directory",
1348 " [-l linkflags] [-h hash] [-S stripflags] file1 ... fileN directory\n"
1350 " [-N dbdir] [-o owner] [-g group] directory ...\n",