Lines Matching refs:option
208 * overridden with the -batch command line option.
1240 #define SHFLG_Pagecache 0x00000001 /* The --pagecache option is used */
1242 #define SHFLG_Backslash 0x00000004 /* The --backslash option is used */
3829 raw_printf(stderr, "option requires an argument: %s\n", z);
3840 raw_printf(stderr, "unknown option: %s\n", z);
5509 ** with the option of having a separator other than ",".
6126 ** Compare the string as a command-line option with either one or two
6699 return arErrorMsg(pAr, "unrecognized option: %c", z[i]);
6703 return arErrorMsg(pAr, "option requires an argument: %c",z[i]);
6737 return arErrorMsg(pAr, "unrecognized option: %c", z[i]);
6745 return arErrorMsg(pAr, "option requires an argument: %c",
6754 /* A -- option, indicating that all remaining command line words
6760 /* A long option */
6761 const char *zArg = 0; /* Argument for option, if any */
6762 struct ArSwitch *pMatch = 0; /* Matching option */
6768 return arErrorMsg(pAr, "ambiguous option: %s",z);
6776 return arErrorMsg(pAr, "unrecognized option: %s", z);
6780 return arErrorMsg(pAr, "option requires an argument: %s", z);
7180 int fromCmdLine, /* True if -A command-line option, not .ar cmd */
7324 /* This option determines the name of the ATTACH-ed database used
7327 ** when closed. This option is undocumented and might disappear at
7340 utf8_printf(stderr, "unexpected option: %s\n", azArg[i]);
7685 utf8_printf(stderr, "unknown option: %s\n", azArg[j]);
7982 raw_printf(stderr, "The --preserve-rowids option is not compatible"
8001 raw_printf(stderr, "Unknown option \"%s\" on \".dump\"\n", azArg[i]);
8166 const char *zCtrlName; /* Name of a test-control option */
8167 int ctrlCode; /* Integer code for that option */
8220 /* convert filectrl text option to value. allow any unique prefix
8221 ** of the option name, or a numerical value. */
8437 utf8_printf(p->out, "ERROR: unknown option: \"%s\". Usage:\n", z);
8928 utf8_printf(stderr, "unknown option: %s\n", z);
9082 utf8_printf(stderr, "unknown option: %s\n", z);
9176 utf8_printf(p->out, "ERROR: unknown option: \"%s\". Usage:\n",
9407 utf8_printf(stderr, "Error: unknown option: \"%s\"\n", azArg[i]);
9561 utf8_printf(stderr, "Unknown option: \"%s\"\n", azArg[ii]);
9934 utf8_printf(stderr, "Unknown option \"%s\" on \"%s\"\n",
10065 utf8_printf(stderr, "Unknown option \"%s\" on \"%s\"\n",
10372 const char *zCtrlName; /* Name of a test-control option */
10373 int ctrlCode; /* Integer code for that option */
10427 /* convert testctrl text option to value. allow any unique prefix
10428 ** of the option name, or a numerical value. */
10653 raw_printf(stderr, "Unknown option \"%s\" on \".trace\"\n", z);
11371 raw_printf(stderr, "Use the -help option for additional information\n");
11432 ** Get the argument to an --option. Throw an error and die if no argument
11479 const char *zVfs = 0; /* Value of -vfs command-line option */
11568 ** this compile-time option to embed this shell program in larger
11720 ** option to embed this shell program in larger applications. */
11726 ** to call sqlite3_initialize() and process any command line -vfs option. */
11763 /* Process the initialization file if there is one. If no -init option
11853 /* Undocumented command-line option: -backslash
11939 utf8_printf(stderr,"%s: Error: unknown option: %s\n", Argv0, z);