| /openbsd-src/regress/sys/kern/poll/ |
| H A D | poll_iocond.c | 55 enum filetype { enum 67 enum filetype type; 79 static enum filetype filetype = FTYPE_NONE; variable 108 filetype = filetypes[i].type; in main() 112 if (filetype == FTYPE_NONE) in main() 121 switch (filetype) { in main() 188 switch (filetype) { in main() 248 switch (filetype) { in main() 293 if (filetype == FTYPE_FIFO) in cleanup() 346 if (filetype != FTYPE_SOCKET_UDP) { in proc_child() [all …]
|
| /openbsd-src/regress/sys/kern/select/ |
| H A D | select_iocond.c | 56 enum filetype { enum 68 enum filetype type; 80 static enum filetype filetype = FTYPE_NONE; variable 109 filetype = filetypes[i].type; in main() 113 if (filetype == FTYPE_NONE) in main() 122 switch (filetype) { in main() 189 switch (filetype) { in main() 249 switch (filetype) { in main() 294 if (filetype == FTYPE_FIFO) in cleanup() 361 if (filetype != FTYPE_SOCKET_UDP) { in proc_child() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ |
| H A D | vimrc | 39 " Enable filetype detection 40 filetype on 61 augroup filetype augroup 62 au! BufRead,BufNewFile *Makefile* set filetype=make 78 augroup filetype augroup 79 au! BufRead,BufNewFile *.ll set filetype=llvm 84 augroup filetype augroup 85 au! BufRead,BufNewFile *.td set filetype=tablegen 91 augroup filetype augroup 92 au! BufRead,BufNewFile *.rst set filetype=rest
|
| H A D | README | 4 tablegen *.td files. It comes with filetype detection rules in the (ftdetect), 21 augroup filetype 22 au! BufRead,BufNewFile *Makefile* set filetype=make
|
| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | gen.c | 289 sd(int rdclass, const char *classname, const char *dirname, char filetype) { in sd() argument 306 type, filetype); in sd() 337 char filetype = 'c'; in main() local 351 filetype = 'c'; in main() 360 filetype = 'h'; in main() 367 filetype = 'c'; in main() 376 filetype = 'h'; in main() 421 sd(rdclass, classname, buf, filetype); in main() 427 sd(0, "", buf, filetype); in main()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | mach | 21 >>12 lelong x filetype=%ld 58 >>12 belong x filetype=%ld
|
| H A D | sharc | 6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ftdetect/ |
| H A D | mir.vim | 1 au BufRead,BufNewFile *.mir set filetype=mir
|
| H A D | tablegen.vim | 1 au BufRead,BufNewFile *.td set filetype=tablegen
|
| H A D | llvm.vim | 1 au BufRead,BufNewFile *.ll set filetype=llvm
|
| H A D | llvm-lit.vim | 1 au BufRead,BufNewFile lit.*cfg set filetype=python
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ftplugin/ |
| H A D | llvm.vim | 1 " Vim filetype plugin file
|
| H A D | tablegen.vim | 1 " Vim filetype plugin file
|
| H A D | mir.vim | 1 " Vim filetype plugin file
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 130 header.filetype = data.GetU32(&offset); in ParseMachOHeader() 267 uint32_t filetype = data.GetU32(&offset); in MagicBytesMatch() local 268 return filetype == MH_FILESET; in MagicBytesMatch()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 42 def filetype : LLVMJoined<"filetype=">, Values<"obj,s,null">, 88 Alias<filetype>, AliasArgs<["null"]>;
|
| /openbsd-src/lib/libtls/ |
| H A D | tls_config.c | 41 tls_config_load_file(struct tls_error *error, const char *filetype, in tls_config_load_file() argument 55 filetype, filename); in tls_config_load_file() 61 filetype, filename); in tls_config_load_file() 70 filetype); in tls_config_load_file() 77 filetype, filename); in tls_config_load_file()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 76 if (mach_header.filetype == llvm::MachO::MH_CORE) in CreateInstance() 142 header.filetype = llvm::ByteSwap_32(header.filetype); in CheckAddressForDyldOrKernel() 154 switch (header.filetype) { in CheckAddressForDyldOrKernel()
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | exercise_makedef.pl | 56 filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'],
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | diff.c | 40 static char const *filetype PARAMS((struct stat const *)); 872 filetype (st) in filetype() function 1121 inf[0].name, filetype (&inf[0].stat), 1122 inf[1].name, filetype (&inf[1].stat));
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 141 hdr->filetype == MH_DYLINKER; in IsDyldHdr() 371 data_.current_filetype = hdr->filetype; in Next()
|
| /openbsd-src/bin/csh/ |
| H A D | file.c | 108 static Char filetype(Char *, Char *); 439 filetype(Char *dir, Char *file) in filetype() function 494 (void) fputc(dir ? filetype(dir, items[i]) : ' ', cshout); in print_by_column()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 305 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand() 306 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand() 313 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand() 314 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand() 323 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand() 324 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand() 332 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand() 333 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand() 341 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand() 342 Obj.getHeader().filetype != MachO::MH_DSYM && s.size != 0 && in parseSegmentLoadCommand() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | mach-o.h | 181 unsigned long filetype; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | mach-o.h | 181 unsigned long filetype; member
|