Home
last modified time | relevance | path

Searched refs:arErrorMsg (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c20978 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() function
21025 return arErrorMsg(pAr, "multiple command options"); in arProcessSwitch()
21103 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand()
21107 return arErrorMsg(pAr, "option requires an argument: %c",z[i]); in arParseCommand()
21141 return arErrorMsg(pAr, "unrecognized option: %c", z[i]); in arParseCommand()
21149 return arErrorMsg(pAr, "option requires an argument: %c", in arParseCommand()
21172 return arErrorMsg(pAr, "ambiguous option: %s",z); in arParseCommand()
21180 return arErrorMsg(pAr, "unrecognized option: %s", z); in arParseCommand()
21184 return arErrorMsg(pAr, "option requires an argument: %s", z); in arParseCommand()

Completed in 33 milliseconds