Lines Matching defs:txt
949 const char *txt = (err == ERROR_SUCCESS) ? "No error" : "Error";
950 if(strlen(txt) < buflen)
951 strcpy(buf, txt);
978 const char *txt;
989 txt = "No error";
991 #define SEC2TXT(sec) case sec: txt = #sec; break
1077 txt = "Unknown error";
1090 msnprintf(buf, buflen, "%s (0x%08X) - %s", txt, err, msgbuf);
1092 msnprintf(buf, buflen, "%s (0x%08X)", txt, err);
1097 txt = "No error";
1099 txt = "Error";
1100 if(buflen > strlen(txt))
1101 strcpy(buf, txt);