Searched refs:g_shell_unquote (Results 1 – 7 of 7) sorted by relevance
47 gchar* g_shell_unquote (const gchar *quoted_string,
269 g_shell_unquote (const gchar *quoted_string, in g_shell_unquote() function676 argv[i] = g_shell_unquote (tmp_list->data, error); in g_shell_parse_argv()
1381 result = g_shell_unquote (value, NULL); in get_os_info_from_os_release()
3722 command_line = g_shell_unquote (ai->exec, &unquote_error); in g_bookmark_file_get_application_info()
174 out = g_shell_unquote (test->in, &error); in do_unquote_test()
1581 g_shell_unquote
5710 # g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능