Lines Matching refs:mesg
65 const char *mesg = NULL; in fpecatch() local
69 mesg = "Integer divide by zero"; in fpecatch()
72 mesg = "Integer overflow"; in fpecatch()
75 mesg = "Floating point divide by zero"; in fpecatch()
78 mesg = "Floating point overflow"; in fpecatch()
81 mesg = "Floating point underflow"; in fpecatch()
84 mesg = "Floating point inexact result"; in fpecatch()
87 mesg = "Invalid Floating point operation"; in fpecatch()
90 mesg = "Subscript out of range"; in fpecatch()
94 mesg = "Unknown error"; in fpecatch()
100 ": %s", mesg in fpecatch()