Searched refs:formatErrorMsg (Results 1 – 5 of 5) sorted by relevance
/dports/cad/tkgate/tkgate-2.1/src/verga/ |
H A D | error.c | 597 static int formatErrorMsg(char *p,ErrorDescriptor *ed,va_list ap) in formatErrorMsg() function 670 p += formatErrorMsg(p,ed,ap); in errorCmd() 702 p += formatErrorMsg(p,ed,ap); in errorRun() 734 p += formatErrorMsg(p,ed,ap); in errorFile() 742 p += formatErrorMsg(p,ed,ap); in errorFile() 776 p += formatErrorMsg(p,ed,ap); in errorModule() 804 p += formatErrorMsg(p,ed,ap); in errorNet()
|
/dports/devel/jcmdline/jcmdline-2.0.0/src/jcmdline/ |
H A D | UsageFormatter.java | 65 public String formatErrorMsg(String msg); in formatErrorMsg() method
|
H A D | BasicCmdLineHandler.java | 345 + parser.getUsageFormatter().formatErrorMsg(errMsg)); in exitUsageError()
|
H A D | TextUsageFormatter.java | 86 public String formatErrorMsg(String msg) { in formatErrorMsg() method in TextUsageFormatter
|
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/Arrow/XmlState/ |
H A D | ErrorHandling.hs | 95 arr formatErrorMsg 102 formatErrorMsg (level, msg) = "\n" ++ errClass level ++ ": " ++ msg function
|