Searched refs:g_pattern_match_simple (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgpattern.h44 gboolean g_pattern_match_simple (const gchar *pattern,
H A Dgpattern.c326 g_pattern_match_simple (const gchar *pattern, function
H A Dgtestutils.c1781 if (stdout_pattern && match_result == !g_pattern_match_simple (stdout_pattern, test_trap_last_stdout))
1787 if (stderr_pattern && match_result == !g_pattern_match_simple (stderr_pattern, test_trap_last_stderr))
H A Dgaliasdef.c2033 #undef g_pattern_match_simple macro
2034 extern __typeof (g_pattern_match_simple) g_pattern_match_simple __attribute((alias("IA__g_pattern_match_simple"), visibility("default")));
H A Dgalias.h2026 extern __typeof (g_pattern_match_simple) IA__g_pattern_match_simple __attribute((visibility("hidden")));
2027 #define g_pattern_match_simple IA__g_pattern_match_simple macro
/external/bluetooth/glib/tests/
H A Dpatterntest.c153 if (g_pattern_match_simple (pattern, string) != match)

Completed in 70 milliseconds