Searched refs:arErrorMsg (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/public-domain/sqlite/dist/ |
H A D | shell.c | 12624 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() function 12666 return arErrorMsg(pAr, "multiple command options"); in arProcessSwitch() 12738 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand() 12742 return arErrorMsg(pAr, "option requires an argument: %c",z[i]); in arParseCommand() 12776 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand() 12784 return arErrorMsg(pAr, "option requires an argument: %c",z[i]); in arParseCommand() 12806 return arErrorMsg(pAr, "ambiguous option: %s",z); in arParseCommand() 12814 return arErrorMsg(pAr, "unrecognized option: %s", z); in arParseCommand() 12818 return arErrorMsg(pAr, "option requires an argument: %s", z); in arParseCommand()
|