HomeSort by relevance Sort by last modified time
    Searched refs:filetype (Results 1 - 25 of 28) sorted by null

1 2

  /external/dropbear/
keyimport.h 38 int filetype);
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype);
keyimport.c 67 int import_encrypted(const char* filename, int filetype) {
69 if (filetype == KEYFILE_OPENSSH) {
72 } else if (filetype == KEYFILE_SSHCOM) {
79 sign_key *import_read(const char *filename, char *passphrase, int filetype) {
81 if (filetype == KEYFILE_OPENSSH) {
83 } else if (filetype == KEYFILE_DROPBEAR) {
86 } else if (filetype == KEYFILE_SSHCOM) {
94 int filetype) {
96 if (filetype == KEYFILE_OPENSSH) {
98 } else if (filetype == KEYFILE_DROPBEAR)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
newdir.c 35 int filetype = 0; local
52 filetype = EXT2_FT_DIR << 8;
57 dir->name_len = 1 | filetype;
70 dir->name_len = 2 | filetype;
  /external/llvm/test/MC/ARM/
nop-armv4-padding.s 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
nop-armv6t2-padding.s 1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
thumb2-movt-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
elf-eflags-eabi.s 1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
nop-thumb-padding.s 1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
nop-thumb2-padding.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
elf-thumbfunc.s 2 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
elf-movt.s 2 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
darwin-Thumb-reloc.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
27 @ CHECK: ('filetype', 1)
darwin-ARM-reloc.s 1 @ RUN: llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o %t.obj
24 @ CHECK: ('filetype', 1)
  /external/e2fsprogs/misc/
mke2fs.conf 2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
  /external/valgrind/main/coregrind/m_ume/
macho.c 87 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
93 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
99 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
422 filetype is MH_EXECUTE or MH_DYLINKER.
430 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
470 if (mh.filetype != filetype) {
536 if (filetype == MH_DYLINKER) {
553 if (filetype == MH_EXECUTE) {
579 if (filetype == MH_EXECUTE)
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 240 int fileType;
249 fileType = typeClass;
251 fileType = typeHtml;
253 fileType = typeGif;
255 fileType = typeJpeg;
257 fileType = typeText; // or textUnknown
260 if (fileType == typeClass
273 sendHeader(out, file.length(), fileType);
291 if (fileType == typeClass) {
357 private void sendHeader(OutputStream out, long dataLength, int filetype)
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 69 struct stat filetype; local
70 if (stat(filename, &filetype) != 0)
72 if (S_ISDIR(filetype.st_mode)) {
  /system/core/toolbox/
ls.c 142 char filetype = mode2kind(s.st_mode); local
143 if (filetype != 'l') {
144 printf("%c ", filetype);
  /external/llvm/test/MC/AsmParser/
section.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu -filetype=obj -o %t %s
  /sdk/bash_completion/
adb.bash 309 filetype=${tmp%% *}
310 filename=${tmp:${#filetype}+1}
311 if [[ ${filetype:${#filetype}-1:1} == d ]]; then
  /external/llvm/test/Scripts/
macho-dumpx 81 filetype = f.read32()
82 print "('filetype', %r)" % filetype
  /external/e2fsprogs/e2fsck/
rehash.c 495 int filetype = 0; local
498 filetype = EXT2_FT_DIR << 8;
504 dir->name_len = 1 | filetype;
510 dir->name_len = 2 | filetype;
  /external/e2fsprogs/debugfs/
debugfs.c 1632 int filetype, nr; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 35 // Constants for the "filetype" field in llvm::MachO::mach_header and
286 uint32_t filetype; member in struct:llvm::MachO::mach_header
296 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
  /external/protobuf/editors/
proto.vim 38 " augroup filetype

Completed in 375 milliseconds

1 2