Home
last modified time | relevance | path

Searched defs:defn (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/engine/
H A Deng_ctrl.c27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null()
34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name()
47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num()
/freebsd/usr.bin/m4/
H A Dlook.c117 setup_definition(struct macro_definition *d, const char *defn, const char *name) in setup_definition()
156 macro_define(const char *name, const char *defn) in macro_define()
170 macro_pushdef(const char *name, const char *defn) in macro_pushdef()
H A Deval.c610 dodefine(const char *name, const char *defn) in dodefine()
647 dopushdef(const char *name, const char *defn) in dopushdef()
H A Dmdef.h137 char *defn; /* definition.. */ member
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_query.c17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() local
H A Ddefn_cache.c27 OSSL_PROPERTY_LIST *defn; member
H A Dproperty_parse.c344 ossl_parse_property(OSSL_LIB_CTX * ctx,const char * defn) ossl_parse_property() argument
471 ossl_property_match_count(const OSSL_PROPERTY_LIST * query,const OSSL_PROPERTY_LIST * defn) ossl_property_match_count() argument
/freebsd/crypto/openssl/test/
H A Dproperty_test.c81 const char *defn; member
307 const char *defn; member
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c339 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv() local
866 void *defn; in fwd_redir() local
907 tdesc_t *defn; in redir_mstr_fwd_cb() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c582 bhnd_nvram_get_vardefn_id(const struct bhnd_nvram_vardefn *defn) in bhnd_nvram_get_vardefn_id()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1038 ccp_sha_single_desc(struct ccp_queue *qp, const struct SHA_Defn *defn, in ccp_sha_single_desc()
1075 const struct SHA_Defn *defn; in ccp_sha() local
1159 const struct SHA_Defn *defn; in ccp_sha_copy_result() local
/freebsd/contrib/one-true-awk/
H A Dparse.c256 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function