Home | History | Annotate | Download | only in test

Lines Matching defs:Options

18 /* Command line options */
19 struct Options {
56 /* Set if the command line options set a value for signalValue */
105 * Set default options for the command line options. Must be called
108 void SetDefaultOptions(struct Options* options, int real_only,
112 * Process the command line options
114 void ProcessCommandLine(struct Options* options, int argc, char* argv[],
118 * Print command line options and their values, for debugging.
120 void DumpOptions(FILE*, const struct Options* options);