OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_n
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
newfs_msdos.c
253
u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0,
opt_n
= 0;
local
255
int
opt_N
= 0;
281
opt_N
= 1;
344
opt_n
= argto1(optarg, 1, "number of FATs");
374
if (
opt_N
)
381
} else if ((fd = open(fname,
opt_N
? O_RDONLY : O_RDWR)) == -1)
392
if (!
opt_N
)
475
if (
opt_n
) {
476
if (
opt_n
> MAXNFT)
478
opt_n
, MAXNFT)
[
all
...]
/external/clang/tools/driver/
cc1as_main.cpp
165
Opts.NoInitialTextSection = Args->hasArg(
OPT_n
);
Completed in 142 milliseconds