HomeSort by relevance Sort by last modified time
    Searched refs:warn (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/ppp/pppd/
main.c 488 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB);
490 warn("Warning: disabling multilink");
900 warn("unable to delete pid file %s: %m", pidfilename);
903 warn("unable to delete pid file %s: %m", linkpidfile);
1084 warn("Unsupported protocol '%s' (0x%x) received", pname, protocol);
1086 warn("Unsupported protocol 0x%x received", protocol);
    [all...]
ipv6cp.c     [all...]
tty.c 585 warn("Couldn't reset non-blocking mode on device: %m");
597 warn("Couldn't restrict write permissions to %s: %m", devnam);
740 warn("Welcome script failed");
780 warn("disconnect script failed");
1055 warn("couldn't set pty master to nonblock: %m");
1059 warn("couldn't set %s to nonblock: %m", (ifd==0? "stdin": "tty"));
1064 warn("couldn't set stdout to nonblock: %m");
    [all...]
upap.c 438 warn("calling number %q is not authorized", remote_number);
456 warn("PAP peer authentication failed for %q", rhostname);
ipcp.c     [all...]
chap-new.c 358 warn("Peer %q failed CHAP authentication", name);
450 warn("No CHAP secret found for authenticating us to %q", rname);
fsm.c 309 warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
692 warn("%s: Rcvd Code-Reject for code %d, id %d", PROTO_NAME(f), code, id);
multilink.c 302 warn("link entry already exists in tdb");
311 warn("bundle link list not found");
  /external/ppp/pppd/plugins/radius/
avpair.c 202 warn("rc_avpair_gen: received unknown attribute %d of length %d: 0x%s",
240 warn("rc_avpair_gen: %s has unknown type", attr->name);
335 warn("rc_avpair_gen: %s has unknown type", attr->name);
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 145 this.log.warn("Authentication scheme " + id + " not supported");
  /external/bison/src/
files.c 296 /* Compute the output file names. Warn if we detect conflicting
341 warn (_("conflicting outputs to file %s"), quote (name[i]));
  /external/proguard/src/proguard/
InputReader.java 69 WarningPrinter warningPrinter = new WarningPrinter(System.err, configuration.warn);
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
114 /** "Warn" level logging. */
229 } else if("warn".equalsIgnoreCase(lvl)) {
292 case SimpleLog.LOG_LEVEL_WARN: buf.append("[WARN] "); break;
460 * @see org.apache.commons.logging.Log#warn(Object)
462 public final void warn(Object message) { method in class:SimpleLog
476 * @see org.apache.commons.logging.Log#warn(Object, Throwable)
478 public final void warn(Object message, Throwable t) { method in class:SimpleLog
614 * <p> Are warn messages currently enabled? </p
    [all...]
  /external/clearsilver/scripts/
cs_lint.py 25 def warn(self, s): member in class:ClearSilverChecker
253 self.warn("This behavior changed in version 0.9: previously this was a variable name, now its a number: %s" % token)
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 389 # Possible values include: debug, info, notice, warn, error, crit,
392 LogLevel warn
apache2-httpd.conf 414 # Possible values include: debug, info, notice, warn, error, crit,
417 LogLevel warn
cygwin-httpd.conf 448 # Possible values include: debug, info, notice, warn, error, crit,
451 LogLevel warn
fedora-httpd.conf 453 # Possible values include: debug, info, notice, warn, error, crit,
456 LogLevel warn
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 371 log.warn(MISUSE_MESSAGE);
  /external/chromium/base/
thread_collision_warner_unittest.cc 23 // In Release, we expect the AsserterBase::warn() to not happen.
28 // In Debug, we expect the AsserterBase::warn() to happen.
44 virtual void warn() { function in class:__anon2465::AssertReporter
  /external/webkit/WebKitTools/Scripts/
svn-unapply 173 warn "Failed to find 'Index:' in:\n$separator\n$patch\n$separator\n";
  /external/webkit/WebKitTools/wx/build/
build_utils.py 119 Logs.warn('Build system updated, please restart build.')
  /libcore/luni/src/main/java/org/apache/xpath/
Expression.java 374 * Warn the user of an problem.
388 public void warn(XPathContext xctxt, String msg, Object[] args) method in class:Expression
  /libcore/luni/src/main/java/org/apache/xpath/operations/
Variable.java 225 warn(xctxt, XPATHErrorResources.WG_ILLEGAL_VARIABLE_REFERENCE, method
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 233 warn "Public API change. Superclass for \"$class\" differs ($1 != $superClass)";
293 warn "Public API change. There are missing public properties and/or methods from the \"$className\" class.\n$missing\n";
754 warn "$className conflicts with $conflict method $attributeName\n";
760 warn "$className conflicts with $conflict method $setterName\n";
826 warn "$className conflicts with $conflict method $methodName\n";
831 warn "Protocol method $publicInterfaceKey is not in PublicDOMInterfaces.h. Protocols require all methods to be public";
877 warn "Deprecated method $publicInterfaceKey is not in PublicDOMInterfaces.h. All deprecated methods nee (…)
    [all...]

Completed in 630 milliseconds

1 2 34 5 6 7 8