OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_m
(Results
1 - 2
of
2
) sorted by null
/external/lldb/scripts/
sed-sources
88
our $
opt_m
= 0; # Show help manpage style?
94
$
opt_m
and show_manpage();
/system/core/toolbox/
newfs_msdos.c
244
u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0,
opt_m
= 0, opt_n = 0;
local
334
opt_m
= argto1(optarg, 0, "media descriptor");
483
if (
opt_m
< 0xf0)
484
errx(1, "illegal media descriptor (%#x)",
opt_m
);
485
bpb.mid =
opt_m
;
[
all
...]
Completed in 327 milliseconds