Home
last modified time | relevance | path

Searched defs:emsg (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DInternalErrorHandler.java63 public static void handleException(String emsg) { in handleException()
71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException()
/external/mdnsresponder/mDNSShared/
DDebugServices.c1353 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/mksh/src/
Dexec.c1347 const char *emsg; in iosetup() local
Dfuncs.c284 const char *s, *emsg; in c_print() local
/external/mdnsresponder/mDNSCore/
DDNSCommon.c2980 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
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-trace.c793 const char *emsg = strerror_r(-ret, bf, sizeof(bf)), in trace__sys_exit() local
/external/chromium_org/third_party/sqlite/src/tool/
Dlemon.c1714 static char emsg[] = "Command line syntax error: "; variable