Searched refs:compile_opts (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/tests/
H A Dregex-test.c96 GRegexCompileFlags compile_opts,
103 regex = g_regex_new (pattern, compile_opts, match_opts, NULL);
107 pattern, compile_opts, match_opts);
125 #define TEST_NEW(pattern, compile_opts, match_opts) { \
127 if (test_new (pattern, compile_opts, match_opts)) \
135 GRegexCompileFlags compile_opts,
143 regex = g_regex_new (pattern, compile_opts, 0, &error);
148 pattern, compile_opts);
157 pattern, compile_opts, error->code, expected_error);
166 #define TEST_NEW_FAIL(pattern, compile_opts, expected_erro
95 test_new(const gchar *pattern, GRegexCompileFlags compile_opts, GRegexMatchFlags match_opts) argument
134 test_new_fail(const gchar *pattern, GRegexCompileFlags compile_opts, GRegexError expected_error) argument
175 test_match_simple(const gchar *pattern, const gchar *string, GRegexCompileFlags compile_opts, GRegexMatchFlags match_opts, gboolean expected) argument
207 test_match(const gchar *pattern, GRegexCompileFlags compile_opts, GRegexMatchFlags match_opts, const gchar *string, gssize string_len, gint start_position, GRegexMatchFlags match_opts2, gboolean expected) argument
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.c21 static char *compile_opts = variable
115 read_opts(argc, argv, compile_opts);
462 my_syslog(LOG_INFO, _("compile time options: %s"), compile_opts);
H A Ddnsmasq.h764 void read_opts (int argc, char **argv, char *compile_opts);
H A Doption.c2780 void read_opts(int argc, char **argv, char *compile_opts) argument
2848 printf(_("Compile time options %s\n\n"), compile_opts);

Completed in 113 milliseconds