Searched refs:_dbus_shell_unquote (Results 1 – 3 of 3) sorted by relevance
31 char* _dbus_shell_unquote (const char *quoted_string);
169 _dbus_shell_unquote (const char *quoted_string) in _dbus_shell_unquote() function604 argv[i] = _dbus_shell_unquote (tmp_list->data); in _dbus_shell_parse_argv()
70 unquoted = _dbus_shell_unquote (original_argv[i]); in test_command_line()