/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_sign.c | 147 int signid, paramtype, buf_len = 0; in ASN1_item_sign_ctx() local 196 paramtype = V_ASN1_NULL; in ASN1_item_sign_ctx() 198 paramtype = V_ASN1_UNDEF; in ASN1_item_sign_ctx() 201 X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL); in ASN1_item_sign_ctx() 203 X509_ALGOR_set0(algor2, OBJ_nid2obj(signid), paramtype, NULL); in ASN1_item_sign_ctx()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_sign.c | 159 int signid, paramtype, buf_len = 0; in ASN1_item_sign_ctx() local 251 paramtype = V_ASN1_NULL; in ASN1_item_sign_ctx() 253 paramtype = V_ASN1_UNDEF; in ASN1_item_sign_ctx() 256 X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL); in ASN1_item_sign_ctx() 258 X509_ALGOR_set0(algor2, OBJ_nid2obj(signid), paramtype, NULL); in ASN1_item_sign_ctx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | statementsem.c | 509 bool declareVariable(ForeachStatement *fs, Type *paramtype, TupleExp *te, in declareVariable() argument 553 if (paramtype) in declareVariable() 562 if (paramtype) in declareVariable() 601 if (paramtype) in declareVariable() 619 Type *paramtype, TupleExp *te, TypeTuple *tuple, in makeTupleForeachBody() argument 684 if (!declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody() 695 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody() 709 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody() 780 Type *paramtype = (*fs->parameters)[dim-1]->type; in makeTupleForeach() local 781 if (paramtype) in makeTupleForeach() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | statementsem.d | 4268 Type paramtype = (*fs.parameters)[dim - 1].type; in makeTupleForeach() local 4269 if (paramtype) in makeTupleForeach() 4271 paramtype = paramtype.typeSemantic(loc, sc); in makeTupleForeach() 4272 if (paramtype.ty == Terror) in makeTupleForeach() 4424 if (paramtype) in makeTupleForeach() 4433 if (paramtype) in makeTupleForeach() 4480 if (paramtype) in makeTupleForeach()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 746 .paramtype { 771 .params .paramtype, .tparams .paramtype {
|
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/ |
H A D | customdoxygen.css | 699 .paramtype { 731 .params .paramtype {
|
H A D | doxygen.css | 645 .paramtype { 670 .params .paramtype {
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 5797 tree paramtype = TREE_TYPE (param); in check_nonnull_arg() local 5798 if (TREE_CODE (paramtype) != POINTER_TYPE in check_nonnull_arg() 5799 && TREE_CODE (paramtype) != NULLPTR_TYPE) in check_nonnull_arg()
|