Home
last modified time | relevance | path

Searched defs:emsg (Results 1 – 9 of 9) 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/libmicrohttpd/src/examples/
Dfileserver_example_dirs.c93 char emsg[1024]; in ahc_echo() local
/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/libmicrohttpd/src/microhttpd/
Dconnection.c298 const char *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/pdfium/third_party/libtiff/
Dtif_getimage.c526 char emsg[1024] = ""; in TIFFReadRGBAImageOriented() local
2918 char emsg[1024] = ""; in TIFFReadRGBAStripExt() local
2976 char emsg[1024] = ""; in TIFFReadRGBATileExt() local
/external/mksh/src/
Dexec.c1471 const char *emsg; in iosetup() local
Dfuncs.c388 const char *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/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3525 struct bitmask *bmp, char *emsg, int elen) in import_list()
3546 char *emsg, int elen) in cpuset_import()