HomeSort by: relevance | last modified time | path
    Searched defs:default_options (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/testutil/
test_options.c 16 static const OPTIONS default_options[] = { local
20 return default_options;
  /src/crypto/external/bsd/openssl/dist/test/testutil/
test_options.c 16 static const OPTIONS default_options[] = { local
20 return default_options;
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_test_runner.rb 13 @options = UnityTestRunnerGenerator.default_options
24 def self.default_options singleton method in class:UnityTestRunnerGenerator
37 options = self.default_options
  /src/external/gpl3/gcc/dist/gcc/common/
common-target.h 46 struct default_options struct
  /src/external/gpl3/gcc.old/dist/gcc/common/
common-target.h 46 struct default_options struct
  /src/external/bsd/dhcpcd/dist/src/
if-options.c 64 static unsigned long long default_options; variable
2686 if (default_options == 0) {
2687 default_options |= DHCPCD_CONFIGURE | DHCPCD_DAEMONISE |
2693 default_options |= DHCPCD_IPV4 | DHCPCD_ARP |
2701 default_options |= DHCPCD_IPV6 | DHCPCD_IPV6RS |
2707 default_options |= DHCPCD_DEV;
2710 ifo->options |= default_options;

Completed in 26 milliseconds