OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_h
(Results
1 - 2
of
2
) sorted by null
/external/iputils/ninfod/
ninfod.c
140
static int
opt_h
= 0; /* help */
variable
632
opt_h
= 1;
643
opt_h
= 1;
680
if (
opt_h
|| opt_v)
682
if (
opt_h
) {
/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
331
opt_h
= argto2(optarg, 1, "drive heads");
404
if (
opt_h
)
405
bpb.hds =
opt_h
;
414
if (!(opt_f || (
opt_h
&& opt_u && opt_S && opt_s && oflag))) {
Completed in 27 milliseconds