Home
last modified time | relevance | path

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

12345

/freebsd-12.1/share/mk/
H A Dbsd.info.mk121 IFILENS+= ${INFO:S/$/.${_f}/}
140 .for x in ${INFO}
160 CLEANFILES+= ${INFO}.texi
161 ${INFO}.texi: ${SRCS}
168 CLEANFILES+= ${INFO:S/$/.${_f}/} ${INFO:S/$/-la.${_f}/}
170 CLEANFILES+= ${INFO:S/$/-la.texi/}
174 CLEANFILES+= ${INFO:S/$/.info.*.html/} ${INFO:S/$/.info/}
177 .if defined(INFO)
185 ${INFO:S/$/.info.*.html/} ${DESTDIR}${INFODIR}/
H A Dbsd.init.mk43 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
/freebsd-12.1/usr.sbin/crashinfo/
H A Dcrashinfo.sh93 }' $INFO)
168 INFO=$CRASHDIR/info.$DUMPNR
196 if [ ! -e $INFO ]; then
197 echo "$INFO not found"
232 sed -ne '/^ Panic String: /{s//panic: /;p;}' $INFO
/freebsd-12.1/lib/libfetch/
H A 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
H A Dhttp.errors10 203 INFO Non-Authoritative Information
19 305 INFO Use Proxy
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86GenRegisterBankInfo.def48 #define INSTR_3OP(INFO) INFO, INFO, INFO,
/freebsd-12.1/contrib/gdb/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))
/freebsd-12.1/contrib/binutils/include/
H A 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-12.1/crypto/openssl/apps/
H A Dpkcs12.c27 # define INFO 0x4
182 options |= INFO;
530 if ((options & INFO) && PKCS12_mac_present(p12)) {
616 if (options & INFO)
619 if (options & INFO) {
673 if (options & INFO)
687 if (options & INFO) {
712 if (options & INFO)
732 if (options & INFO)
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.cpp104 state.log(INFO, "%-20s :%6.2f%% (%6" PRIu64 " => %6" PRIu64 in handleOneInput()
109 state.log(INFO, "%-20s: %" PRIu64 " bytes \n", in handleOneInput()
149 if (!state.log.logsAt(INFO)) { in openOutputFile()
154 INFO, in openOutputFile()
583 state.log.clear(INFO); in writeFile()
612 state.log.update(INFO, "Written: %u MB ", in writeFile()
H A DLogging.h17 constexpr int INFO = 2; variable
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A 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
H A Dkrb5.opt5 --sequence=ETYPE-INFO
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin.h235 #define WORLD_SAVE_P(INFO) ((INFO)->world_save_p) argument
/freebsd-12.1/contrib/binutils/bfd/
H A 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-12.1/sys/dev/tws/
H A Dtws_services.h105 INFO, enumerator
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
/freebsd-12.1/usr.bin/ee/nls/de_DE.ISO8859-1/
H A Dee.msg142 132 "INFO"
143 133 "[INFO]"
/freebsd-12.1/share/snmp/mibs/
H A DFREEBSD-MIB.txt21 CONTACT-INFO
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.sh1135 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
2120 /* Find an architecture that matches the specified INFO. Create a new
2134 /* Fill in missing parts of the INFO struct using a number of
/freebsd-12.1/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg142 132 "INFO"
/freebsd-12.1/usr.bin/ee/nls/ru_RU.KOI8-R/
H A Dee.msg144 132 "INFO"
/freebsd-12.1/contrib/bsnmp/snmpd/
H A DFOKUS-MIB.txt42 CONTACT-INFO
H A DBEGEMOT-MIB.txt44 CONTACT-INFO
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc83 GTEST_LOG_(INFO) << "Thread #" << id << " running..."; in ManyAsserts()

12345