Searched refs:version (Results 126 - 150 of 1548) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/bind/bind9/
H A DMakefile15 SRCS= check.c getaddresses.c version.c
26 ${SRCDIR}/include/bind9/version.h
/freebsd-9.3-release/lib/libutil/
H A Dkld.c47 fstat.version = sizeof(fstat);
60 mstat.version = sizeof(mstat);
/freebsd-9.3-release/share/mk/
H A Dbsd.symver.mk8 # Generate the version map given the version definitions
11 # Find the awk script that generates the version map.
42 # them to the symbol version generator.
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x66 version MASTER_YPPASSWDVERS {
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_methods.c6 * it under the terms of the GNU General Public License version 2 as
67 * @version: Version of the EAP server method interface (set to
77 struct eap_method * eap_server_method_alloc(int version, int vendor, argument
84 eap->version = version;
116 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION)
/freebsd-9.3-release/crypto/openssl/util/
H A Dselftest.pl13 my $version="??";
41 $version=$1 if (/^VERSION=(.*)$/);
54 $cversion=`$cc --version` if $cversion eq "";
69 print OUT "OpenSSL version: $version\n";
103 if ($cctest !~ /OpenSSL $version/) {
105 print OUT "#include uses headers from different OpenSSL version!\n";
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A DMakefile10 rcsutil.c merger.c version.c
/freebsd-9.3-release/kerberos5/lib/libheimntlm/
H A DMakefile10 VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
/freebsd-9.3-release/share/doc/usd/19.memacros/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION` macro
14 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/share/doc/usd/20.meref/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION` macro
14 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/share/examples/kld/syscall/test/
H A Dcall.c43 stat.version = sizeof(stat);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dmisc.h53 char version[32]; member in struct:opensolaris_utsname
/freebsd-9.3-release/sys/dev/mxge/
H A Dmcp_gen_header.h54 .version = "something $Id: mcp_gen_header.h,v 1.1 2005/12/23 02:10:44 gallatin Exp $",
72 char version[128]; member in struct:mcp_gen_header
/freebsd-9.3-release/usr.sbin/asf/
H A Dasf_kld.c50 kfs.version = sizeof(kfs); /* must be set for kldstat(2) */
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A DMakefile6 deps.c version.c pkgwrap.c url.c
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Datalla.h20 Item version; member in struct:RSAPrivateKeyStr
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddlz_dlopen.h149 void *version);
158 void *version);
167 void *version);
H A Dnsec.h35 dns_nsec_buildrdata(dns_db_t *db, dns_dbversion_t *version,
52 dns_nsec_build(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
68 dns_nsec_nseconly(dns_db_t *db, dns_dbversion_t *version,
/freebsd-9.3-release/contrib/dialog/
H A Ddialog-config.in84 --version)
87 --abi-version)
117 --version echos the release+patchdate version of ${THIS}
118 --abi-version echos the ABI version of ${THIS}
/freebsd-9.3-release/contrib/libcxxrt/
H A Dunwind-itanium.h151 _Unwind_Reason_Code name(int version,\
157 _Unwind_Reason_Code name(int version,\
164 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, context)
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_ap.c6 * it under the terms of the GNU General Public License version 2 as
45 if (!wps_version_supported(attr.version)) {
47 "version 0x%x", attr.version ? *attr.version : 0);
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_getport.c64 * Find the mapped port for program,version.
69 pmap_getport(address, program, version, protocol)
72 u_long version;
87 parms.pm_vers = version;
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_prints.c36 int version;
38 version = le_key_version(key);
39 if (le_key_k_type(version, key) == TYPE_DIRENTRY)
42 le_key_k_offset(version, key)),
44 le_key_k_offset(version, key)));
47 (unsigned long long)le_key_k_offset(version, key));
71 int version;
73 version = le_key_version(key);
75 if (le_key_k_type(version, key) == TYPE_STAT_DATA)
77 if (le_key_k_type(version, ke
[all...]
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmptutil.c53 fprintf(stderr, " version\n");
80 version(int ac, char **av) function
83 printf("mptutil version 1.0.3");
90 MPT_COMMAND(top, version, version);
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lcl.h115 long version; member in struct:CMS_SignedData_st
131 long version; member in struct:CMS_SignerInfo_st
152 long version; member in struct:CMS_EnvelopedData_st
190 long version; member in struct:CMS_KeyTransRecipientInfo_st
200 long version; member in struct:CMS_KeyAgreeRecipientInfo_st
241 long version; member in struct:CMS_KEKRecipientInfo_st
257 long version; member in struct:CMS_PasswordRecipientInfo_st
269 long version; member in struct:CMS_DigestedData_st
276 long version; member in struct:CMS_EncryptedData_st
282 long version; member in struct:CMS_AuthenticatedData_st
294 long version; member in struct:CMS_CompressedData_st
373 long version; member in struct:CMS_Receipt_st
[all...]

Completed in 176 milliseconds

1234567891011>>