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

/solaris-x11-s12/open-src/common/
H A Dset-elf-comments.pl52 my %opts;
53 getopts('B:M:X:b', \%opts);
56 if (exists($opts{'M'})) {
57 $module_version_info .= $opts{'M'};
63 if (exists($opts{'X'})) {
64 $exclude_regexp = $opts{'X'};
67 if (exists($opts{'b'})) {
71 if (exists($opts{'B'})) {
72 my $build_version_file = $opts{'B'};
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DModule.c227 xf86addNewLoadDirective (XF86LoadPtr head, char *name, int type, XF86OptionPtr opts) argument
235 new->load_opt = opts;
H A DconfigProcs.h90 XF86LoadPtr xf86addNewLoadDirective(XF86LoadPtr head, char *name, int type, XF86OptionPtr opts);

Completed in 556 milliseconds