HomeSort by relevance Sort by last modified time
    Searched defs:unquoted (Results 1 - 2 of 2) sorted by null

  /external/dbus/test/
shell-test.c 68 char *unquoted; local
70 unquoted = _dbus_shell_unquote (original_argv[i]);
71 if (strcmp (unquoted ? unquoted : "",
75 i, shell_argv[i], unquoted);
76 dbus_free (unquoted);
79 dbus_free (unquoted);
  /external/dbus/dbus/
dbus-shell.c 171 char *unquoted; local
177 unquoted = _dbus_strdup (quoted_string);
178 if (unquoted == NULL)
181 start = unquoted;
182 end = unquoted;
185 dbus_free (unquoted);
242 dbus_free (unquoted);
248 dbus_free (unquoted);
286 * 2) "If the current character is an unquoted newline character,
289 * 3) "If the current character is an unquoted blank character, an
    [all...]

Completed in 51 milliseconds