Searched defs:CONF (Results 1 – 8 of 8) 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/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/include/openssl/ |
D | ossl_typ.h | 141 typedef struct conf_st CONF; typedef
|
/third_party/boringssl/src/include/openssl/ |
D | base.h | 378 typedef struct conf_st CONF; typedef
|