/external/ppp/pppd/plugins/ |
D | passprompt.c | 42 warn("Can't make a pipe for %s", promptprog); in promptpass() 46 warn("Can't fork to run %s", promptprog); in promptpass() 91 warn("error waiting for %s: %m", promptprog); in promptpass() 99 warn("%s terminated abnormally", promptprog); in promptpass() 101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status)); in promptpass()
|
/external/clearsilver/scripts/ |
D | ChangeLog.py | 5 def warn(*args): function 30 warn (cmd) 36 warn ("Return code from command is %d\n" % r) 67 warn ("Unknown response from changeInfo request:\n %s" % line) 132 warn (cmd) 133 warn ("Return code from command is %d\n" % r) 143 warn (cmd) 150 warn ("Return code from command is %d\n" % r)
|
/external/ppp/pppd/ |
D | sys-linux.c | 405 warn("Couldn't make tty exclusive: %m"); in tty_establish_ppp() 441 warn("Couldn't reset tty to normal line discipline: %m"); in tty_establish_ppp() 476 warn("Couldn't set /dev/ppp (channel) to nonblock: %m"); in generic_establish_ppp() 522 warn("Couldn't set device to non-blocking mode: %m"); in generic_establish_ppp() 556 warn("tcflush failed: %m"); in tty_disestablish_ppp() 569 warn("ioctl(TIOCNXCL): %m (line %d)", __LINE__); in tty_disestablish_ppp() 575 warn("Couldn't restore device fd flags: %m"); in tty_disestablish_ppp() 630 warn("Couldn't set /dev/ppp to nonblock: %m"); in make_ppp_unit() 635 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit); in make_ppp_unit() 761 warn("Receive serial link is not 8-bit clean:"); in clean_check() [all …]
|
D | auth.c | 736 warn("peer refused to authenticate: terminating link"); 936 warn("auth_peer_success: unknown protocol %x", protocol); 1014 warn("auth_withpeer_success: unknown protocol %x", protocol); 1273 warn("calling number %q is not authorized", remote_number); in auth_check_options() 1393 warn("no PAP secret found for %s", user); 1426 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user); 1605 warn("Password for %s has expired", user); 2090 warn("invalid address length %v in auth. address list", 2100 warn("invalid address length syntax: %v", ptr_mask+1); 2133 warn("unknown host %s in auth. address list", ap->word); [all …]
|
D | sys-solaris.c | 1046 warn("Serial link is not 8-bit clean:"); in clean_check() 1047 warn("All received characters had %s", s); in clean_check() 1155 warn("speed %d not supported", bps); 1290 warn("tcsetattr: %m"); 1580 warn("Couldn't set extended ACCM: %m"); 2169 warn("Couldn't get system interface list: %m"); 2199 warn("No suitable interface found for proxy ARP"); 2421 warn("Couldn't get system interface list: %m"); 2560 warn("Couldn't remove stale lock on %s", 2651 warn("have_route_to: couldn't open %s: %m", mux_dev_name); [all …]
|
D | main.c | 465 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB); 467 warn("Warning: disabling multilink"); 877 warn("unable to delete pid file %s: %m", pidfilename); in remove_pidfiles() 880 warn("unable to delete pid file %s: %m", linkpidfile); in remove_pidfiles() 1061 warn("Unsupported protocol '%s' (0x%x) received", pname, protocol); in get_input() 1063 warn("Unsupported protocol 0x%x received", protocol); in get_input() 1673 warn("Can't execute %s: %m", prog); 1699 warn("can't reset priority to 0: %m"); 1736 warn("losing track of %s process", prog); 1786 warn("Child process %s (pid %d) terminated with signal %d", in reap_kids()
|
D | tty.c | 585 warn("Couldn't reset non-blocking mode on device: %m"); in connect_tty() 597 warn("Couldn't restrict write permissions to %s: %m", devnam); in connect_tty() 740 warn("Welcome script failed"); in connect_tty() 780 warn("disconnect script failed"); in disconnect_tty() 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");
|
D | ipv6cp.c | 1219 warn("Local LL address changed to %s", 1222 warn("Remote LL address changed to %s", 1229 warn("sif6addr failed"); 1245 warn("sif6addr failed"); 1255 warn("sifup failed (IPV6)"); 1262 warn("sifup failed (IPV6)"); 1271 warn("sif6addr failed");
|
/external/libxml2/include/libxml/ |
D | xmlschemas.h | 114 xmlSchemaValidityWarningFunc warn, 123 xmlSchemaValidityWarningFunc * warn, 143 xmlSchemaValidityWarningFunc warn, 152 xmlSchemaValidityWarningFunc *warn,
|
D | relaxng.h | 123 xmlRelaxNGValidityWarningFunc warn, 128 xmlRelaxNGValidityWarningFunc *warn, 153 xmlRelaxNGValidityWarningFunc warn, 158 xmlRelaxNGValidityWarningFunc *warn,
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | flexdef.h | 42 #pragma warn -pro 43 #pragma warn -rch 44 #pragma warn -use 45 #pragma warn -aus 46 #pragma warn -par 47 #pragma warn -pia 979 extern void warn PROTO((char [])); /* report a warning */
|
D | parse.y | 294 warn( 389 warn( 443 warn( 845 warn( warn_msg ); 851 void warn( str ) in warn() function
|
/external/apache-http/src/org/apache/commons/logging/ |
D | Log.java | 199 public void warn(Object message); in warn() method 208 public void warn(Object message, Throwable t); in warn() method
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | NoOpLog.java | 52 public void warn(Object message) { } in warn() method in NoOpLog 54 public void warn(Object message, Throwable t) { } in warn() method in NoOpLog
|
D | Jdk14Logger.java | 286 public void warn(Object message) { in warn() method in Jdk14Logger 298 public void warn(Object message, Throwable exception) { in warn() method in Jdk14Logger
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Borland-2.4 | 214 +#pragma warn -pro 215 +#pragma warn -rch 216 +#pragma warn -use 217 +#pragma warn -aus 218 +#pragma warn -par 219 +#pragma warn -pia
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ResponseProcessCookies.java | 132 this.log.warn("Cookie rejected: \"" in processCookies() 139 this.log.warn("Invalid cookie header: \"" in processCookies()
|
/external/elfcopy/ |
D | dwarf.c | 68 static void warn (const char *, ...); // ATTRIBUTE_PRINTF_1; //HACK 253 warn (_("badly formed extended line op encountered!\n")); in process_extended_line_op() 316 warn (_("DW_FORM_strp offset too big: %lx\n"), offset); in fetch_indirect_string() 1164 warn (_("Unrecognized form: %lu\n"), form); in read_and_display_attr_value() 1634 warn (_("Unable to locate %s section!\n"), in process_debug_info() 1712 … warn (_("Only version 2 and 3 DWARF debug information is currently supported.\n")); in process_debug_info() 1753 warn (_("Unable to locate entry %lu in the abbreviation table\n"), in process_debug_info() 1882 warn in display_debug_lines() 1892 warn (_("Only DWARF version 2 and 3 line info is currently supported.\n")); in display_debug_lines() 2164 warn (_("Only DWARF 2 and 3 pubnames are currently supported\n")); in display_debug_pubnames() [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | parse.c | 471 warn( warn_msg ); 477 void warn( str ) in warn() function 864 warn( in yyparse() 958 warn( in yyparse() 1014 warn( in yyparse()
|
/external/webkit/WebCore/manual-tests/inspector/resources/ |
D | script-console-calls.js | 3 console.warn("Test console.warn");
|
/external/bison/src/ |
D | complain.h | 30 void warn (char const *format, ...)
|
/external/ppp/pppd/plugins/radius/ |
D | radattr.c | 78 warn("radattr plugin: Could not open %s for writing: %m", fname); in print_attributes()
|
D | avpair.c | 202 warn("rc_avpair_gen: received unknown attribute %d of length %d: 0x%s", in rc_avpair_gen() 240 warn("rc_avpair_gen: %s has unknown type", attr->name); in rc_avpair_gen() 335 warn("rc_avpair_gen: %s has unknown type", attr->name); in rc_extract_vendor_specific_attributes()
|
D | clientid.c | 118 warn("rc_map2id: can't find tty %s in map database", ttyname); in rc_map2id()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 194 warn("Couldn't increase MTU to %d", mtu); in PPPOESendConfig() 219 warn("Couldn't increase MRU to %d", mru); in PPPOERecvConfig()
|