Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 158) sorted by relevance

1234567

/openbsd-src/usr.sbin/amd/doc/
H A DMakefile3 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 Dlogging.h86 # 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 DMakefile5 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 DPass.pm39 push @{$self->{+INFO}} => $in;
52 $out->{info} = [map {{ %{$_} }} @{$self->{+INFO}}] if $self->{+INFO};
H A DFail.pm44 push @{$self->{+INFO}} => $in;
56 $out->{info} = [map {{ %{$_} }} @{$self->{+INFO}}] if $self->{+INFO};
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvsclient.info4 INFO-DIR-SECTION Programming
5 START-INFO-DIR-ENTRY
7 END-INFO-DIR-ENTRY
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86GenRegisterBankInfo.def47 #define INSTR_3OP(INFO) INFO, INFO, INFO,
/openbsd-src/gnu/usr.bin/binutils/include/
H A Ddis-asm.h307 #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 Ddis-asm.h329 #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 Dpkcs12.c77 #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 DDWARFUnitIndex.cpp53 CASE(INFO, INFO); in serializeSectionKind()
79 CASE(INFO, INFO); in deserializeSectionKind()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dsh64-dis.c33 #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 Dsh64-dis.c32 #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 Dscan-build843 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 Dgen-dir-node57 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 D990115-1.f3 $ WORK, RWORK, INFO ) argument
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs252 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 Ddarwin.h235 #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 DWaiting.t23 tag => 'INFO',
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/TAP/
H A DVersion.t23 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 DEvent.t434 {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 DSNMP-USM-AES-MIB.txt10 CONTACT-INFO "Uri Blumenthal
H A DIANA-STORAGE-MEDIA-TYPE-MIB.txt12 CONTACT-INFO
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_print.h538 _DRM_PRINTK(, INFO, fmt, ##__VA_ARGS__)
548 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__)
/openbsd-src/sbin/isakmpd/
H A Dexchange_num.cst37 INFO -2

1234567