Searched defs:CONF (Results 1 – 11 of 11) sorted by relevance
| /third_party/toybox/toys/posix/ |
| D | getconf.c | 60 #define CONF(n) {"_POSIX_" #n,_SC_ ## n} macro 82 #define CONF(n) {"POSIX2_" #n,_SC_2_ ## n} macro 90 #define CONF(n) {"_XOPEN_" #n,_SC_XOPEN_ ## n} macro 96 #define CONF(n) {#n,_SC_ ## n} macro 123 #define CONF(n) {#n,_PC_ ## n} macro 134 #define CONF(n) {#n,_CS_ ## n} macro 141 #define CONF(n) {#n,n} macro 162 #define CONF(n) {#n,_ ## n} macro
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | conf.rs | 4 pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF; in NCONF_new() 6 pub fn NCONF_free(conf: *mut CONF); in NCONF_free()
|
| D | types.rs | 451 pub enum CONF {} enum
|
| D | x509v3.rs | 54 pub fn X509V3_set_nconf(ctx: *mut X509V3_CTX, conf: *mut CONF); in X509V3_set_nconf()
|
| /third_party/libxml2/ |
| D | check-xinclude-test-suite.py | 13 CONF="testdescr.xml" variable
|
| D | check-relaxng-test-suite2.py | 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml") variable
|
| D | check-relaxng-test-suite.py | 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml") variable
|
| D | check-xsddata-test-suite.py | 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml") variable
|
| D | check-xml-test-suite.py | 17 CONF="xml-test-suite/xmlconf/xmlconf.xml" variable
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | ossl_typ.h | 141 typedef struct conf_st CONF; typedef
|
| /third_party/openssl/include/openssl/ |
| D | types.h | 177 typedef struct conf_st CONF; typedef
|