Searched refs:version (Results 1 - 25 of 2799) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dversion.c0 /* version.c ..... keep track of package version number.
4 * $Id: version.c,v 1.3 2004/06/22 09:52:26 quozl Exp $
8 const char * version = "pptp version " PPTP_LINUX_VERSION; variable
H A Dversion.h0 /* version.h ..... keep track of package version number.
4 * $Id: version.h,v 1.1.1.1 2000/12/23 08:19:51 scott Exp $
9 extern const char * version;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/windows/
H A Dwindres-options15 version="$1" # something like 2.0 or 2.17 or 2.17.3 or 2.17.3-pre3
43 echo "-DPACKAGE_VERSION_STRING=\"${version}\""
44 echo "-DPACKAGE_VERSION_MAJOR="`echo "${version}" | sed -n -e "$sed_extract_major"`
45 echo "-DPACKAGE_VERSION_MINOR="`echo "${version}" | sed -n -e "$sed_extract_minor"`
46 echo "-DPACKAGE_VERSION_SUBMINOR="`echo "${version}" | sed -n -e "$sed_extract_subminor"`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade/
H A DMakefile3 BUILD= process.html version.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dlinux_compat.h6 #include <linux/version.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtest1022.pl2 # Determine if curl-config --version matches the curl --version
5 print "Usage: $0 curl-config-script curl-version-output-file version|vernum\n";
11 # Read the output of curl --version
12 open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n";
16 my $version = $1;
21 # Read the output of curl-config --version/--vernum
26 if ( $what eq "version" ) {
35 # Convert hex version t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dversion.c3 * version.c --- Return the version of the ext2 library
29 int version = 0; local
36 version = (version * 10) + (*cp - '0');
38 return version;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/m4/
H A DTest15.java10 // Check the JVM version is at least 1.5.
11 String version = System.getProperty("java.specification.version");
13 while (i < version.length()
14 && (Character.isDigit(version.charAt(i)) || version.charAt(i)=='.'))
16 float fversion = Float.valueOf(version.substring(0,i));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dversion.sh19 # releases extract the version number from the VERSION file
20 version=$(cat VERSION 2> /dev/null)
21 test $version || version=$revision
23 test -n "$3" && version=$version-$3
25 NEW_REVISION="#define FFMPEG_VERSION \"$version\""
26 OLD_REVISION=$(cat version.h 2> /dev/null)
28 # Update version.h only on revision changes to avoid spurious rebuilds
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Ddbinfo3 # Name: dbinfo -- identify berkeley DB version used to create
77 my ($magic, $version, $endian, $encrypt) ;
82 $version = $info[1] ;
89 $version = $info1[1] ;
96 $version = $info[4] ;
102 $version = $info1[4] ;
113 if ( defined $type->{Versions}{$version} )
115 $ver_string = $type->{Versions}{$version}[1];
116 if ($type->{Versions}{$version}[0] )
124 File Version ID: $version
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dver_linux8 echo 'If some fields are empty or look unusual you may have an old version.'
15 gcc --version 2>&1| head -n 1 | grep -v gcc | awk \
18 gcc --version 2>&1| grep gcc | awk \
21 make --version 2>&1 | awk -F, '{print $1}' | awk \
29 fdformat --version | awk '{print $NF}' | sed -e s/^util-linux-// -e s/\)$//
32 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$//
39 fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \
48 xfs_db -V 2>&1 | grep version | awk \
53 cardmgr -V 2>&1| grep version | awk \
56 quota -V 2>&1 | grep version | aw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.sh7 # by the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
42 # Therefore it needs to support the standard --help and --version.
53 version=0.17
58 echo "GNU gettext shell script function library version $version"
62 # outputs to stdout the --version message.
65 echo "$progname (GNU $package) $version"
67 License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
76 --version |
[all...]
H A Dgettext.sh.in7 # by the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
42 # Therefore it needs to support the standard --help and --version.
53 version=@VERSION@
58 echo "GNU gettext shell script function library version $version"
62 # outputs to stdout the --version message.
65 echo "$progname (GNU $package) $version"
67 License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
76 --version |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Ddbinfo3 # Name: dbinfo -- identify berkeley DB version used to create
77 my ($magic, $version, $endian, $encrypt) ;
82 $version = $info[1] ;
89 $version = $info1[1] ;
96 $version = $info[4] ;
102 $version = $info1[4] ;
113 if ( defined $type->{Versions}{$version} )
115 $ver_string = $type->{Versions}{$version}[1];
116 if ($type->{Versions}{$version}[0] )
124 File Version ID: $version
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dautogen.sh4 (autoreconf --version) < /dev/null > /dev/null 2>&1 || {
5 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
14 echo "**Error**: Your version of autoconf is too old (you need at least 2.57)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-dec1.h4 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
5 driver and thus may have bugs that are not present in the original version.
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
34 int version; member in struct:pwc_dec1_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A De2fs_lib.h17 /* Get/set a file version on an ext2 file system */
19 #define fgetversion(name, version) fgetsetversion(name, version, 0)
20 #define fsetversion(name, version) fgetsetversion(name, NULL, version)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/package/
H A Dbuilddeb15 version=$KERNELRELEASE
17 packagename=linux-$version
20 packagename=user-mode-linux-$version
27 mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/share/doc/$packagename" "$tmpdir/usr/bin"
33 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map"
36 cp $KBUILD_IMAGE "$tmpdir/usr/bin/linux-$version"
38 cp System.map "$tmpdir/boot/System.map-$version"
39 cp .config "$tmpdir/boot/config-$version"
40 cp $KBUILD_IMAGE "$tmpdir/boot/vmlinuz-$version"
46 mv "$tmpdir/lib/modules/$version"/* "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dproject-id8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
39 version=`(grep '^PACKAGE_VERSION=' configure; grep '^ *VERSION=' configure) | grep -v '=[ ]*$' | sed -e '1q' | sed -e 's/^[^=]*=//' | sed -e "s/^'//" -e "s/'$//"`
40 case "$version" in
42 # Some packages (gcal, gcc, clisp) retrieve the version dynamically.
43 version=
46 if test -n "$version"; then
47 echo "$package $version"
65 version=`echo "$dir" | sed -e 's/^[^0-9]*\([0-9].*\)$/\1/'`
66 echo "$package $version"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dclaim.c7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
36 char version[64]; local
41 if (getprop(oprom, "model", version, sizeof(version)) <= 0)
43 version[sizeof(version)-1] = 0;
44 printf("OF version = '%s'\n", version);
45 if (!string_match(version, "Ope
[all...]

Completed in 154 milliseconds

1234567891011>>