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

1 2 3 4 5

  /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/gpl3/gdb/dist/readline/readline/
colors.h 103 enum filetype enum
  /src/external/gpl3/gdb.old/dist/readline/readline/
colors.h 103 enum filetype enum
  /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
  /src/external/gpl3/gdb/dist/gdb/
solib-darwin.c 265 (hdr.filetype, sizeof (hdr.filetype), byte_order);
311 (hdr.filetype, sizeof (hdr.filetype), byte_order);
  /src/external/gpl3/gdb.old/dist/gdb/
solib-darwin.c 265 (hdr.filetype, sizeof (hdr.filetype), byte_order);
312 (hdr.filetype, sizeof (hdr.filetype), byte_order);
  /src/external/mpl/bind/dist/lib/dns/
gen.c 529 char filetype) {
551 filetype);
592 char filetype = 'c'; local
610 filetype = 'c';
619 filetype = 'h';
626 filetype = 'c';
635 filetype = 'h';
689 sd(rdclass, classbuf, buf, filetype);
694 sd(0, "", buf, filetype);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 493 sd(int rdclass, const char *classbuf, const char *dirbuf, char filetype) {
512 filetype);
559 char filetype = 'c'; local
581 filetype = 'c';
590 filetype = 'h';
597 filetype = 'c';
606 filetype = 'h';
657 sd(rdclass, classbuf, buf, filetype);
662 sd(0, "", buf, filetype);
  /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);

Completed in 129 milliseconds

1 2 3 4 5