Searched refs:version (Results 651 - 675 of 5386) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
H A Dcompile12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dinstallscripts.sh42 man pages and shell scripts. You may recover the previous version (if any
H A Duninstallbin.sh43 version of the binaries (if there were any) using "make revert".
H A Duninstallbin.sh.in43 version of the binaries (if there were any) using "make revert".
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_upgrade.c18 * Upgrade the metadata pages from version 6 to version 7.
52 newmeta->dbmeta.version = 7;
64 * Upgrade the database from version 7 to version 8.
105 /* Set the version number. */
106 newmeta->dbmeta.version = 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2enc.c9 * version 2.1 of the License, or (at your option) any later version.
88 if (id3->version == 3)
155 id3->version = id3v2_version;
173 if (id3->version == 3)
175 else if (id3->version == 4)
183 if ((ret = id3v2_check_write_tag(id3, pb, t, id3->version == 3 ?
241 int enc = id3->version == 3 ? ID3v2_ENCODING_UTF16BOM :
265 int enc = id3->version == 3 ? ID3v2_ENCODING_UTF16BOM :
312 if (id3->version
[all...]
H A Dmp3dec.c10 * version 2.1 of the License, or (at your option) any later version.
134 char version[10]; local
162 /* Encoder short version string */
163 memset(version, 0, sizeof(version));
164 avio_read(s->pb, version, 9);
204 if(AV_RB32(version) == MKBETAG('L', 'A', 'M', 'E')
205 || AV_RB32(version) == MKBETAG('L', 'a', 'v', 'f')) {
238 av_dict_set(&st->metadata, "encoder", version,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/include/
H A Dopenvpn-plugin.h11 * it under the terms of the GNU General Public License version 2
195 /* Defines version of the v3 plugin argument structs
270 * types which this version of OpenVPN supports.
420 * types which this version of OpenVPN supports. The plug-in
559 * version : fixed value, defines the API version of the OpenVPN plug-in API. The plug-in
571 (const int version,
584 * version : fixed value, defines the API version of the OpenVPN plug-in API. The plug-in
655 (const int version,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dip.h7 version 2.1 of the License, or (at your option) any later version.
49 unsigned int version:4; member in struct:iphdr
51 unsigned int version:4;
101 * Definitions for internet protocol version 4.
112 unsigned int ip_v:4; /* version */
115 unsigned int ip_v:4; /* version */
152 #define IPVERSION 4 /* IP version number */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.h14 // the Free Software Foundation; either version 2 of the License, or
15 // (at your option) any later version.
75 bool Add(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello);
76 bool AddUnfiltered(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Daboutdlg.h39 // version of the program, in free format (but without "version" word)
40 void SetVersion(const wxString& version) { m_version = version; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dswitch_to.S10 # as published by the Free Software Foundation; either version
11 # 2 of the Licence, or (at your option) any later version.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmsgr.h20 * tcp connection banner. include a protocol version. and adjust
87 #define CEPH_MSGR_TAG_BADPROTOVER 10 /* bad protocol version */
127 __le16 version; /* version of message encoding */ member in struct:ceph_msg_header_old
145 __le16 version; /* version of message encoding */ member in struct:ceph_msg_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dnetlink.c22 .version = DLM_GENL_VERSION,
98 data->version = DLM_LOCK_DATA_VERSION;
H A Dplock.c6 * of the GNU General Public License version 2.
42 info->version[0] = DLM_PLOCK_VERSION_MAJOR;
43 info->version[1] = DLM_PLOCK_VERSION_MINOR;
44 info->version[2] = DLM_PLOCK_VERSION_PATCH;
49 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) ||
50 (DLM_PLOCK_VERSION_MINOR < info->version[1])) {
51 log_print("plock device version mismatch: "
56 info->version[0],
57 info->version[1],
58 info->version[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.h34 uint32_t version; member in struct:jffs2_xattr_datum
78 uint32_t xid, uint32_t version);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dagpgart.h2 * AGPGART module version 0.99
62 struct agp_version version; /* version of the driver */ member in struct:_agp_info
118 struct agp_version version; /* version of the driver */ member in struct:agp_info
H A Ddm-ioctl.h28 * Just get the version information for the ioctl interface.
104 * The version number is made up of three parts:
110 * version number of the interface that they were
117 __u32 version[3]; /* in/out */ member in struct:dm_ioctl
202 __u32 version[3]; member in struct:dm_target_versions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcompile11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-librep76 # Test for presence of rep version 0.15.3 or newer.
77 (rep --version) >/dev/null 2>/dev/null \
79 case `rep --version | sed -e 's/^[^0-9]*//'` in
81 echo "Skipping test: rep version too old"; rm -fr $tmpfiles; exit 77;;

Completed in 267 milliseconds

<<21222324252627282930>>