Searched refs:g_shell_unquote (Results 1 – 7 of 7) sorted by relevance
46 gchar* g_shell_unquote (const gchar *quoted_string,
2503 #undef g_shell_unquote 2504 extern __typeof (g_shell_unquote) g_shell_unquote __attribute((alias("IA__g_shell_unquote"), visibi…
2496 extern __typeof (g_shell_unquote) IA__g_shell_unquote __attribute((visibility("hidden")));2497 #define g_shell_unquote IA__g_shell_unquote macro
222 result = g_shell_unquote (str, &error); in test_shell_unquote()
1032 g_shell_unquote
836 # g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능
86 * glib/gshell.c (g_shell_unquote): Fix memory leak.2001 (main): Added tests for g_shell_quote and g_shell_unquote.2009 * glib/gshell.c (g_shell_unquote): add comment about shell quoting