/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h.in | 109 # define ASN1_ITEM_TEMPLATE(tname) \ argument 112 # define ASN1_ITEM_TEMPLATE_END(tname) \ argument 123 # define static_ASN1_ITEM_TEMPLATE_END(tname) \ argument 158 # define ASN1_SEQUENCE(tname) \ argument 165 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument 177 # define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument 189 # define ASN1_NDEF_SEQUENCE(tname) \ argument 192 # define ASN1_NDEF_SEQUENCE_cb(tname, cb) \ argument 195 # define ASN1_SEQUENCE_cb(tname, cb) \ argument 199 # define ASN1_SEQUENCE_const_cb(tname, const_cb) \ argument [all …]
|
H A D | asn1t.h | 108 # define ASN1_ITEM_TEMPLATE(tname) \ argument 111 # define ASN1_ITEM_TEMPLATE_END(tname) \ argument 122 # define static_ASN1_ITEM_TEMPLATE_END(tname) \ argument 157 # define ASN1_SEQUENCE(tname) \ argument 164 # define ASN1_SEQUENCE_END_name(stname, tname) \ argument 176 # define static_ASN1_SEQUENCE_END_name(stname, tname) \ argument 188 # define ASN1_NDEF_SEQUENCE(tname) \ argument 191 # define ASN1_NDEF_SEQUENCE_cb(tname, cb) \ argument 194 # define ASN1_SEQUENCE_cb(tname, cb) \ argument 198 # define ASN1_SEQUENCE_const_cb(tname, const_cb) \ argument [all …]
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_inq_ctx.c | 83 start_init_context(gss_OID mech, gss_cred_id_t cred, gss_name_t tname, in start_init_context() 101 gss_name_t tname, OM_uint32 flags, gss_ctx_id_t *ctx) in start_accept_context() 125 gss_name_t tname, OM_uint32 flags, gss_ctx_id_t *ctx) in partial_iakerb_acceptor() 165 partial_spnego_acceptor(gss_name_t tname, gss_ctx_id_t *ctx) in partial_spnego_acceptor() 189 gss_name_t tname; in main() local
|
H A D | t_ciflags.c | 40 flagtest(gss_OID mech, gss_cred_id_t icred, gss_name_t tname, in flagtest() 63 gss_name_t tname; in main() local
|
H A D | t_context.c | 42 gss_name_t tname; in main() local
|
H A D | t_srcattrs.c | 44 gss_name_t tname, sname; in main() local
|
H A D | t_export_cred.py | 40 tname = 'p:' + realm.host_princ variable
|
H A D | t_lifetime.c | 69 gss_name_t tname; in main() local
|
H A D | t_err.c | 73 gss_name_t tname; in main() local
|
H A D | common.c | 117 gss_name_t tname, OM_uint32 flags, gss_ctx_id_t *ictx, in establish_contexts() 128 gss_name_t tname, OM_uint32 flags, gss_ctx_id_t *ictx, in establish_contexts_ex()
|
H A D | t_pcontok.c | 150 gss_name_t tname; in main() local
|
H A D | t_enctypes.c | 84 gss_name_t tname; in main() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_descriptions.cpp | 36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | n_pkey.c | 19 #define ASN1_BROKEN_SEQUENCE(tname) \ argument
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_length.c | 248 char *tname = NULL; length_type() local
|
H A D | gen_template.c | 330 tlist_cmp_name(const char * tname,const char * qname) tlist_cmp_name() argument 614 char *tname = NULL, *elname = NULL; template_members() local 647 const char *type = NULL, *tname, *dupname; template_members() local 687 char *tname = NULL; template_members() local [all...] |
H A D | gen_encode.c | 388 char *tname = NULL; encode_type() local
|
H A D | gen_decode.c | 472 char *tname = NULL, *typestring = NULL; decode_type() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 165 static int typeerror (lua_State *L, int narg, const char *tname) { in typeerror() 232 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() 244 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { in luaL_setmetatable() 250 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() 265 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
|
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | assert.c | 87 char tname[64]; in libspl_assertf() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_replay.c | 682 char *tname, uint64_t rflags, vattr_t *wo_vap) in do_zfs_replay_rename() 735 char *tname = (char *)&lrr->lr_data[strlen(sname)+1]; in zfs_replay_rename() local 754 char *tname = (char *)&lrr->lr_data[strlen(sname)+1]; in zfs_replay_rename_exchange() local 805 char *tname = (char *)&lrrw->lr_data[strlen(sname)+1]; in zfs_replay_rename_whiteout() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 822 const char *tname, in TINFO_SETUP_TERM() 1177 _nc_setupterm(const char *tname, in _nc_setupterm() 1207 setupterm(const char *tname, int Filedes, int *errret) in setupterm()
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 193 LUALIB_API int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() 311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() 324 LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { in luaL_setmetatable() 330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() 345 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
|
/freebsd/lib/libmp/tests/ |
H A D | legacy_test.c | 38 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname) in testmcmp()
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_ssl.c | 47 struct ssl_conf_name_st *tname = ssl_names + i; in ssl_module_free() local
|