Searched refs:filetype (Results 1 - 25 of 26) sorted by relevance

12

/external/dropbear/
H A Dkeyimport.h38 int filetype);
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype);
H A Dkeyimport.c67 int import_encrypted(const char* filename, int filetype) { argument
69 if (filetype == KEYFILE_OPENSSH) {
72 } else if (filetype == KEYFILE_SSHCOM) {
79 sign_key *import_read(const char *filename, char *passphrase, int filetype) { argument
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
93 import_write(const char *filename, sign_key *key, char *passphrase, int filetype) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c35 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/
H A Dnop-armv4-padding.s1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
H A Dnop-armv6t2-padding.s1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
H A Dthumb2-movt-fixup.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
H A Delf-eflags-eabi.s1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
H A Dnop-thumb-padding.s1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
H A Delf-thumbfunc.s2 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
H A Delf-movt.s2 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
H A Ddarwin-Thumb-reloc.s1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
27 @ CHECK: ('filetype', 1)
H A Ddarwin-ARM-reloc.s1 @ RUN: llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o %t.obj
24 @ CHECK: ('filetype', 1)
/external/e2fsprogs/misc/
H A Dmke2fs.conf2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c87 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, argument
470 if (mh.filetype != filetype) {
536 if (filetype == MH_DYLINKER) {
553 if (filetype == MH_EXECUTE) {
579 if (filetype
620 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const char *filename, vki_uint8_t **out_stack_start, vki_uint8_t **out_stack_end, vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) argument
699 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const char *filename, vki_uint8_t **out_stack_start, vki_uint8_t **out_stack_end, vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) argument
[all...]
/external/javassist/src/main/javassist/tools/web/
H A DWebserver.java357 private void sendHeader(OutputStream out, long dataLength, int filetype) argument
365 if (filetype == typeClass)
367 else if (filetype == typeHtml)
369 else if (filetype == typeGif)
371 else if (filetype == typeJpeg)
373 else if (filetype == typeText)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp69 struct stat filetype; local
70 if (stat(filename, &filetype) != 0)
72 if (S_ISDIR(filetype.st_mode)) {
/external/llvm/test/MC/AsmParser/
H A Dsection.s1 # RUN: llvm-mc -triple i386-pc-linux-gnu -filetype=obj -o %t %s
/external/llvm/test/Scripts/
H A Dmacho-dumpx81 filetype = f.read32()
82 print "('filetype', %r)" % filetype
/external/e2fsprogs/e2fsck/
H A Drehash.c495 int filetype = 0; local
498 filetype = EXT2_FT_DIR << 8;
504 dir->name_len = 1 | filetype;
510 dir->name_len = 2 | filetype;
H A Dpass2.c472 * Check the directory filetype (if present)
479 int filetype = dirent->name_len >> 8; local
485 if (filetype == 0 ||
506 if (filetype == should_be)
510 if (fix_problem(ctx, filetype ? PR_2_BAD_FILETYPE : PR_2_SET_FILETYPE,
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1632 int filetype, nr; local
1645 filetype = EXT2_FT_FIFO;
1650 filetype = EXT2_FT_CHRDEV;
1655 filetype = EXT2_FT_BLKDEV;
1659 filetype = 0;
1678 retval = ext2fs_link(current_fs, cwd, argv[1], newfile, filetype);
1686 filetype);
/external/llvm/include/llvm/Support/
H A DMachO.h35 // 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/
H A Dproto.vim38 " augroup filetype
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c725 else if (cmd->cmd == LC_ID_DYLIB && mh->filetype == MH_DYLIB) {
735 else if (cmd->cmd==LC_ID_DYLINKER && mh->filetype==MH_DYLINKER) {

Completed in 467 milliseconds

12