/external/dbus/dbus/ |
D | dbus-file-win.c | 74 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_read() local 76 "Failed to read from 0x%x: %s", hnd, emsg); in _dbus_file_read() 77 _dbus_win_free_error_string (emsg); in _dbus_file_read() 127 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_get_contents() local 129 "Failed to open \"%s\": %s", filename_c, emsg); in _dbus_file_get_contents() 130 _dbus_win_free_error_string (emsg); in _dbus_file_get_contents() 139 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_get_contents() local 142 filename_c, emsg); in _dbus_file_get_contents() 143 _dbus_win_free_error_string (emsg); in _dbus_file_get_contents() 145 _dbus_verbose ("GetFileSize() failed: %s", emsg); in _dbus_file_get_contents() [all …]
|
D | dbus-sysdeps-util-win.c | 100 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local 103 cfilename, emsg); in _dbus_write_pid_file() 104 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file() 130 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local 132 "Could not write to %s: %s", cfilename, emsg); in _dbus_write_pid_file() 133 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file() 143 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local 146 cfilename, emsg); in _dbus_write_pid_file() 147 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file() 600 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_directory_open() local [all …]
|
D | dbus-spawn-win.c | 337 char *emsg = _dbus_win_error_string (sitter->spawn_errno); in _dbus_babysitter_set_child_exit_error() local 340 sitter->executable, emsg); in _dbus_babysitter_set_child_exit_error() 341 _dbus_win_free_error_string (emsg); in _dbus_babysitter_set_child_exit_error()
|
D | dbus-sysdeps-win.c | 3607 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_delete_directory() local 3610 filename_c, emsg); in _dbus_delete_directory() 3611 _dbus_win_free_error_string (emsg); in _dbus_delete_directory()
|
/external/nist-sip/java/gov/nist/core/ |
D | InternalErrorHandler.java | 63 public static void handleException(String emsg) { in handleException() argument 66 System.err.println(emsg); in handleException() 67 throw new RuntimeException(emsg); in handleException() 71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException() argument 74 stackLogger.logFatalError(emsg); in handleException() 75 throw new RuntimeException(emsg); in handleException()
|
/external/libmicrohttpd/src/examples/ |
D | fileserver_example_dirs.c | 93 char emsg[1024]; in ahc_echo() local 116 snprintf (emsg, in ahc_echo() 117 sizeof (emsg), in ahc_echo() 120 response = MHD_create_response_from_buffer (strlen (emsg), in ahc_echo() 121 emsg, in ahc_echo()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024]) in TIFFRGBAImageOK() 83 sprintf(emsg, "Sorry, requested compression method is not configured"); in TIFFRGBAImageOK() 94 sprintf(emsg, "Sorry, can not handle images with %d-bit samples", in TIFFRGBAImageOK() 108 sprintf(emsg, "Missing needed %s tag", photoTag); in TIFFRGBAImageOK() 119 sprintf(emsg, in TIFFRGBAImageOK() 143 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d", in TIFFRGBAImageOK() 153 sprintf(emsg, in TIFFRGBAImageOK() 159 sprintf(emsg, in TIFFRGBAImageOK() 168 sprintf(emsg, "Sorry, LogL data must have %s=%d", in TIFFRGBAImageOK() 176 sprintf(emsg, "Sorry, LogLuv data must have %s=%d or %d", in TIFFRGBAImageOK() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/documentation/ |
D | Rules.md | 13 http://example.com/gen_204?emsg=foo 17 http://example.com/gen_204?emsg=bar
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 1353 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local 1417 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local 1441 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local 1487 if (!u) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local
|
/external/openssh/ |
D | sftp-server.c | 443 handle_log_close(int handle, char *emsg) in handle_log_close() argument 447 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close() 453 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close()
|
D | packet.c | 1409 const char *emsg; in ssh_packet_read_poll1() local 1446 emsg = NULL; in ssh_packet_read_poll1() 1452 emsg = "crc32 compensation attack detected"; in ssh_packet_read_poll1() 1455 emsg = "deattack denial of service detected"; in ssh_packet_read_poll1() 1458 emsg = "deattack error"; in ssh_packet_read_poll1() 1461 if (emsg != NULL) { in ssh_packet_read_poll1() 1462 error("%s", emsg); in ssh_packet_read_poll1() 1463 if ((r = sshpkt_disconnect(ssh, "%s", emsg)) != 0 || in ssh_packet_read_poll1()
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 298 const char *emsg) in connection_close_error() argument 301 if (NULL != emsg) in connection_close_error() 302 MHD_DLOG (connection->daemon, emsg); in connection_close_error() 313 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, emsg) argument 315 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, NULL) argument
|
/external/mksh/src/ |
D | exec.c | 1430 const char *emsg; in iosetup() local 1439 &emsg)) < 0) { in iosetup() 1443 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg); in iosetup()
|
D | funcs.c | 354 const char *emsg; in c_print() local 367 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) { in c_print() 368 bi_errorf("-p: %s", emsg); in c_print() 387 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print() 388 bi_errorf("-u%s: %s", s, emsg); in c_print()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 2980 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in mDNS_vsnprintf() local 3040 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in mDNS_vsnprintf() local
|