Lines Matching defs:options
54 /* Define flags and args for standard options */
115 * Define bits for options that might have env variable default
150 int options = 0; /* no options specified */
171 "parse_opts: ERROR - Only short options are allowed";
193 * Loop through av parsing options.
207 options |= OPT_iteration;
213 options |= OPT_duration;
229 /* Check all the user specified options */
280 if (!(options & OPT_iteration)
305 if (!(options & OPT_duration) &&
322 if (!(options & OPT_duration) && (ptr = getenv("USC_DURATION")) != NULL) {
582 /* for test specific parse_opts options */