Searched refs:version (Results 101 - 125 of 2799) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dautogen.sh19 if test `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53; then
33 if test `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dpythoncheck.py9 # published by the Free Software Foundation; either version 2 of the
10 # License, or (at your option) any later version.
46 (getcwd(), get_platform(), sys.version[0:3]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPersistent.java28 * Identifies a new version of a class when an incompatible class change
31 * @see Entity#version
33 int version() default 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h8 int version; // module version (OUT_VER) member in struct:__anon900
9 char *description; // description of module, with version string
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Datalla.h24 Item version; member in struct:RSAPrivateKeyStr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Datalla.h24 Item version; member in struct:RSAPrivateKeyStr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmeth.h96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_i.h15 #include <linux/version.h>
29 /* The highest (datanode) version number used for this ino */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dinput.h8 * under the terms of the GNU General Public License version 2 as published by
22 id->version = le16_to_cpu(dev->descriptor.bcdDevice);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlock_dlm_plock.h25 __u32 version[3]; member in struct:gdlm_plock_info
H A Dutsname.h10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[65]; member in struct:new_utsname
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h20 int version; member in struct:ebt_ulog_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-netx/
H A Dxc.h7 * it under the terms of the GNU General Public License version 2
26 unsigned int version; member in struct:xc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmeth.h96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error-config.in28 [--version]
56 --version)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dglib-integration.c8 published by the Free Software Foundation; either version 2.1 of the
9 License, or (at your option) any later version.
81 const char *version; local
125 /* Make a call to get the version string from the daemon */
126 version = avahi_client_get_version_string (client);
129 if (version == NULL)
131 g_warning ("Error getting version string: %s", avahi_strerror (avahi_client_errno (client)));
136 g_message ("Avahi Server Version: %s", version);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcurl-config39 --checkfor [version] check for (lib)curl of the specified version
47 --version output version information
48 --vernum output the version information as a number (hexadecimal)
96 --version)
106 # dash as that's used for things like version 1.2.3-CVS
116 echo "requested version $checkfor is newer than existing 7.23.1"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxml2-config21 --version output version information
60 --version)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dhead.S34 .word 0x0202 ; header version number (>= 0x0105)
39 .word 0 ; pointing to kernel version string
42 ; V = version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h36 version:3, member in struct:gre_hdr
48 version:3;
58 __u8 version; /* should be GRE_VERSION_PPTP */ member in struct:gre_hdr_pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog009.tcl8 # TEST Test of logging and getting log file version information.
10 # TEST get the version via the log cursorlag.
21 puts "Log009: Retrieve log version using log cursor."
55 # through the log and make sure we can get the version when we
61 puts "\tLog009.b: Try to get version on unset cursor."
62 set stat [catch {eval $logc version} ret]
105 set version [$logc version]
108 # version, but make sure it is something reasonable.
111 # First readable log is 8, current log version
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_set.c53 * The licence and distribution terms for any publically available version or
66 int X509_set_version(X509 *x, long version) argument
69 if (x->cert_info->version == NULL)
71 if ((x->cert_info->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->cert_info->version,version));
H A Dx509cset.c66 int X509_CRL_set_version(X509_CRL *x, long version) argument
69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->crl->version,version));

Completed in 300 milliseconds

1234567891011>>