Home
last modified time | relevance | path

Searched defs:cnf (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/usr.sbin/pw/
H A Dpw_group.c101 pw_groupnext(struct userconf *cnf, bool quiet) in pw_groupnext()
173 gr_gidpolicy(struct userconf * cnf, intmax_t id) in gr_gidpolicy()
262 struct userconf *cnf; in pw_group_next() local
368 struct userconf *cnf = NULL; in pw_group_del() local
457 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, in groupadd()
504 struct userconf *cnf = NULL; in pw_group_add() local
592 struct userconf *cnf; in pw_group_mod() local
H A Dpw_user.c133 create_and_populate_homedir(struct userconf *cnf, struct passwd *pwd, in create_and_populate_homedir()
307 pw_uidpolicy(struct userconf * cnf, intmax_t id) in pw_uidpolicy()
361 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) in pw_gidpolicy()
407 pw_homepolicy(struct userconf * cnf, char *homedir, const char *user) in pw_homepolicy()
457 pw_shellpolicy(struct userconf * cnf) in pw_shellpolicy()
492 pw_password(struct userconf * cnf, char const * user) in pw_password()
698 struct userconf *cnf = NULL; in pw_user_next() local
821 struct userconf *cnf = NULL; in pw_user_del() local
1092 validate_grname(struct userconf *cnf, char *group) in validate_grname()
1178 struct userconf *cnf, *cmdcnf; in pw_user_add() local
[all …]
H A Dpw_log.c40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
H A Dpw_conf.c405 write_userconfig(struct userconf *cnf, const char *file) in write_userconfig()
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c83 const CONF *cnf, in provider_conf_params_internal()
164 const CONF *cnf) in provider_conf_params()
201 const char *value, const CONF *cnf) in provider_conf_load()
351 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c315 CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i); in v2i_issuer_alt() local
383 CONF_VALUE *cnf; in v2i_subject_alt() local
479 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local
503 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME()
603 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
H A Dv3_cpols.c97 CONF_VALUE *cnf; variable
170 CONF_VALUE *cnf; in policy_section() local
285 CONF_VALUE *cnf; in notice_section() local
374 CONF_VALUE *cnf; in nref_nos() local
H A Dv3_crld.c68 CONF_VALUE *cnf) in set_dist_point_name()
211 CONF_VALUE *cnf; in crldp_from_section() local
247 CONF_VALUE *cnf; in v2i_crld() local
368 CONF_VALUE *cnf; in v2i_idp() local
H A Dv3_info.c107 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
H A Dv3_akid.c102 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
H A Dv3_pci.c251 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
H A Dv3_sxnet.c101 CONF_VALUE *cnf; in sxnet_v2i() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mstbl.c20 static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf) in stbl_module_init()
64 CONF_VALUE *cnf = NULL; in do_tcreate() local
H A Dasn1_gen.c80 X509V3_CTX cnf; in ASN1_generate_nconf() local
89 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3()
98 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3()
401 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
H A Dasn_moid.c23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_cnf.c43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure()
147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c110 static int conf_diagnostics(const CONF *cnf) in conf_diagnostics()
117 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
249 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run()
285 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso()
406 const CONF *cnf) in module_init()
H A Dconf_ssl.c61 static int ssl_module_init(CONF_IMODULE *md, const CONF *cnf) in ssl_module_init()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_cnf.c21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
/freebsd/crypto/openssl/test/
H A Dconfdump.c17 static void dump_section(const char *name, const CONF *cnf) in dump_section()
/freebsd/crypto/openssl/demos/bio/
H A Dclient-conf.c25 CONF_VALUE *cnf; in main() local
H A Dserver-conf.c33 CONF_VALUE *cnf; in main() local
/freebsd/crypto/openssl/apps/
H A Dasn1parse.c320 CONF *cnf = NULL; in do_generate() local
/freebsd/usr.sbin/uefisign/
H A Duefisign.c156 CONF *cnf; in magic() local
/freebsd/sys/arm/nvidia/
H A Dtegra_gpio.c227 int cnf; in tegra_gpio_pin_getflags() local
265 int cnf; in tegra_gpio_pin_setflags() local

12