HomeSort by: relevance | last modified time | path
    Searched refs:filetype (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/utils/vim/ftplugin/
llvm.vim 1 " Vim filetype plugin file
tablegen.vim 1 " Vim filetype plugin file
mir.vim 1 " Vim filetype plugin file
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeFile.cc 31 filetype = 0;
91 if (filetype & F_FICTION)
150 Dprintf (DEBUG_DBE_FILE, NTXT ("get_location 0x%x %s\n"), filetype, STR (name));
156 if ((filetype & F_FICTION) != 0)
158 if (filetype == F_DIR_OR_JAR)
163 filetype |= F_JAR_FILE | F_FILE;
171 filetype |= F_DIRECTORY;
177 if ((filetype & F_FILE) != 0)
190 if ((filetype & F_JAVACLASS) != 0)
224 df->filetype = DbeFile::F_FILE
    [all...]
DbeFile.h 81 int filetype; member in class:DbeFile
gp-archive.cc 161 if (df && ((df->filetype & DbeFile::F_FICTION) != 0))
341 if ((df->filetype & DbeFile::F_FICTION) != 0)
348 if ((df->filetype & DbeFile::F_JAVACLASS) != 0)
443 if ((src->dbeFile->filetype & DbeFile::F_JAVA_SOURCE) != 0 &&
459 "%s::%d copy_files[%ld] filetype=%4d inArchive=%d '%s' --> '%s'\n",
461 df->filetype, df->inArchive ? 1 : 0, STR (nm), STR (fnm));
478 else if ((df->filetype & bmask) == 0)
481 " NOT COPIED: copy_files[%ld]: container=%p filetype=%d bmask=%d '%s'\n",
482 i, df->container, df->filetype, bmask, STR (nm));
486 (df->filetype & (DbeFile::F_JAVA_SOURCE | DbeFile::F_SOURCE)) == 0
    [all...]
ArchiveExp.cc 60 if ((lo->dbeFile->filetype & DbeFile::F_JAVACLASS) == 0)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeFile.cc 31 filetype = 0;
91 if (filetype & F_FICTION)
150 Dprintf (DEBUG_DBE_FILE, NTXT ("get_location 0x%x %s\n"), filetype, STR (name));
156 if ((filetype & F_FICTION) != 0)
158 if (filetype == F_DIR_OR_JAR)
163 filetype |= F_JAR_FILE | F_FILE;
171 filetype |= F_DIRECTORY;
177 if ((filetype & F_FILE) != 0)
190 if ((filetype & F_JAVACLASS) != 0)
224 df->filetype = DbeFile::F_FILE
    [all...]
DbeFile.h 81 int filetype; member in class:DbeFile
gp-archive.cc 161 if (df && ((df->filetype & DbeFile::F_FICTION) != 0))
341 if ((df->filetype & DbeFile::F_FICTION) != 0)
348 if ((df->filetype & DbeFile::F_JAVACLASS) != 0)
443 if ((src->dbeFile->filetype & DbeFile::F_JAVA_SOURCE) != 0 &&
459 "%s::%d copy_files[%ld] filetype=%4d inArchive=%d '%s' --> '%s'\n",
461 df->filetype, df->inArchive ? 1 : 0, STR (nm), STR (fnm));
478 else if ((df->filetype & bmask) == 0)
481 " NOT COPIED: copy_files[%ld]: container=%p filetype=%d bmask=%d '%s'\n",
482 i, df->container, df->filetype, bmask, STR (nm));
486 (df->filetype & (DbeFile::F_JAVA_SOURCE | DbeFile::F_SOURCE)) == 0
    [all...]
ArchiveExp.cc 60 if ((lo->dbeFile->filetype & DbeFile::F_JAVACLASS) == 0)
  /src/distrib/acorn32/
mksparkive.sh 86 filetype=$(printf %03s "$4")
95 lowtype=$(echo "$filetype" | sed s/.//)
96 hightype=$(echo "$filetype" | sed s/..\$//)
  /src/usr.bin/unzip/
unzip.c 703 mode_t filetype; local
707 filetype = archive_entry_filetype(e);
720 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
728 if (S_ISDIR(filetype) && j_opt) {
754 if (S_ISDIR(filetype))
767 mode_t filetype; local
770 filetype = archive_entry_filetype(e);
773 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype))
    [all...]
  /src/external/bsd/pcc/dist/pcc/driver/
driver.c 83 filetype(const char *name) function
120 type = filetype(file);
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 664 my $fileType = "";
665 if (($fileType = checkFileness(@module_list)) eq "") {
677 checkModuleMatch($fileType, $commit_object, $cvsacl_module);
813 my $filetype = "";
818 if (((-d $reposDirName) && ($filetype eq "file")) || ((-f $reposFileName) && ($filetype eq "dir"))) {
821 $filetype = "";
825 $filetype = "dir";
829 $filetype = "file";
836 $filetype = ""
    [all...]
  /src/share/examples/puffs/pgfs/
newfs.sql 49 CREATE TYPE filetype AS ENUM (
56 -- filetype and the dirent table. however, users expect that getattr is
60 type filetype NOT NULL,
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 77 FileType filetype; // source file type member in class:Module
dmodule.d 78 if (m.filetype == FileType.dhdr)
357 FileType filetype; // source file type
920 filetype = FileType.ddoc;
933 filetype = FileType.ddoc;
941 filetype = FileType.dhdr
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 53 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_32
66 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_64
78 /* For filetype field in header. */
251 unsigned int filetype; local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype));
315 if (filetype != MACH_O_MH_OBJECT)
902 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT);
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 53 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_32
66 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_64
78 /* For filetype field in header. */
251 unsigned int filetype; local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype));
315 if (filetype != MACH_O_MH_OBJECT)
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT);
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 53 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_32
66 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_64
78 /* For filetype field in header. */
251 unsigned int filetype; local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype));
315 if (filetype != MACH_O_MH_OBJECT)
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT);
  /src/external/gpl2/xcvs/dist/diff/
diff.c 46 static char const *filetype PARAMS((struct stat const *));
884 filetype (st)
1134 inf[0].name, filetype (&inf[0].stat),
1135 inf[1].name, filetype (&inf[1].stat));
880 filetype (st) function
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 29 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 29 unsigned char filetype[4]; /* Type of file. */ member in struct:mach_o_header_external
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 158 hdr->filetype == MH_DYLINKER) {
301 data_.current_filetype = hdr->filetype;

Completed in 49 milliseconds

1 2 3 4