OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_arg
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
lvmcmdline.c
611
if (a->
short_arg
) {
612
*(*ptr)++ = a->
short_arg
;
622
if (a->
short_arg
)
623
(*o)->val = a->
short_arg
;
645
if ((a->
short_arg
&& (opt == a->
short_arg
)) ||
646
(!a->
short_arg
&& (opt == arg)))
697
a->
short_arg
? " -" : "",
698
a->
short_arg
? : ' ',
699
(a->
short_arg
&& a->long_arg)
[
all
...]
lvmcmdline.c
611
if (a->
short_arg
) {
612
*(*ptr)++ = a->
short_arg
;
622
if (a->
short_arg
)
623
(*o)->val = a->
short_arg
;
645
if ((a->
short_arg
&& (opt == a->
short_arg
)) ||
646
(!a->
short_arg
&& (opt == arg)))
697
a->
short_arg
? " -" : "",
698
a->
short_arg
? : ' ',
699
(a->
short_arg
&& a->long_arg)
[
all
...]
lvm.c
101
com->valid_args[match_no++])->
short_arg
))
tools.h
103
const char
short_arg
;
member in struct:arg
lvm.c
101
com->valid_args[match_no++])->
short_arg
))
tools.h
103
const char
short_arg
;
member in struct:arg
Completed in 80 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026