Home
last modified time | relevance | path

Searched defs:compile_opts (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Dregex-test.c96 GRegexCompileFlags compile_opts, in test_new()
125 #define TEST_NEW(pattern, compile_opts, match_opts) { \ argument
135 GRegexCompileFlags compile_opts, in test_new_fail()
166 #define TEST_NEW_FAIL(pattern, compile_opts, expected_error) { \ argument
177 GRegexCompileFlags compile_opts, in test_match_simple()
198 #define TEST_MATCH_SIMPLE(pattern, string, compile_opts, match_opts, expected) { \ argument
208 GRegexCompileFlags compile_opts, in test_match()
254 #define TEST_MATCH(pattern, compile_opts, match_opts, string, \ argument
/external/dnsmasq/src/
Ddnsmasq.c21 static char *compile_opts = variable
Doption.c2780 void read_opts(int argc, char **argv, char *compile_opts) in read_opts()