OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_format
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/scripts/
format_c_api_docs
10
$
opt_format
='html';
16
'format=s' => \$
opt_format
,
192
$out = "${base}.${
opt_format
}";
194
$out = "${opt_outdir}/${base}.${
opt_format
}";
202
if ( $
opt_format
eq 'html' ) {
204
} elsif ( $
opt_format
eq 'latex' ) {
206
} elsif ( $
opt_format
eq 'man' ) {
208
} elsif ( $
opt_format
eq 'text' ) {
210
} elsif ( $
opt_format
eq 'pod' ) {
219
if ( $
opt_format
eq 'html' )
[
all
...]
/external/vboot_reference/futility/
cmd_dump_fmap.c
25
static int
opt_format
= FMT_NORMAL;
variable
63
if (FMT_NORMAL ==
opt_format
) {
93
switch (
opt_format
) {
140
if (FMT_NORMAL ==
opt_format
)
433
opt_format
= FMT_PRETTY;
436
opt_format
= FMT_FLASHROM;
442
opt_format
= FMT_HUMAN;
492
switch (
opt_format
) {
Completed in 852 milliseconds