Searched refs:version (Results 476 - 500 of 1760) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/boot/amd64/efi/
H A DMakefile73 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
74 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h57 uint16_t version; /* Swapped w/ length; check ah_eeprom_v14.h */ member in struct:base_eep_ar9287_header
103 uint8_t version; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h53 * NB: The format in EEPROM has words 0 and 2 swapped (i.e. version
55 * the data into host memory so the version field is at the same
61 uint16_t version; /* NB: length in EEPROM */ member in struct:BaseEepHeader4k
63 uint16_t length; /* NB: version in EEPROM */
124 uint8_t version; // 1 member in struct:ModalEepHeader4k
/freebsd-10.2-release/crypto/openssl/util/
H A Dspeed.sh17 apps/ssleay version -v -b -f >speed.1
/freebsd-10.2-release/include/rpcsvc/
H A Dpmap_prot.x91 % * A mapping of (program, version, protocol) to port number
119 % * struct pmaplist * that rpcgen would produce. One version of the pmaplist
221 version PMAPVERS {
/freebsd-10.2-release/usr.bin/mail/
H A Dmain.c56 extern const char *version;
282 printf("Mail version %s. Type ? for help.\n",
283 version);
/freebsd-10.2-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh56 # Look for a matching kernel version.
58 kvers=$(echo 'printf " Version String: %s", version' | \
156 version=$(echo -e printf '"%s", version' | gdb -x /dev/stdin -batch $KERNEL | \
166 echo "$ostype $HOSTNAME $osrelease $version $machine"
/freebsd-10.2-release/tools/tools/nxge/
H A Dxge_log.c271 * Prints/logs driver version
273 * @version Driver version
276 xge_print_drv_version(char *version) argument
283 printf("Driver Version: %s\n", version);
/freebsd-10.2-release/secure/usr.bin/openssl/
H A DMakefile.man46 MAN+= version.1
/freebsd-10.2-release/lib/libc/gen/
H A Dgetpwent.c126 { NULL, NULL }, /* version 0 */
127 { NULL, NULL }, /* version 1 */
128 { NULL, NULL }, /* version 2 */
129 { pwdb_match_entry_v3, pwdb_parse_entry_v3 }, /* version 3 */
130 { pwdb_match_entry_v4, pwdb_parse_entry_v4 }, /* version 4 */
138 int version; member in struct:files_state
179 int version; member in struct:compat_state
732 pwdbopen(int *version) argument
747 *version = *(unsigned char *)entry.data;
749 *version
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dunwind-dw2-fde.h10 Software Foundation; either version 2, or (at your option) any later
11 version.
15 compiled version of this file into combinations with other programs,
145 ubyte version;
144 ubyte version; member in struct:dwarf_cie
/freebsd-10.2-release/contrib/gcclibs/libgomp/
H A DMakefile.am25 libgomp_version_script = -Wl,--version-script,$(top_srcdir)/libgomp.map
29 libgomp_version_info = -version-info $(libtool_VERSION)
/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A DMakefile.am15 libosmcomp_version_script = -Wl,--version-script=$(srcdir)/libosmcomp.map
32 libosmcomp_la_LDFLAGS = -version-info $(complib_api_version) \
/freebsd-10.2-release/contrib/ntp/include/
H A Dhopf6039.h86 /* clock hardware version */
125 char *version[HOPF_MAXVERSION]; member in struct:hopfCard
/freebsd-10.2-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in61 Host st offset(s) version system processor
123 $daemonversion =~ s/version=//;
/freebsd-10.2-release/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dt_check_quotas.sh65 atf_check -o ignore -e ignore makefs -B $1 -o version=$2 \
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h66 /* Minimum format number that supports svndiff version 1. */
69 /* Return SVN_ERR_UNSUPPORTED_FEATURE if the version of filesystem FS does
70 not indicate support for FEATURE (which REQUIRES a newer version). */
231 /* diff format version number ### at this point, "svndiff" is the
233 apr_byte_t version;
230 apr_byte_t version; member in struct:rep_delta_chunk_t
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dhelp-cmd.c56 "Subversion command-line client, version %s.\n"
58 "Type 'svn --version' to see the program version and RA modules\n"
59 " or 'svn --version --quiet' to see just the version number.\n"
68 N_("Subversion is a tool for version control.\n"
145 opt_state ? opt_state->version : FALSE,
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A Dprivate.h76 uint32_t version; member in struct:kadm5_log_context
/freebsd-10.2-release/contrib/wpa/src/eap_common/
H A Deap_sake_common.h48 u8 version; /* EAP_SAKE_VERSION */ member in struct:eap_sake_hdr
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c119 int eap_type, int version, u8 id)
131 flags = version;
178 struct wpabuf * eap_server_tls_build_ack(u8 id, int eap_type, int version) argument
186 wpabuf_put_u8(req, version); /* Flags */
118 eap_server_tls_build_msg(struct eap_ssl_data *data, int eap_type, int version, u8 id) argument
/freebsd-10.2-release/contrib/wpa/src/tls/
H A Dx509v3.h50 enum { X509_CERT_V1 = 0, X509_CERT_V2 = 1, X509_CERT_V3 = 2 } version; member in struct:x509_certificate
/freebsd-10.2-release/contrib/xz/src/liblzma/common/
H A Dblock_header_decoder.c50 block->version = 0;
H A Dblock_header_encoder.c20 if (block->version != 0)
/freebsd-10.2-release/contrib/openpam/
H A Dtest-driver10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
63 --version) echo "test-driver $scriptversion"; exit $?;;

Completed in 141 milliseconds

<<11121314151617181920>>