Home
last modified time | relevance | path

Searched refs:g_shell_unquote (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgshell.h46 gchar* g_shell_unquote (const gchar *quoted_string,
Dgaliasdef.c2503 #undef g_shell_unquote
2504 extern __typeof (g_shell_unquote) g_shell_unquote __attribute((alias("IA__g_shell_unquote"), visibi…
Dgalias.h2496 extern __typeof (g_shell_unquote) IA__g_shell_unquote __attribute((visibility("hidden")));
2497 #define g_shell_unquote IA__g_shell_unquote macro
/external/bluetooth/glib/tests/
Dshell-test.c222 result = g_shell_unquote (str, &error); in test_shell_unquote()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1032 g_shell_unquote
/external/bluetooth/glib/po/
Dko.po836 # g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능
/external/bluetooth/glib/
DChangeLog.pre-2-086 * 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