Searched defs:CONF (Results 1 – 7 of 7) sorted by relevance
60 #define CONF(n) {"_POSIX_" #n,_SC_ ## n} macro82 #define CONF(n) {"POSIX2_" #n,_SC_2_ ## n} macro90 #define CONF(n) {"_XOPEN_" #n,_SC_XOPEN_ ## n} macro96 #define CONF(n) {#n,_SC_ ## n} macro123 #define CONF(n) {#n,_PC_ ## n} macro134 #define CONF(n) {#n,_CS_ ## n} macro141 #define CONF(n) {#n,n} macro162 #define CONF(n) {#n,_ ## n} macro
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()
468 pub enum CONF {} enum
60 pub fn X509V3_set_nconf(ctx: *mut X509V3_CTX, conf: *mut CONF); in X509V3_set_nconf()
141 typedef struct conf_st CONF; typedef
177 typedef struct conf_st CONF; typedef