OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dbus_shell_unquote
(Results
1 - 3
of
3
) sorted by null
/external/dbus/dbus/
dbus-shell.h
31
char*
_dbus_shell_unquote
(const char *quoted_string);
dbus-shell.c
154
* escaped text;
_dbus_shell_unquote
() simply goes through the string and
169
_dbus_shell_unquote
(const char *quoted_string)
function
604
argv[i] =
_dbus_shell_unquote
(tmp_list->data);
/external/dbus/test/
shell-test.c
70
unquoted =
_dbus_shell_unquote
(original_argv[i]);
Completed in 2273 milliseconds