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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dversion.sh9 # releases extract the version number from the VERSION file
10 version=$(cd "$1" && cat VERSION 2> /dev/null)
11 test "$version" || version=$revision
13 test -n "$3" && version=$version-$3
16 echo "$version"
20 NEW_REVISION="#define LIBAV_VERSION \"$version\""
21 OLD_REVISION=$(cat version.h 2> /dev/null)
23 # Update version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dwindres-options15 version="$1" # something like 2.0 or 2.17 or 2.17.3 or 2.17.3-pre3
34 echo "-DPACKAGE_VERSION_STRING=\"${version}\""
35 echo "-DPACKAGE_VERSION_MAJOR="`echo "${version}" | sed -n -e "$sed_extract_major"`
36 echo "-DPACKAGE_VERSION_MINOR="`echo "${version}" | sed -n -e "$sed_extract_minor"`
37 echo "-DPACKAGE_VERSION_SUBMINOR="`echo "${version}" | sed -n -e "$sed_extract_subminor"`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade/
H A DMakefile3 BUILD= process.html version.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma_common.c9 * version 2.1 of the License, or (at your option) any later version.
27 *@param version wma version
31 av_cold int ff_wma_get_frame_len_bits(int sample_rate, int version, argument
40 (sample_rate <= 32000 && version == 1)) {
42 } else if (sample_rate <= 48000 || version < 3) {
50 if (version == 3) {
H A Dwma_common.h9 * version 2.1 of the License, or (at your option) any later version.
24 int ff_wma_get_frame_len_bits(int sample_rate, int version,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dalsa-symbols.h8 * published by the Free Software Foundation; either version 2.1 of
9 * the License, or (at your option) any later version.
33 # define symbol_version(real, name, version) \
34 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version); \
35 __asm__ (".symver ." ASM_NAME(#real) ",." ASM_NAME(#name) "@" #version)
36 # define default_symbol_version(real, name, version) \
37 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@@" #version); \
38 __asm__ (".symver ." ASM_NAME(#real) ",." ASM_NAME(#name) "@@" #version)
40 # define symbol_version(real, name, version) \
41 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version)
[all...]
H A Dglobal.h14 * published by the Free Software Foundation; either version 2.1 of
15 * the License, or (at your option) any later version.
57 #define __SND_DLSYM_VERSION(name, version) _ ## name ## version
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
62 #define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version);
75 #define __SND_DLSYM_VERSION(prefix, name, version) _ ## prefix ## name ## version
78 * \brief Appends the build version t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dversion.sh3 # determine-version -- report a useful version for releases
31 echo "#ifndef __BUILD_VERSION" > .build-version.h
32 echo "#define __BUILD_VERSION" >> .build-version.h
33 echo "#define BTRFS_BUILD_VERSION \"Btrfs $v\"" >> .build-version.h
34 echo "#endif" >> .build-version.h
36 diff -q version.h .build-version.h >& /dev/null
39 rm .build-version.h
43 mv .build-version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzless.in5 # The original version for gzip was written by Paul Eggert.
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
25 version='xzless (@PACKAGE_NAME@) @VERSION@'
36 --version) echo "$version" || exit 2; exit;;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzless5 # The original version for gzip was written by Paul Eggert.
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
25 version='xzless (XZ Utils) 5.0.3'
36 --version) echo "$version" || exit 2; exit;;
H A Dxzless.in5 # The original version for gzip was written by Paul Eggert.
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
25 version='xzless (@PACKAGE_NAME@) @VERSION@'
36 --version) echo "$version" || exit 2; exit;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dlibpng-config-head.in14 version=1.2.50
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/build/msvc/msvc-generate/
H A DMakefile.mak3 CONFIG=$(SOURCEBASE)/version.m4
4 INPUT=$(SOURCEBASE)/config-msvc-version.h.in
5 OUTPUT=$(SOURCEBASE)/config-msvc-version.h
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dfsdef.c8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
33 * structure version supplied by the netfs:
42 * If an entry with the appropriate name does already exist, the version is
43 * compared. If the version is different, the entire subtree from that entry
66 * a specific netfs and only applicable to a particular version of the index
87 _enter("{%s.%u},", netfs->name, netfs->version);
99 * structure version number of the netfs for which this version is created
107 _enter("{%s.%u},", netfs->name, netfs->version);
127 uint32_t version; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dmakepackage18 version=$(./version)
21 mkdir -p /tmp/pptpd-$version
22 cp -ar * /tmp/pptpd-$version/
24 tar -czf /usr/src/redhat/SOURCES/pptpd-$version.tar.gz pptpd-$version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dsetup.py11 version = "0.8.0" variable
23 version = version, variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dsscape_ioctl.h8 unsigned version; member in struct:sscape_bootblock
/netgear-R7000-V1.0.7.12_1.2.5/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...]

Completed in 278 milliseconds

1234567891011>>