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

  /external/dhcpcd-6.8.2/
genembedh 7 CONF=${1:-dhcpcd-definitions.conf}
10 INITDEFINES=$($TOOL_GREP "^define " $CONF | $TOOL_WC -l)
11 INITDEFINE6S=$($TOOL_GREP "^define6 " $CONF | $TOOL_WC -l)
genembedc 5 CONF=${1:-dhcpcd-definitions.conf}
15 $CONF
  /external/boringssl/src/include/openssl/
conf.h 80 * Config files are represented by a |CONF|. */
95 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. The |method|
97 OPENSSL_EXPORT CONF *NCONF_new(void *method);
99 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
100 OPENSSL_EXPORT void NCONF_free(CONF *conf);
103 * |conf|. It returns one on success and zero on error. In the event of an
106 int NCONF_load(CONF *conf, const char *filename, long *out_error_line)
    [all...]
x509v3.h 59 #include <openssl/conf.h>
614 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int ext_nid, char *value);
615 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
616 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
617 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
618 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert)
    [all...]
base.h 281 typedef struct conf_st CONF;
asn1.h     [all...]
  /external/boringssl/src/crypto/conf/
conf.c 57 #include <openssl/conf.h>
99 CONF *NCONF_new(void *method) {
100 CONF *conf; local
106 conf = OPENSSL_malloc(sizeof(CONF));
107 if (conf == NULL) {
111 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp);
112 if (conf->data == NULL) {
113 OPENSSL_free(conf);
    [all...]
  /external/boringssl/src/decrepit/x509/
x509_decrepit.c 15 #include <openssl/conf.h>
19 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
21 CONF *nconf = NULL;
24 if (conf != NULL) {
31 nconf->data = conf;
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 64 #include <openssl/conf.h>
75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
84 /* CONF *conf: Config file */
87 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
96 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
104 /* CONF *conf: Config file *
    [all...]
  /external/libxml2/
check-xinclude-test-suite.py 13 CONF="testdescr.xml"
188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
190 print "Unable to load %s" % CONF
193 testsuite = conf.getRootElement()
217 conf.freeDoc()
check-relaxng-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
362 # Parse the conf file
365 testsuite = libxml2.parseFile(CONF)
369 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-relaxng-test-suite2.py 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
375 # Parse the conf file
378 testsuite = libxml2.parseFile(CONF)
392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-xml-test-suite.py 17 CONF="xml-test-suite/xmlconf/xmlconf.xml"
376 conf = loadNoentDoc(CONF) variable
377 if conf == None:
378 print "Unable to load %s" % CONF
381 testsuite = conf.getRootElement()
405 conf.freeDoc()
check-xsddata-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml")
380 # Parse the conf file
383 testsuite = libxml2.parseFile(CONF)
397 print "%s doesn't start with a testSuite element, aborting" % (CONF)
  /external/toolchain-utils/bestflags/
example_algorithms.py 43 CONF = 'CONF'
44 DEFAULT_CONF = 'conf'
76 if CONF not in meta_data:
79 conf_file = meta_data[CONF]
  /external/selinux/policycoreutils/sestatus/
sestatus.c 23 #define CONF "/etc/sestatus.conf"
25 /* conf file sections */
91 FILE *fp = fopen(CONF, "r");
98 printf("\nUnable to open %s.\n", CONF);
  /system/netd/server/binder/android/net/
INetd.aidl 215 * @param which One of CONF/NEIGH integers, indicating the desired parameter category directory.
223 const int CONF = 1;
  /system/netd/tests/
binder_test.cpp 602 { INetd::IPV4, INetd::CONF, sTun.name().c_str(), "arp_ignore", "1", 0 },
603 { -1, INetd::CONF, sTun.name().c_str(), "arp_ignore", "1", EAFNOSUPPORT },
605 { INetd::IPV4, INetd::CONF, "..", "conf/lo/arp_ignore", "1", EINVAL },
606 { INetd::IPV4, INetd::CONF, ".", "lo/arp_ignore", "1", EINVAL },
607 { INetd::IPV4, INetd::CONF, sTun.name().c_str(), "../all/arp_ignore", "1", EINVAL },
  /external/ltp/pan/cgi/
reconsile.cgi 220 } elsif ($match->{STATUS} =~ /CONF/) {
  /external/boringssl/src/crypto/x509/
asn1_gen.c 138 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
  /external/wpa_supplicant_8/hs20/client/
est.c 386 CONF *ctmp = NULL;
  /system/netd/server/
NetdNativeService.cpp 332 case INetd::CONF:
333 whichStr = "conf";
  /external/curl/tests/
runtests.pl     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 237 milliseconds