OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmdline
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
lvm.c
34
static struct cmdline_context *
_cmdline
;
variable in typeref:struct:cmdline_context
48
while (i <
_cmdline
->num_commands)
49
if (!strncmp(text,
_cmdline
->commands[i++].name, len))
50
return strdup(
_cmdline
->commands[i - 1].name);
76
for (j = 0; j <
_cmdline
->num_commands; j++) {
80
p =
_cmdline
->commands[j].name;
86
com =
_cmdline
->commands + j;
100
if (!(c = (
_cmdline
->the_args +
116
l = (
_cmdline
->the_args +
196
_cmdline
= cmdline
[
all
...]
lvmcmdline.c
56
static struct cmdline_context
_cmdline
;
variable in typeref:struct:cmdline_context
487
if (!(
_cmdline
.commands = dm_realloc(
_cmdline
.commands, sizeof(*
_cmdline
.commands) * size))) {
492
_cmdline
.commands_size = size;
497
if (!
_cmdline
.commands_size)
500
if (
_cmdline
.commands_size <=
_cmdline
.num_commands)
501
__alloc(2 *
_cmdline
.commands_size);
513
nc =
_cmdline
.commands + _cmdline.num_commands++
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026