HomeSort by relevance Sort by last modified time
    Searched refs:emsg (Results 1 - 7 of 7) 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/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 1338 const char *emsg; local
1347 &emsg)) < 0) {
1349 snptreef(NULL, 32, "%R", &iotmp), emsg);
    [all...]
funcs.c 278 const char *s, *emsg; local
362 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
363 bi_errorf("%s: %s", "-p", emsg);
376 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
377 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...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1714 static char emsg[] = "Command line syntax error: "; variable
    [all...]

Completed in 1386 milliseconds