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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dlibpng-config.in14 version="@PNGLIB_VERSION@"
48 --version print version information
65 --version)
66 echo ${version}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkversion.c28 * Generate a library version string for systems that
34 * Syntax: mkversion [-v version-file] [<outfile>]
44 "usage: mkversion [-v version-file]\n"
66 char version[128]; local
93 if (fgets(version, sizeof (version)-1, fd) == NULL) {
94 fprintf(stderr, "mkversion: No version information in %s.\n",
98 cp = strchr(version, '\n');
131 fprintf(fd, "#define TIFFLIB_VERSION_STR \"LIBTIFF, Version %s\\n", version);
139 " * version o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dreport_openssl_version.c6 * version string.
8 * It will optionally place that version string in a DCL symbol.
48 const char * version; local
68 puts("Unable to lookup version of OpenSSL");
72 version = ssl_version(SSLEAY_VERSION);
74 puts(version);
88 value_dsc.dsc$a_pointer = (char *)version; /* Cast ok */
89 value_dsc.dsc$w_length = strlen(version);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A DMakefile.am100 uams_guest_la_LDFLAGS = -module -avoid-version
101 uams_randnum_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
102 uams_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@
103 uams_pam_la_LDFLAGS = -module -avoid-version @PAM_LIBS@
104 uams_pgp_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
105 uams_dhx_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@
106 uams_dhx_pam_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@ @PAM_LIBS@
107 uams_dhx2_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @LIBGCRYPT_LIBS@
108 uams_dhx2_pam_la_LDFLAGS = -module -avoid-version @LIBGCRYPT_LIBS@ @PAM_LIBS@
109 uams_gss_la_LDFLAGS = -module -avoid-version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-lwapp.c52 u_int8_t version; member in struct:lwapp_transport_header
195 if (LWAPP_EXTRACT_VERSION(lwapp_trans_header->version) != LWAPP_VERSION) {
196 printf("LWAPP version %u packet not supported",
197 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version));
204 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version),
205 LWAPP_EXTRACT_CONTROL_BIT(lwapp_trans_header->version) ? "Control" : "Data",
206 bittok2str(lwapp_header_bits_values,"none",(lwapp_trans_header->version)&0x07),
215 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version),
216 LWAPP_EXTRACT_CONTROL_BIT(lwapp_trans_header->version) ? "Control" : "Data",
217 LWAPP_EXTRACT_RID(lwapp_trans_header->version),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dupdate-version-h.sh14 echo "creating libtransmission/version.h"
24 # grab the version.
32 cat > libtransmission/version.h.new << EOF
49 esac >> "libtransmission/version.h.new"
51 replace_if_differs libtransmission/version.h.new libtransmission/version.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config17 version="1.5.0"
56 [--version]
57 [--api-version]
99 --version)
102 --api-version)
174 echo "$version"
H A Dlibgcrypt-config.in17 version="@VERSION@"
56 [--version]
57 [--api-version]
99 --version)
102 --api-version)
174 echo "$version"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_msg.awk60 else if ($i == "version")
61 version = 1;
109 version = 0;
143 if (version)
156 if (version)
157 printf(", version") >> CFILE;
164 if (version)
165 printf("\tu_int32_t version;\n") >> CFILE;
172 if (version)
187 if (version) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dpacket.h7 * modify it under the terms of version 2 of the GNU General Public
52 uint8_t version; /* batman version field */ member in struct:batman_packet
66 uint8_t version; /* batman version field */ member in struct:icmp_packet
81 uint8_t version; /* batman version field */ member in struct:icmp_packet_rr
94 uint8_t version; /* batman version field */ member in struct:unicast_packet
101 uint8_t version; /* batma member in struct:bcast_packet
109 uint8_t version; /* batman version field */ member in struct:vis_packet
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config17 version="1.5.0"
56 [--version]
57 [--api-version]
99 --version)
102 --api-version)
174 echo "$version"
H A Dlibgcrypt-config.in17 version="@VERSION@"
56 [--version]
57 [--api-version]
99 --version)
102 --api-version)
174 echo "$version"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/
H A DMakefile.linux20 version=`awk -F '"' '/VERSION/ { print $$2; }' ../patchlevel.h`; \
21 $(INSTALL) -d $(LIBDIR)/$$version; \
22 $(INSTALL) $? $(LIBDIR)/$$version
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A De2p.h20 /*int fgetversion (const char * name, unsigned long * version);*/
21 /*int fsetversion (const char * name, unsigned long version);*/
23 #define fgetversion(name, version) fgetsetversion(name, version, 0)
24 #define fsetversion(name, version) fgetsetversion(name, NULL, version)
33 int getversion (int fd, unsigned long * version);
44 int setversion (int fd, unsigned long version);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A DMakefile.am19 smixer_sbase_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED)
23 smixer_ac97_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED)
27 smixer_hda_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED)
32 smixer_python_la_LDFLAGS = -module -avoid-version $(LDFLAGS_NOUNDEFINED)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
70 if (version == 0) {
71 M_ASN1_INTEGER_free(x->cert_info->version);
72 x->cert_info->version = NULL;
75 if (x->cert_info->version == NULL) {
76 if ((x->cert_info->version = M_ASN1_INTEGER_new()) == NULL)
79 return (ASN1_INTEGER_set(x->cert_info->version, version));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkrc.pl12 $version = "$v1.$v2.$v3";
13 if ($beta==0xf) { $version .= chr(ord('a')+$v4-1) if ($v4); }
14 elsif ($beta==0){ $version .= "-dev"; }
15 else { $version .= "-beta$beta"; }
53 VALUE "FileVersion", "$version\\0"
57 VALUE "ProductVersion", "$version\\0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dmaketgz27 version=$1
29 if [ -z "$version" ]; then
30 echo "Specify a version number!"
34 libversion="$version"
36 # we make curl the same version as libcurl
51 # Replace version number in header file:
60 # Replace version number in header file:
70 # Replace version number in plist file:
74 echo "curl version $curlversion"
75 echo "libcurl version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A DMakefile.am36 wxcasrc.$(OBJEXT): $(srcdir)/../wxcas.rc wxcas-version.rc
45 wxcas-version.rc: $(top_builddir)/version.rc
50 CLEANFILES = *-version.rc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcycx_cfm.h13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
16 * 1998/08/08 acme Initial version.
51 * @version - firmware version number
64 unsigned short version; member in struct:cycx_fw_info
79 * @version - file format version
88 unsigned short version; member in struct:cycx_firmware
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A DMakefile.am10 uams_krb4_la_LDFLAGS = -module -avoid-version
/netgear-R7000-V1.0.7.12_1.2.5/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
70 if (version == 0) {
71 M_ASN1_INTEGER_free(x->cert_info->version);
72 x->cert_info->version = NULL;
75 if (x->cert_info->version == NULL) {
76 if ((x->cert_info->version = M_ASN1_INTEGER_new()) == NULL)
79 return (ASN1_INTEGER_set(x->cert_info->version, version));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkrc.pl12 $version = "$v1.$v2.$v3";
13 if ($beta==0xf) { $version .= chr(ord('a')+$v4-1) if ($v4); }
14 elsif ($beta==0){ $version .= "-dev"; }
15 else { $version .= "-beta$beta"; }
53 VALUE "FileVersion", "$version\\0"
57 VALUE "ProductVersion", "$version\\0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A DMakefile.am7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
18 # Additional permission under GNU GPL version 3 section 7
22 # modified version of that library), containing parts covered by the
54 nodist_wget_SOURCES = version.c
70 version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am \
72 echo '/* version.c */' > $@
85 nodist_libunittest_a_SOURCES = version.c
90 CLEANFILES = *~ *.bak core core.[0-9]* build_info.c version.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dstream_flags_common.c24 // We can compare only version 0 structures.
25 if (a->version != 0 || b->version != 0)

Completed in 312 milliseconds

1234567891011>>