Searched defs:opt2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.c115 char *opt2, *save, *end; local
141 opt2 = strdup(opt);
142 if (opt2 == NULL) {
147 save = opt2;
149 while (opt2 != NULL) {
150 end = strchr(opt2, ',');
155 if (strcasecmp("synth-all", opt2) == 0)
158 if (strcasecmp("compat", opt2) == 0)
161 if (strcasecmp("synth-none", opt2) == 0)
164 if (strcasecmp("binary", opt2)
[all...]

Completed in 14 milliseconds