Home
last modified time | relevance | path

Searched defs:CONF (Results 1 – 8 of 8) sorted by relevance

/third_party/toybox/toys/posix/
Dgetconf.c60 #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/
Dcheck-xinclude-test-suite.py13 CONF="testdescr.xml" variable
Dcheck-relaxng-test-suite2.py18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml") variable
Dcheck-relaxng-test-suite.py19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml") variable
Dcheck-xsddata-test-suite.py19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml") variable
Dcheck-xml-test-suite.py17 CONF="xml-test-suite/xmlconf/xmlconf.xml" variable
/third_party/openssl/include/openssl/
Dossl_typ.h141 typedef struct conf_st CONF; typedef
/third_party/boringssl/src/include/openssl/
Dbase.h378 typedef struct conf_st CONF; typedef