Searched defs:emsg (Results 1 – 7 of 7) sorted by relevance
63 public static void handleException(String emsg) { in handleException()71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException()
1353 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local1417 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local1441 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local1487 if (!u) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in DebugSNPrintFVAList() local
1347 const char *emsg; in iosetup() local
284 const char *s, *emsg; in c_print() local
2980 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in mDNS_vsnprintf() local3040 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } in mDNS_vsnprintf() local
793 const char *emsg = strerror_r(-ret, bf, sizeof(bf)), in trace__sys_exit() local
1714 static char emsg[] = "Command line syntax error: "; variable