OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell_argv
(Results
1 - 1
of
1
) sorted by null
/external/dbus/test/
shell-test.c
16
char **
shell_argv
;
local
52
if (!_dbus_shell_parse_argv (command_line, &shell_argc, &
shell_argv
, &error))
72
shell_argv
[i] ?
shell_argv
[i] : ""))
75
i,
shell_argv
[i], unquoted);
80
if (
shell_argv
[i])
81
printf ("Argument %d = %s\n", i,
shell_argv
[i]);
84
dbus_free_string_array (
shell_argv
);
Completed in 79 milliseconds