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

12

/freebsd-10-stable/gnu/usr.bin/grep/doc/
H A DMakefile3 INFO= grep macro
/freebsd-10-stable/gnu/usr.bin/groff/doc/
H A DMakefile3 INFO= groff macro
/freebsd-10-stable/lib/libcom_err/doc/
H A DMakefile3 INFO= com_err macro
/freebsd-10-stable/gnu/usr.bin/diff/doc/
H A DMakefile3 INFO = diff macro
/freebsd-10-stable/gnu/usr.bin/gperf/doc/
H A DMakefile3 INFO = gperf macro
/freebsd-10-stable/kerberos5/doc/
H A DMakefile3 INFO= heimdal macro
/freebsd-10-stable/gnu/lib/libstdc++/doc/
H A DMakefile7 INFO = iostream macro
/freebsd-10-stable/usr.sbin/amd/doc/
H A DMakefile7 INFO= am-utils macro
/freebsd-10-stable/gnu/lib/libreadline/history/doc/
H A DMakefile5 INFO = history macro
/freebsd-10-stable/gnu/lib/libregex/doc/
H A DMakefile3 INFO = regex macro
/freebsd-10-stable/gnu/usr.bin/texinfo/doc/
H A DMakefile3 INFO= info info-stnd texinfo macro
/freebsd-10-stable/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-stable/gnu/lib/libreadline/readline/doc/
H A DMakefile5 INFO = readline rluserman macro
/freebsd-10-stable/usr.sbin/crashinfo/
H A 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/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-stable/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-stable/gnu/usr.bin/binutils/doc/
H A DMakefile7 INFO= as ld binutils macro
/freebsd-10-stable/gnu/usr.bin/gdb/doc/
H A DMakefile3 INFO= gdb gdbint stabs macro
/freebsd-10-stable/sys/dev/tws/
H A Dtws_services.h103 INFO, enumerator in enum:severity
/freebsd-10-stable/gnu/usr.bin/cc/doc/
H A DMakefile10 INFO= gcc cpp gccint cppinternals macro
/freebsd-10-stable/crypto/openssl/apps/
H A Dpkcs12.c78 # define INFO 0x4 macro
171 options |= INFO;
717 if ((options & INFO) && p12->mac)
787 if (options & INFO)
790 if (options & INFO) {
838 if (options & INFO)
852 if (options & INFO) {
872 if (options & INFO)
892 if (options & INFO)
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin.h235 #define WORLD_SAVE_P(INFO) ((INFO)->world_save_p)
/freebsd-10-stable/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-stable/crypto/openssh/contrib/
H A Dssh-copy-id94 printf '%s: INFO: Source of key(s) to be installed: "%s"\n' "$0" "$PUB_ID_FILE" >&2
222 printf '%s: INFO: attempting to log in with the new key(s), to filter out any that are already installed\n' "$0" >&2
234 -o LogLevel=INFO \
261 printf '%s: INFO: %d key(s) remain to be installed -- if you are prompted now it is to install the new keys\n' "$0" "$(printf '%s\n' "$NEW_IDS" | wc -l)" >&2
/freebsd-10-stable/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 154 milliseconds

12