OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GETOPTLONG_FN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
lvmcmdline.c
36
# define
GETOPTLONG_FN
(a, b, c, d, e) getopt_long((a), (b), (c), (d), (e))
43
# define
GETOPTLONG_FN
(a, b, c, d, e) getopt((a), (b), (c))
683
while ((opt =
GETOPTLONG_FN
(*argc, *argv, str, opts, NULL)) >= 0) {
dmsetup.c
69
# define
GETOPTLONG_FN
(a, b, c, d, e) getopt_long((a), (b), (c), (d), (e))
76
# define
GETOPTLONG_FN
(a, b, c, d, e) getopt((a), (b), (c))
2813
while ((ind = -1, c =
GETOPTLONG_FN
(*argc, *argv, "ade:fo:v",
3001
while ((ind = -1, c =
GETOPTLONG_FN
(*argc, *argv, "cCfG:j:m:M:no:O:ru:U:vy",
Completed in 68 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026