Lines Matching defs:opts
39 * -x opts Simplify the graph. opts should be a comma-separated
255 "Usage: %1$s [-s width,height] [-l legend.ps] [-x opts]\n"
261 "Where opts is a comma-separated list of\n");
287 const char *opts, int weight)
291 if (weight != 1 || (opts != NULL && opts[0] != '\0')) {
293 if (opts != NULL && opts[0] != '\0') {
294 (void) fputs(opts, stdout);
598 char opts[100];
637 opts[0] = '\0';
640 l = strlcat(opts, "style=dashed,",
641 sizeof (opts));
643 l = strlcat(opts, "arrowtail=odot,",
644 sizeof (opts));
647 l = strlcat(opts, "style=bold,", sizeof (opts));
652 if (l >= sizeof (opts)) {
653 (void) fputs("opts[] is too small.\n", stderr);
657 if (opts[0] != '\0')
658 opts[strlen(opts) - 1] = '\0';
689 dep_fmri, opts, weight + i);
695 print_dependency(fmri, pgname, depname, opts,