/netbsd-src/external/bsd/blocklist/bin/ |
H A D | conf.h | 36 struct conf { struct 50 struct conf *cs_c; argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/ |
H A D | conf_def.h | 30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 38 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument [all …]
|
H A D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() 45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() 66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() 120 int _CONF_new_data(CONF *conf) in _CONF_new_data() 136 void _CONF_free_data(CONF *conf) in _CONF_free_data() 158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash() 185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
H A D | conf_def.h | 29 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 30 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 31 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 32 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 33 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 34 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 36 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 37 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 38 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument
|
H A D | conf_lib.c | 25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() 109 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_string() 121 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, in CONF_get_number() 139 void CONF_free(LHASH_OF(CONF_VALUE) *conf) in CONF_free() 147 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) in CONF_dump_fp() 162 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) in CONF_dump_bio() 193 void NCONF_free(CONF *conf) in NCONF_free() 200 void NCONF_free_data(CONF *conf) in NCONF_free_data() 207 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load() 218 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp() [all …]
|
H A D | conf_def.c | 48 #define scan_esc(conf,p) (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2))) argument 115 static int def_init_default(CONF *conf) in def_init_default() 127 static int def_init_WIN32(CONF *conf) in def_init_WIN32() 139 static int def_destroy(CONF *conf) in def_destroy() 148 static int def_destroy_data(CONF *conf) in def_destroy_data() 156 static int def_load(CONF *conf, const char *name, long *line) in def_load() 180 static int def_load_bio(CONF *conf, BIO *in, long *line) in def_load_bio() 489 static void clear_comments(CONF *conf, char *p) in clear_comments() 526 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() 774 static int is_keytype(const CONF *conf, char c, unsigned short type) in is_keytype() [all …]
|
H A D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() 48 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() 70 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() 126 int _CONF_new_data(CONF *conf) in _CONF_new_data() 143 void _CONF_free_data(CONF *conf) in _CONF_free_data() 161 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash() 189 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
H A D | ts_conf.c | 116 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() 126 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() 144 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() 188 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert() 212 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() 234 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key() 257 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest() 281 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy() 305 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 337 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/ |
H A D | ts_conf.c | 123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() 133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() 151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() 194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert() 218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() 240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key() 263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest() 287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy() 312 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests() [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
H A D | ppm.h | 100 typedef struct conf { struct 106 } conf; typedef
|
/netbsd-src/tests/lib/libc/db/ |
H A D | t_db_hash_seq.c | 47 struct conf { struct 48 struct sockaddr_storage c_ss; 49 int c_lmask; 50 int c_port; 51 int c_proto; 52 int c_family; 53 int c_uid; 54 int c_nfail; 55 char c_name[128]; 56 int c_rmask; [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
H A D | tcsd_conf.c | 70 init_tcsd_config(struct tcsd_config *conf) in init_tcsd_config() 93 platform_class_list_append(struct tcsd_config *conf, char *specName, TSS_BOOL is_main) in platform_class_list_append() 140 config_set_defaults(struct tcsd_config *conf) in config_set_defaults() 258 tcsd_set_remote_op(struct tcsd_config *conf, char *op_name) in tcsd_set_remote_op() 276 read_conf_line(char *buf, int line_num, struct tcsd_config *conf) in read_conf_line() 673 read_conf_file(FILE *f, struct tcsd_config *conf) in read_conf_file() 702 conf_file_final(struct tcsd_config *conf) in conf_file_final() 739 conf_file_init(struct tcsd_config *conf) in conf_file_init()
|
/netbsd-src/external/mpl/bind/dist/lib/irs/ |
H A D | resconf.c |
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_conf.c | 36 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 55 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 69 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 300 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 331 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 342 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf() 353 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf() 426 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 444 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf() 454 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, in X509V3_EXT_conf_nid() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | v3_conf.c | 34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int() 58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 309 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 341 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 354 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf() 367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf() 436 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 480 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf() [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | resconf.c | 288 resconf_parsenameserver(irs_resconf_t *conf, FILE *fp) { in resconf_parsenameserver() 318 resconf_parsedomain(irs_resconf_t *conf, FILE *fp) { in resconf_parsedomain() 355 resconf_parsesearch(irs_resconf_t *conf, FILE *fp) { in resconf_parsesearch() 407 resconf_parsesortlist(irs_resconf_t *conf, FILE *fp) { in resconf_parsesortlist() 463 resconf_parseoption(irs_resconf_t *conf, FILE *fp) { in resconf_parseoption() 499 add_search(irs_resconf_t *conf, char *domain) { in add_search() 517 irs_resconf_t *conf; in irs_resconf_load() local 639 irs_resconf_t *conf; in irs_resconf_destroy() local 673 irs_resconf_getnameservers(irs_resconf_t *conf) { in irs_resconf_getnameservers() 680 irs_resconf_getsearchlist(irs_resconf_t *conf) { in irs_resconf_getsearchlist() [all …]
|
H A D | dnsconf.c | 50 configure_key(isc_mem_t *mctx, const cfg_obj_t *key, irs_dnsconf_t *conf, in configure_key() 147 configure_keygroup(irs_dnsconf_t *conf, const cfg_obj_t *keys, in configure_keygroup() 173 configure_dnsseckeys(irs_dnsconf_t *conf, cfg_obj_t *cfgobj, in configure_dnsseckeys() 215 irs_dnsconf_t *conf; in irs_dnsconf_load() local 268 irs_dnsconf_t *conf; in irs_dnsconf_destroy() local 289 irs_dnsconf_gettrustedkeys(irs_dnsconf_t *conf) { in irs_dnsconf_gettrustedkeys()
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | manpath.c | 41 manconf_parse(struct manconf *conf, const char *file, in manconf_parse() 151 manconf_free(struct manconf *conf) in manconf_free() 166 manconf_file(struct manconf *conf, const char *file) in manconf_file() 232 manconf_output(struct manoutput *conf, const char *cp, int fromfile) in manconf_output()
|
/netbsd-src/sys/dev/isapnp/ |
H A D | isapnpres.c | 118 struct isapnp_attach_args *ipa, *conf = ISAPNP_MALLOC(sizeof(*conf)); in isapnp_newconf() local 175 struct isapnp_attach_args *dev, *conf, *d, *c, *pa; in isapnp_flatten() local 218 …truct isapnp_attach_args **card, struct isapnp_attach_args **dev, struct isapnp_attach_args **conf) in isapnp_process_tag() 446 struct isapnp_attach_args *card, *dev = NULL, *conf = NULL; in isapnp_get_resource() local
|
/netbsd-src/sys/dev/pwm/ |
H A D | pwm.c | 51 pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf) in pwm_get_config() 57 pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf) in pwm_set_config()
|
/netbsd-src/usr.sbin/mlxctl/ |
H A D | config.c | 125 struct conf_config conf; in cmd_config() local 175 print_sys_drive(struct conf_config *conf, int drvno) in print_sys_drive() 222 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
|
/netbsd-src/sys/arch/arm/imx/ |
H A D | imxpwm.c | 85 imxpwm_get_config(pwm_tag_t pwm, struct pwm_config *conf) in imxpwm_get_config() 108 imxpwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf) in imxpwm_set_config() 174 struct pwm_config conf = { in imxpwm_attach_common() local
|
/netbsd-src/usr.sbin/nfsd/ |
H A D | nfsd.c | 142 struct conf { struct 144 struct netconfig *nc; argument 162 tryconf(struct conf *cfg, int t, int reregister) in tryconf() argument
|
/netbsd-src/usr.sbin/faithd/ |
H A D | prefix.c | 191 struct config *conf; in config_load1() local 266 struct config *conf, *p; in config_load() local 325 static struct config conf; in config_match() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | fipsinstall.c | 189 CONF *conf = NULL; in generate_config_and_load() local 216 static void free_config_and_unload(CONF *conf) in free_config_and_unload() 241 CONF *conf = NULL; in verify_config() local 312 CONF *conf = NULL; in fipsinstall_main() local
|