Home
last modified time | relevance | path

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

12345

/freebsd-10-stable/share/mk/
Dbsd.info.mk121 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:S/$/.info/}
180 .if ${MK_INFO} != "no" && defined(INFO)
188 ${INFO:S/$/.info.*.html/} ${DESTDIR}${INFODIR}
/freebsd-10-stable/usr.sbin/crashinfo/
Dcrashinfo.sh70 }' $INFO)
139 INFO=$CRASHDIR/info.$DUMPNR
148 if [ ! -e $INFO ]; then
149 echo "$INFO not found"
183 sed -ne '/^ Panic String: /{s//panic: /;p;}' $INFO
/freebsd-10-stable/lib/libfetch/
Dftp.errors12 211 INFO System status, or system help reply
13 212 INFO Directory status
14 213 INFO File status
15 214 INFO Help message
16 215 INFO Set system type
Dhttp.errors10 203 INFO Non-Authoritative Information
19 305 INFO Use Proxy
/freebsd-10-stable/contrib/gdb/include/
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))
/freebsd-10-stable/contrib/binutils/include/
Ddis-asm.h343 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument
344 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
345 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument
346 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
/freebsd-10-stable/crypto/openssl/apps/
Dpkcs12.c78 # define INFO 0x4 macro
171 options |= INFO; in MAIN()
717 if ((options & INFO) && p12->mac) in MAIN()
787 if (options & INFO) in dump_certs_keys_p12()
790 if (options & INFO) { in dump_certs_keys_p12()
838 if (options & INFO) in dump_certs_pkeys_bag()
852 if (options & INFO) { in dump_certs_pkeys_bag()
872 if (options & INFO) in dump_certs_pkeys_bag()
892 if (options & INFO) in dump_certs_pkeys_bag()
/freebsd-10-stable/gnu/usr.bin/grep/doc/
DMakefile3 INFO= grep macro
/freebsd-10-stable/lib/libcom_err/doc/
DMakefile3 INFO= com_err macro
/freebsd-10-stable/gnu/usr.bin/groff/doc/
DMakefile3 INFO= groff macro
/freebsd-10-stable/kerberos5/doc/
DMakefile3 INFO= heimdal macro
/freebsd-10-stable/gnu/usr.bin/diff/doc/
DMakefile3 INFO = diff macro
/freebsd-10-stable/gnu/usr.bin/gperf/doc/
DMakefile3 INFO = gperf macro
/freebsd-10-stable/crypto/heimdal/lib/asn1/
Dkrb5.opt5 --sequence=ETYPE-INFO
Dkrb5.asn122 ETYPE-INFO,
23 ETYPE-INFO-ENTRY,
125 KRB5-PADATA-ETYPE-INFO(11),
136 KRB5-PADATA-SVR-REFERRAL-INFO(20), --- old ms referral number
139 KRB5-PADATA-SAM-ETYPE-INFO(23),
423 ETYPE-INFO-ENTRY ::= SEQUENCE {
429 ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY
/freebsd-10-stable/gnu/lib/libstdc++/doc/
DMakefile7 INFO = iostream
/freebsd-10-stable/usr.sbin/amd/doc/
DMakefile7 INFO= am-utils macro
/freebsd-10-stable/gnu/lib/libreadline/history/doc/
DMakefile5 INFO = history macro
/freebsd-10-stable/gnu/usr.bin/texinfo/doc/
DMakefile3 INFO= info info-stnd texinfo macro
/freebsd-10-stable/gnu/lib/libregex/doc/
DMakefile3 INFO = regex macro
/freebsd-10-stable/contrib/gcc/config/rs6000/
Ddarwin.h235 #define WORLD_SAVE_P(INFO) ((INFO)->world_save_p) argument
/freebsd-10-stable/gnu/lib/libreadline/readline/doc/
DMakefile5 INFO = readline rluserman macro
/freebsd-10-stable/contrib/binutils/bfd/
Delf-bfd.h224 #define SYMBOL_REFERENCES_LOCAL(INFO, H) \ argument
225 _bfd_elf_symbol_refs_local_p (H, INFO, 0)
228 #define SYMBOL_CALLS_LOCAL(INFO, H) \ argument
229 _bfd_elf_symbol_refs_local_p (H, INFO, 1)
2127 #define SYMBOLIC_BIND(INFO, H) \ argument
2128 ((INFO)->symbolic || ((INFO)->dynamic && !(H)->dynamic))
/freebsd-10-stable/gnu/usr.bin/binutils/doc/
DMakefile7 INFO= as ld binutils macro
/freebsd-10-stable/share/info/
Ddir-tmpl6 File: dir, Node: Top This is the top of the INFO tree

12345