Searched refs:arErrorMsg (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 23711 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() function 23758 return arErrorMsg(pAr, "multiple command options"); in arProcessSwitch() 23836 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand() 23840 return arErrorMsg(pAr, "option requires an argument: %c",z[i]); in arParseCommand() 23874 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand() 23882 return arErrorMsg(pAr, "option requires an argument: %c", in arParseCommand() 23905 return arErrorMsg(pAr, "ambiguous option: %s",z); in arParseCommand() 23913 return arErrorMsg(pAr, "unrecognized option: %s", z); in arParseCommand() 23917 return arErrorMsg(pAr, "option requires an argument: %s", z); in arParseCommand()
|