HomeSort by relevance Sort by last modified time
    Searched refs:compile_opts (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/tests/
regex-test.c 96 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_error) {
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 21 static char *compile_opts = variable
115 read_opts(argc, argv, compile_opts);
462 my_syslog(LOG_INFO, _("compile time options: %s"), compile_opts);
    [all...]
dnsmasq.h 764 void read_opts (int argc, char **argv, char *compile_opts);
option.c     [all...]

Completed in 186 milliseconds