HomeSort by relevance Sort by last modified time
    Searched refs:emsg (Results 1 - 10 of 10) sorted by null

  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 63 public static void handleException(String emsg) {
66 System.err.println(emsg);
67 throw new RuntimeException(emsg);
71 public static void handleException(String emsg, StackLogger stackLogger) {
74 stackLogger.logFatalError(emsg);
75 throw new RuntimeException(emsg);
  /external/dbus/dbus/
dbus-file-win.c 74 char *emsg = _dbus_win_error_string (GetLastError ()); local
76 "Failed to read from 0x%x: %s", hnd, emsg);
77 _dbus_win_free_error_string (emsg);
127 char *emsg = _dbus_win_error_string (GetLastError ()); local
129 "Failed to open \"%s\": %s", filename_c, emsg);
130 _dbus_win_free_error_string (emsg);
139 char *emsg = _dbus_win_error_string (GetLastError ()); local
142 filename_c, emsg);
143 _dbus_win_free_error_string (emsg);
145 _dbus_verbose ("GetFileSize() failed: %s", emsg);
271 char *emsg = _dbus_win_error_string (GetLastError ()); local
298 char *emsg = _dbus_win_error_string (GetLastError ()); local
310 char *emsg = _dbus_win_error_string (GetLastError ()); local
322 char *emsg = _dbus_win_error_string (GetLastError ()); local
343 char *emsg = _dbus_win_error_string (GetLastError ()); local
381 char *emsg = _dbus_win_error_string (GetLastError ()); local
393 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-sysdeps-util-win.c 100 char *emsg = _dbus_win_error_string (GetLastError ()); local
103 cfilename, emsg);
104 _dbus_win_free_error_string (emsg);
130 char *emsg = _dbus_win_error_string (GetLastError ()); local
132 "Could not write to %s: %s", cfilename, emsg);
133 _dbus_win_free_error_string (emsg);
143 char *emsg = _dbus_win_error_string (GetLastError ()); local
146 cfilename, emsg);
147 _dbus_win_free_error_string (emsg);
595 char *emsg = _dbus_win_error_string (GetLastError ()) local
645 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-spawn-win.c 317 char *emsg = _dbus_win_error_string (sitter->spawn_errno); local
320 sitter->executable, emsg);
321 _dbus_win_free_error_string (emsg);
dbus-sysdeps-win.c 3376 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
  /external/openssh/
sftp-server.c 335 handle_log_close(int handle, char *emsg)
339 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
345 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1353 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1417 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1441 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1487 if (!u) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]
  /external/mksh/src/
exec.c 1323 const char *emsg; local
1332 &emsg)) < 0) {
1334 snptreef(NULL, 32, "%R", &iotmp), emsg);
    [all...]
funcs.c 273 const char *s, *emsg; local
343 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
344 bi_errorf("%s: %s", "-p", emsg);
357 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
358 bi_errorf("%s: %s: %s", "-u", s, emsg);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 2980 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
3040 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]

Completed in 366 milliseconds