Searched defs:compile_opts (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/tests/ |
D | regex-test.c | 96 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/ |
D | dnsmasq.c | 21 static char *compile_opts = variable
|
D | option.c | 2780 void read_opts(int argc, char **argv, char *compile_opts) in read_opts()
|