Searched refs:INFO (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/gnu/usr.bin/grep/doc/
H A DMakefile3 INFO= grep macro
/freebsd-10.0-release/gnu/usr.bin/groff/doc/
H A DMakefile3 INFO= groff macro
/freebsd-10.0-release/gnu/usr.bin/send-pr/doc/
H A DMakefile0 INFO = send-pr
1 INFO = send-pr macro
/freebsd-10.0-release/lib/libcom_err/doc/
H A DMakefile3 INFO= com_err macro
/freebsd-10.0-release/gnu/usr.bin/diff/doc/
H A DMakefile3 INFO = diff macro
/freebsd-10.0-release/gnu/usr.bin/gperf/doc/
H A DMakefile3 INFO = gperf macro
/freebsd-10.0-release/kerberos5/doc/
H A DMakefile3 INFO= heimdal macro
/freebsd-10.0-release/gnu/lib/libstdc++/doc/
H A DMakefile7 INFO = iostream macro
/freebsd-10.0-release/usr.sbin/amd/doc/
H A DMakefile7 INFO= am-utils macro
/freebsd-10.0-release/gnu/lib/libreadline/history/doc/
H A DMakefile5 INFO = history macro
/freebsd-10.0-release/gnu/lib/libregex/doc/
H A DMakefile3 INFO = regex macro
/freebsd-10.0-release/gnu/usr.bin/texinfo/doc/
H A DMakefile3 INFO= info info-stnd texinfo macro
/freebsd-10.0-release/share/mk/
H A Dbsd.info.mk25 # INFO texinfo files, without suffix. [set in Makefile]
121 IFILENS+= ${INFO:S/$/.${_f}/}
143 .for x in ${INFO}
163 CLEANFILES+= ${INFO}.texi
164 ${INFO}.texi: ${SRCS}
171 CLEANFILES+= ${INFO:S/$/.${_f}/} ${INFO:S/$/-la.${_f}/}
173 CLEANFILES+= ${INFO:S/$/-la.texi/}
177 CLEANFILES+= ${INFO:S/$/.info.*.html/} ${INFO
[all...]
/freebsd-10.0-release/gnu/lib/libreadline/readline/doc/
H A DMakefile5 INFO = readline rluserman macro
/freebsd-10.0-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh54 }' $INFO)
123 INFO=$CRASHDIR/info.$DUMPNR
132 if [ ! -e $INFO ]; then
133 echo "$INFO not found"
168 sed -ne '/^ Panic String: /{s//panic: /;p;}' $INFO
/freebsd-10.0-release/contrib/binutils/include/
H A Ddis-asm.h115 INFO is a pointer to this struct.
123 MEMADDR is the address that we were trying to read. INFO is a
345 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
346 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
347 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
348 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
/freebsd-10.0-release/contrib/gdb/include/
H A Ddis-asm.h106 INFO is a pointer to this struct.
114 MEMADDR is the address that we were trying to read. INFO is a
309 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
310 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
311 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
312 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
/freebsd-10.0-release/gnu/usr.bin/binutils/doc/
H A DMakefile7 INFO= as ld binutils macro
/freebsd-10.0-release/gnu/usr.bin/gdb/doc/
H A DMakefile3 INFO= gdb gdbint stabs macro
/freebsd-10.0-release/sys/dev/tws/
H A Dtws_services.h103 INFO, enumerator in enum:severity
/freebsd-10.0-release/gnu/usr.bin/cc/doc/
H A DMakefile10 INFO= gcc cpp gccint cppinternals macro
/freebsd-10.0-release/crypto/openssl/apps/
H A Dpkcs12.c78 #define INFO 0x4 macro
158 else if (!strcmp (*args, "-info")) options |= INFO;
657 if ((options & INFO) && p12->mac) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1);
719 if (options & INFO) BIO_printf (bio_err, "PKCS7 Data\n");
721 if (options & INFO) {
770 if (options & INFO) BIO_printf (bio_err, "Key bag\n");
781 if (options & INFO) {
800 if (options & INFO) BIO_printf (bio_err, "Certificate bag\n");
815 if (options & INFO) BIO_printf (bio_err, "Safe Contents bag\n");
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Ddarwin.h235 #define WORLD_SAVE_P(INFO) ((INFO)->world_save_p)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf-bfd.h225 #define SYMBOL_REFERENCES_LOCAL(INFO, H) \
226 _bfd_elf_symbol_refs_local_p (H, INFO, 0)
229 #define SYMBOL_CALLS_LOCAL(INFO, H) \
230 _bfd_elf_symbol_refs_local_p (H, INFO, 1)
2130 #define SYMBOLIC_BIND(INFO, H) \
2131 ((INFO)->symbolic || ((INFO)->dynamic && !(H)->dynamic))
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh1064 The INIT function takes two parameters: INFO which contains the
1069 The INFO parameter is, as far as possible, be pre-initialized with
1070 information obtained from INFO.ABFD or the previously selected
1135 matches the information provided by INFO. */
1141 basic initialization using values obtained from the INFO andTDEP
1166 The actual architecture selected is determined by INFO, \`\`(gdb) set
1168 architecture. INFO should be initialized to zero and then selected
1178 INFO should be initialized using gdbarch_info_init, relevant fields
2120 /* Find an architecture that matches the specified INFO. Create a new
2134 /* Fill in missing parts of the INFO struc
[all...]

Completed in 250 milliseconds

12