Home
last modified time | relevance | path

Searched refs:opttext (Results 1 – 25 of 35) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dgetopt.c107 const char *opttext, in match_long_option() argument
118 if ( opttext[optlen] == '=' ) { in match_long_option()
120 } else if ( opttext[optlen] ) { in match_long_option()
177 if ( *opttext != shortopt ) in match_short_option()
181 opttext++; in match_short_option()
183 if ( *opttext ) { in match_short_option()
186 argument = opttext; in match_short_option()
242 if ( *(opttext++) != '-' ) in getopt_long()
246 if ( *(opttext++) == '-' ) { in getopt_long()
248 if ( *opttext == '\0' ) { in getopt_long()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/core/
H A Dgetopt.c102 const char *opttext, in match_long_option() argument
113 if ( opttext[optlen] == '=' ) { in match_long_option()
114 argument = &opttext[ optlen + 1 ]; in match_long_option()
115 } else if ( opttext[optlen] ) { in match_long_option()
172 if ( *opttext != shortopt ) in match_short_option()
176 opttext++; in match_short_option()
178 if ( *opttext ) { in match_short_option()
181 argument = opttext; in match_short_option()
237 if ( *(opttext++) != '-' ) in getopt_long()
241 if ( *(opttext++) == '-' ) { in getopt_long()
[all …]
/dports/security/snortsnarf/SnortSnarf-1.0/SnortSnarf-021111.1/include/SnortSnarf/
H A DSnortRules.pm168 my($val,$opttext);
170 foreach $opttext (split(/\s*;\s*/,$_)) {
171 next unless $opttext =~ s/^$opt\s*:\s*//;
172 if ($opttext =~ s/^\"//) { # quoted string
173 $opttext =~ s/\"\s*$//;
175 push(@vals,$opttext);
/dports/security/snortsnarf/SnortSnarf-1.0/include/SnortSnarf/
H A DSnortRules.pm168 my($val,$opttext);
170 foreach $opttext (split(/\s*;\s*/,$_)) {
171 next unless $opttext =~ s/^$opt\s*:\s*//;
172 if ($opttext =~ s/^\"//) { # quoted string
173 $opttext =~ s/\"\s*$//;
175 push(@vals,$opttext);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmdlib.c99 static char *opttext[120] = { 0 }; variable
647 opttext[idxopttext] = strdup(optbuf); in opt_out_words()
673 opttext[idxopttext] = strdup(optbuf); in build_options()
687 opttext[idxopttext] = strdup(optbuf); in build_options()
691 opttext[idxopttext] = strdup(optbuf); in build_options()
709 opttext[idxopttext] = strdup(optbuf); in build_options()
714 opttext[idxopttext] = strdup(optbuf); in build_options()
719 opttext[idxopttext] = strdup(optbuf); in build_options()
751 opttext[idxopttext] = strdup(optbuf); in build_options()
787 opttext[idxopttext] = strdup(""); in build_options()
[all …]
/dports/net/bird2/bird-2.0.8/proto/babel/
H A Dconfig.Y132 CF_CLI(SHOW BABEL INTERFACES, optproto opttext, [<name>] [\"<interface>\"], [[Show information abou…
135 CF_CLI(SHOW BABEL NEIGHBORS, optproto opttext, [<name>] [\"<interface>\"], [[Show information about…
138 CF_CLI(SHOW BABEL ENTRIES, optproto opttext, [<name>], [[Show information about Babel prefix entrie…
141 CF_CLI(SHOW BABEL ROUTES, optproto opttext, [<name>], [[Show information about Babel route entries]…
/dports/lang/mono/mono-5.10.1.57/docs/
H A Dexdoc462 my ($output, $caption, $opttext) = @_;
463 if (defined($opttext) && $opttext ne '' && $opttext !~ /^[ \t]+$/) {
466 " <div>$opttext</div>\n";
/dports/net/bird/bird-1.6.8/proto/babel/
H A Dconfig.Y120 CF_CLI(SHOW BABEL INTERFACES, optsym opttext, [<name>] [\"<interface>\"], [[Show information about …
123 CF_CLI(SHOW BABEL NEIGHBORS, optsym opttext, [<name>] [\"<interface>\"], [[Show information about B…
126 CF_CLI(SHOW BABEL ENTRIES, optsym opttext, [<name>], [[Show information about Babel prefix entries]…
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dconfig.Y426 CF_CLI(SHOW OSPF NEIGHBORS, optsym opttext, [<name>] [\"<interface>\"], [[Show information about OS…
429 CF_CLI(SHOW OSPF INTERFACE, optsym opttext, [<name>] [\"<interface>\"], [[Show information about in…
434 CF_CLI(SHOW OSPF TOPOLOGY, optsym opttext, [<name>], [[Show information about reachable OSPF networ…
437 CF_CLI(SHOW OSPF TOPOLOGY ALL, optsym opttext, [<name>], [[Show information about all OSPF network …
442 CF_CLI(SHOW OSPF STATE, optsym opttext, [<name>], [[Show information about reachable OSPF network s…
445 CF_CLI(SHOW OSPF STATE ALL, optsym opttext, [<name>], [[Show information about all OSPF network sta…
/dports/net/bird/bird-1.6.8/conf/
H A Dconfbase.Y83 %type <t> text opttext
206 opttext:
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dconfig.Y518 CF_CLI(SHOW OSPF NEIGHBORS, optproto opttext, [<name>] [\"<interface>\"], [[Show information about …
521 CF_CLI(SHOW OSPF INTERFACE, optproto opttext, [<name>] [\"<interface>\"], [[Show information about …
526 CF_CLI(SHOW OSPF TOPOLOGY, optproto opttext, [<name>], [[Show information about reachable OSPF netw…
529 CF_CLI(SHOW OSPF TOPOLOGY ALL, optproto opttext, [<name>], [[Show information about all OSPF networ…
534 CF_CLI(SHOW OSPF STATE, optproto opttext, [<name>], [[Show information about reachable OSPF network…
537 CF_CLI(SHOW OSPF STATE ALL, optproto opttext, [<name>], [[Show information about all OSPF network s…
/dports/mail/mailman/mailman-2.1.39/Mailman/Gui/
H A DGeneral.py59 opttext = [bitdescrs[o] for o in OPTIONS]
404 (opttext, optvals, 0, OPTIONS),
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Gui/
H A DGeneral.py59 opttext = [bitdescrs[o] for o in OPTIONS]
404 (opttext, optvals, 0, OPTIONS),
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Gui/
H A DGeneral.py59 opttext = [bitdescrs[o] for o in OPTIONS]
404 (opttext, optvals, 0, OPTIONS),
/dports/net/bird/bird-1.6.8/proto/rip/
H A Dconfig.Y186 CF_CLI(SHOW RIP INTERFACES, optsym opttext, [<name>] [\"<interface>\"], [[Show information about RI…
189 CF_CLI(SHOW RIP NEIGHBORS, optsym opttext, [<name>] [\"<interface>\"], [[Show information about RIP…
/dports/net/bird2/bird-2.0.8/proto/rip/
H A Dconfig.Y198 CF_CLI(SHOW RIP INTERFACES, optproto opttext, [<name>] [\"<interface>\"], [[Show information about …
201 CF_CLI(SHOW RIP NEIGHBORS, optproto opttext, [<name>] [\"<interface>\"], [[Show information about R…
/dports/print/hyperlatex/Hyperlatex-2.9a/hlx/
H A Dhyperlatex.el1238 (opttext (hyperlatex-parse-optional-argument))
1243 opttext)))
1248 (opttext (hyperlatex-parse-optional-argument))
1256 opttext)))))
1265 (opttext (elt match 3)))
1273 (opttext (hyperlatex-parse-optional-argument))
1279 opttext)))
1316 (if (and (> count 0) opttext)
1350 (cons (list name nbargs expansion opttext)
1354 &optional opttext)
[all …]
/dports/graphics/okular/okular-21.12.3/part/
H A Dannotwindow.cpp95 QString opttext = i18n("Options"); in MovableTitle() local
96 optionButton->setText(opttext); in MovableTitle()
98 QSize s = QFontMetrics(optionButton->font()).boundingRect(opttext).size() + QSize(8, 8); in MovableTitle()

12