Searched refs:attribs (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dhtml.h28 char *attribs; member in struct:hstack
H A Dhtml.c408 push_tag (char *tag, char *attribs)
413 newstack->attribs = xstrdup (attribs);
430 free (htmlstack->attribs);
519 old_attribs = htmlstack->attribs;
404 push_tag(char *tag, char *attribs) argument
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11.c437 CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3],
460 /* XXX 3 attributes in attribs[] */
462 attribs[i].pValue = NULL;
463 attribs[i].ulValueLen = 0;
469 if ((rv = f->C_GetAttributeValue(session, obj, attribs, 3))
475 if (attribs[0].ulValueLen == 0 ||
476 attribs[1].ulValueLen == 0 ||
477 attribs[2].ulValueLen == 0) {
482 attribs[i].pValue = xmalloc(attribs[
436 pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx, CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3], Key ***keysp, int *nkeys) argument
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c132 int attribs, unsigned long chtype);
138 int attribs, unsigned long chtype);
140 STACK_OF(CONF_VALUE) *attr, int attribs,
1149 int attribs, unsigned long chtype)
1191 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1196 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1233 int attribs, unsigned long chtype)
1332 if (attribs) {
1399 STACK_OF(CONF_VALUE) *attr_sk, int attribs,
1451 if (attribs) {
1148 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1230 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1398 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
H A Dca.c318 STACK_OF(CONF_VALUE) *attribs = NULL;
1069 if ((attribs = NCONF_get_section(conf, policy)) == NULL) {
1080 j = certify_spkac(&x, spkac_file, pkey, x509, dgst, attribs, db,
1104 j = certify_cert(&x, ss_cert_file, pkey, x509, dgst, attribs,
1124 j = certify(&x, infile, pkey, x509p, dgst, attribs, db,
1143 j = certify(&x, argv[i], pkey, x509p, dgst, attribs, db,
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c708 begin_while_stmt (tree attribs) argument
713 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE, attribs);
745 begin_do_stmt (tree attribs) argument
750 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE, attribs, NULL_TREE);
816 begin_for_stmt (tree attribs) argument
823 NULL_TREE, NULL_TREE, attribs);
H A Dparser.c10735 tree identifier, attribs;
10750 attribs = cp_parser_attributes_opt (parser);
10755 push_namespace_with_attribs (identifier, attribs);
10963 tree attribs;
10980 attribs = cp_parser_attributes_opt (parser);
10982 parse_using_directive (namespace_decl, attribs);
10733 tree identifier, attribs; local
10961 tree attribs; local
H A Dname-lookup.c3403 parse_using_directive (tree namespace, tree attribs)
3409 for (a = attribs; a; a = TREE_CHAIN (a))
3398 parse_using_directive(tree namespace, tree attribs) argument
H A Ddecl.c1286 tree attribs = (*targetm.merge_type_attributes)
1289 type = cp_build_type_attribute_variant (type, attribs);
1281 tree attribs = (*targetm.merge_type_attributes) local
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile80 C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcofflink.c1239 char *attribs;
1247 s = get_name (s, &attribs);
1251 switch (*attribs++)
1238 char *attribs; local

Completed in 292 milliseconds