| /openbsd-src/usr.sbin/amd/doc/ |
| H A D | Makefile | 3 INFO = amdref.info macro 6 all: ${INFO} 8 ${INFO}: ${SRCS} 12 -rm -f ${INFO} 14 install: ${INFO} 15 …${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${INFO} ${DESTDIR}${SHAREDIR}/i…
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | logging.h | 86 # ifndef INFO 87 # define INFO(w) macro 91 # ifndef INFO 93 # define INFO(w) __rt_warning("%s\n", (w)) macro 95 # define INFO(w) ((void)(0)) macro
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | Makefile | 5 INFO= readline.info history.info macro 11 all: ${INFO} 24 install: ${INFO} maninstall 25 @-for i in ${INFO}; do \ 34 -rm -f ${INFO}
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/ |
| H A D | Pass.pm | 39 push @{$self->{+INFO}} => $in; 52 $out->{info} = [map {{ %{$_} }} @{$self->{+INFO}}] if $self->{+INFO};
|
| H A D | Fail.pm | 44 push @{$self->{+INFO}} => $in; 56 $out->{info} = [map {{ %{$_} }} @{$self->{+INFO}}] if $self->{+INFO};
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvsclient.info | 4 INFO-DIR-SECTION Programming 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86GenRegisterBankInfo.def | 47 #define INSTR_3OP(INFO) INFO, INFO, INFO,
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | dis-asm.h | 307 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument 308 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC)) 309 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument 310 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | dis-asm.h | 329 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument 330 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC)) 331 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument 332 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | pkcs12.c | 77 #define INFO 0x4 macro 347 .value = INFO, 778 if ((cfg.options & INFO) != 0 && PKCS12_mac_present(p12)) { in pkcs12_main() 834 if (options & INFO) in dump_certs_keys_p12() 837 if (options & INFO) { in dump_certs_keys_p12() 893 if (options & INFO) in dump_certs_pkeys_bag() 913 if (options & INFO) { in dump_certs_pkeys_bag() 941 if (options & INFO) in dump_certs_pkeys_bag() 961 if (options & INFO) in dump_certs_pkeys_bag()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 53 CASE(INFO, INFO); in serializeSectionKind() 79 CASE(INFO, INFO); in deserializeSectionKind()
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | sh64-dis.c | 33 #define SAVED_MOVI_R(INFO) \ argument 34 (((struct sh64_disassemble_info *) ((INFO)->private_data))->address_reg) 36 #define SAVED_MOVI_IMM(INFO) \ argument 37 (((struct sh64_disassemble_info *) ((INFO)->private_data))->built_address)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | sh64-dis.c | 32 #define SAVED_MOVI_R(INFO) \ argument 33 (((struct sh64_disassemble_info *) ((INFO)->private_data))->address_reg) 35 #define SAVED_MOVI_IMM(INFO) \ argument 36 (((struct sh64_disassemble_info *) ((INFO)->private_data))->built_address)
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | scan-build | 843 open (INFO, "$Dir/failures/$ppfile.info.txt") or 845 my $srcfile = <INFO>; 847 close (INFO); 868 open (INFO, "$Dir/failures/$file") or 870 my $srcfile = <INFO>; 872 my $problem = <INFO>; 874 close (INFO);
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | gen-dir-node | 57 File: dir Node: Top This is the top of the INFO tree 168 fgrep -a INFO-DIR-SECTION /dev/null ${infofiles} | \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
| H A D | 990115-1.f | 3 $ WORK, RWORK, INFO ) argument
|
| /openbsd-src/gnu/usr.bin/perl/cpan/DB_File/ |
| H A D | DB_File.xs | 252 typedef DB_INFO INFO ; typedef 325 typedef union INFO { union 329 } INFO ; typedef 420 INFO info ; 881 PrintHash(INFO *hash) in PrintHash() 884 INFO * hash ; in PrintHash() 900 PrintRecno(INFO *recno) in PrintRecno() 903 INFO * recno ; in PrintRecno() 918 PrintBtree(INFO *btree) in PrintBtree() 921 INFO * btre in PrintBtree() [all...] |
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin.h | 235 #define WORLD_SAVE_P(INFO) ((INFO)->world_save_p) argument
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Waiting.t | 23 tag => 'INFO',
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/TAP/ |
| H A D | Version.t | 23 info => [{tag => 'INFO', debug => 0, details => "TAP version 13"}],
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/ |
| H A D | Event.t | 434 {tag => 'INFO', details => 'info 1'}, 435 {tag => 'INFO', details => 'info 2'}, 870 {tag => 'INFO', details => 'info 1'}, 871 {tag => 'INFO', details => 'info 2'}, 888 {tag => 'INFO', details => 'info 1'}, 889 {tag => 'INFO', details => 'info 2'}, 912 {tag => 'INFO', details => 'info 1'}, 913 {tag => 'INFO', details => 'info 2'},
|
| /openbsd-src/share/snmp/ |
| H A D | SNMP-USM-AES-MIB.txt | 10 CONTACT-INFO "Uri Blumenthal
|
| H A D | IANA-STORAGE-MEDIA-TYPE-MIB.txt | 12 CONTACT-INFO
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_print.h | 538 _DRM_PRINTK(, INFO, fmt, ##__VA_ARGS__) 548 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__)
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | exchange_num.cst | 37 INFO -2
|