Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 59) sorted by relevance

123

/openbsd-src/regress/sys/kern/poll/
H A Dpoll_iocond.c55 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 Dselect_iocond.c56 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 Dvimrc39 " 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 DREADME4 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 Dgen.c289 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 Dmach21 >>12 lelong x filetype=%ld
58 >>12 belong x filetype=%ld
H A Dsharc6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
/openbsd-src/gnu/llvm/llvm/utils/vim/ftdetect/
H A Dmir.vim1 au BufRead,BufNewFile *.mir set filetype=mir
H A Dtablegen.vim1 au BufRead,BufNewFile *.td set filetype=tablegen
H A Dllvm.vim1 au BufRead,BufNewFile *.ll set filetype=llvm
H A Dllvm-lit.vim1 au BufRead,BufNewFile lit.*cfg set filetype=python
/openbsd-src/gnu/llvm/llvm/utils/vim/ftplugin/
H A Dllvm.vim1 " Vim filetype plugin file
H A Dtablegen.vim1 " Vim filetype plugin file
H A Dmir.vim1 " Vim filetype plugin file
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp130 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 DOpts.td42 def filetype : LLVMJoined<"filetype=">, Values<"obj,s,null">,
88 Alias<filetype>, AliasArgs<["null"]>;
/openbsd-src/lib/libtls/
H A Dtls_config.c41 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 DProcessMachCore.cpp76 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 Dexercise_makedef.pl56 filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'],
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.c40 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 Dsanitizer_procmaps_mac.cpp141 hdr->filetype == MH_DYLINKER; in IsDyldHdr()
371 data_.current_filetype = hdr->filetype; in Next()
/openbsd-src/bin/csh/
H A Dfile.c108 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 DMachOObjectFile.cpp305 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 Dmach-o.h181 unsigned long filetype; member
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.h181 unsigned long filetype; member

123