Searched refs:tmp_list (Results 1 – 2 of 2) sorted by relevance
563 DBusList *tmp_list; in _dbus_shell_parse_argv() local601 tmp_list = tokens; in _dbus_shell_parse_argv()602 while (tmp_list) in _dbus_shell_parse_argv()604 argv[i] = _dbus_shell_unquote (tmp_list->data); in _dbus_shell_parse_argv()617 tmp_list = _dbus_list_get_next_link (&tokens, tmp_list); in _dbus_shell_parse_argv()
606 DBusList *tmp_list; in append_copy_of_policy_list() local608 tmp_list = NULL; in append_copy_of_policy_list()614 if (!_dbus_list_append (&tmp_list, link->data)) in append_copy_of_policy_list()616 _dbus_list_clear (&tmp_list); in append_copy_of_policy_list()624 while ((link = _dbus_list_pop_first_link (&tmp_list))) in append_copy_of_policy_list()