Home
last modified time | relevance | path

Searched defs:CONF (Results 1 – 7 of 7) 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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dconf.rs4 pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF; in NCONF_new()
6 pub fn NCONF_free(conf: *mut CONF); in NCONF_free()
Dtypes.rs468 pub enum CONF {} enum
Dx509v3.rs60 pub fn X509V3_set_nconf(ctx: *mut X509V3_CTX, conf: *mut CONF); in X509V3_set_nconf()
/third_party/openssl/ohos_lite/include/openssl/
Dossl_typ.h141 typedef struct conf_st CONF; typedef
/third_party/openssl/include/openssl/
Dtypes.h177 typedef struct conf_st CONF; typedef
/third_party/node/deps/openssl/openssl/include/openssl/
Dtypes.h177 typedef struct conf_st CONF; typedef