HomeSort by relevance Sort by last modified time
    Searched refs:revision (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/iptables/extensions/
libipt_SECMARK.c 110 .revision = 0,
libipt_multiport.c 434 .revision = 0,
451 .revision = 1,
  /external/iptables/
iptables.c 1140 static int compatible_revision(const char *name, u_int8_t revision, int opt)
1156 rev.revision = revision;
1166 /* Assume only revision 0 support (old kernel) */
1167 return (revision == 0);
1179 static int compatible_match_revision(const char *name, u_int8_t revision)
1181 return compatible_revision(name, revision, IPT_SO_GET_REVISION_MATCH);
1184 static int compatible_target_revision(const char *name, u_int8_t revision)
1186 return compatible_revision(name, revision, IPT_SO_GET_REVISION_TARGET);
1200 /* Revision field stole a char from name. *
    [all...]
ip6tables.c 1108 static int compatible_revision(const char *name, u_int8_t revision, int opt)
1122 rev.revision = revision;
1134 /* Assume only revision 0 support (old kernel) */
1135 return (revision == 0);
1146 static int compatible_match_revision(const char *name, u_int8_t revision)
1148 return compatible_revision(name, revision, IP6T_SO_GET_REVISION_MATCH);
1162 /* Revision field stole a char from name. */
1171 if (old->revision == me->revision) {
    [all...]
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 252 my $revision;
255 my $svnInfo = `LC_ALL=C svn info $dir | grep Revision:`;
256 ($revision) = ($svnInfo =~ m/Revision: (\d+).*/g);
259 ($revision) = ($gitLog =~ m/ +git-svn-id: .+@(\d+) /g);
261 die "Unable to determine current SVN revision in $dir" unless (defined $revision);
262 return $revision;
405 # sourceRevision: the revision number of the source. This is the same
406 # as the revision number the file was copied from, i
    [all...]
svn-create-patch 149 my ($file, $revision) = @_;
150 my $args = $revision ? "--revision $revision" : "";
271 print "--- ${file}\t(revision ${sourceRevision})\t(from ${sourceFile}:${sourceRevision})\n";
svn-apply 159 elsif (/^--- .+\(revision (\d+)\)$/) {
346 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\r?\n/ || $patch =~ /\n@@ -0,0 .* @@/) && !exists($copiedFiles{$fullPath});
resolve-ChangeLogs 105 -f|--fix-merged [revision-range] fix git-merged ChangeLog entries; if a revision-range
177 if ($line =~ m/^Revision: ([0-9]+)/) {
  /external/iproute2/tc/
m_xt_old.c 155 static void set_revision(char *name, u_int8_t revision)
157 /* Old kernel sources don't have ".revision" field,
160 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
177 set_revision(target->t->u.user.name, target->revision);
m_ipt.c 346 static void set_revision(char *name, u_int8_t revision)
348 /* Old kernel sources don't have ".revision" field,
351 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
374 set_revision(target->t->u.user.name, target->revision);
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 309 def diff_for_revision(self, revision):
311 "http://bugs.webkit.org/show_bug.cgi?id=12345" % revision
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AddOnTarget.java 83 * @param revision the revision of the add-on
89 AddOnTarget(String location, String name, String vendor, int revision, String description,
98 mRevision = revision;
PlatformTarget.java 47 int apiLevel, String codeName, String versionName, int revision) {
55 mRevision = revision;
  /external/grub/netboot/
sis900.c 7 Revision: 1.0 March 1, 2001
27 /* Revision History */
228 u8 revision;
245 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision);
246 if (revision == SIS630E_900_REV || revision == SIS630EA1_900_REV)
248 else if (revision == SIS630S_900_REV)
225 u8 revision; local
pci.h 80 unsigned char revision; /* Revision level, 0 */ member in struct:bios32::__anon1951
pci.c 337 printf ("pcibios_init : PCI BIOS revision %hhX.%hhX"
370 if (check->fields.revision != 0) {
371 printf("pcibios_init : unsupported revision %d at %#X, mail drew@colorado.edu\n",
372 check->fields.revision, check);
  /external/bluetooth/hcidump/src/
bpasniff.c 58 static int read_revision(int dd, char *revision, int size)
80 if (revision)
81 strncpy(revision, (char *) (buf + 1), size);
431 fprintf(stderr, "Can't read revision info for hci%d: %s (%d)\n",
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 36 * A package has some attributes (revision, description) and a list of archives
45 public static final String PROP_REVISION = "Pkg.Revision"; //$NON-NLS-1$
112 int revision,
127 mRevision = Integer.parseInt(getProperty(props, PROP_REVISION, Integer.toString(revision)));
273 * Returns the revision, an int > 0, for all packages (platform, add-on, tool, doc).
274 * Can be 0 if this is a local package of unknown revision.
363 sb.append(String.format("Revision %1$d%2$s",
446 * revision number.
456 * package does not represent the same item or if it has the same or lower revision as the
474 // check revision number
    [all...]
RepoSource.java 532 // - a <revision> element with a number
541 Node revision = findChild(tool, null, prefix, SdkRepository.NODE_REVISION); local
544 if (revision == null || archives == null) {
550 String content = revision.getTextContent();
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 922 int revision; local
1033 revision = W (domain->must_swap, data->revision);
1035 switch (revision >> 16)
1052 /* Now dispatch on the minor revision. */
1053 switch (revision & 0xffff)
    [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh 846 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
847 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 290 extern struct ipt_target *ipt_find_target(const char *name, u8 revision);

Completed in 562 milliseconds

1 23 4