HomeSort by: relevance | last modified time | path
    Searched defs:DIRECTORY (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
arparse.h 66 DIRECTORY = 267, /* DIRECTORY */
92 #define DIRECTORY 267
arparse.c 159 DIRECTORY = 267, /* DIRECTORY */
185 #define DIRECTORY 267
237 YYSYMBOL_DIRECTORY = 12, /* DIRECTORY */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
1342 case 33: /* directory_command: DIRECTORY FILENAME modulelist optional_filename */
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 66 DIRECTORY = 267, /* DIRECTORY */
92 #define DIRECTORY 267
arparse.c 159 DIRECTORY = 267, /* DIRECTORY */
185 #define DIRECTORY 267
237 YYSYMBOL_DIRECTORY = 12, /* DIRECTORY */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
1342 case 33: /* directory_command: DIRECTORY FILENAME modulelist optional_filename */
  /src/usr.bin/xinstall/
xinstall.c 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 hierarch
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 101 uint8_t dir : 1; /* Is this file entry a directory? */
1718 "directory entries cannot have any data");
1751 DIRECTORY = 0x0001, UTIME = 0x0002, CRC32 = 0x0004,
1806 rar->file.dir = (uint8_t) ((file_flags & DIRECTORY) > 0);
1855 * declared as a directory, disallow window_size == 0. */
4209 * as a directory. This is needed, because entries marked as
4210 * directory doesn't have any dictionary buffer allocated, so
4213 "Can't decompress an entry marked as a directory");

Completed in 38 milliseconds