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

/freebsd-10.0-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-10.0-release/crypto/openssh/
H A Dssh-pkcs11.c403 CK_ATTRIBUTE attribs[] = { local
421 /* XXX 3 attributes in attribs[] */
423 attribs[i].pValue = NULL;
424 attribs[i].ulValueLen = 0;
430 if ((rv = f->C_GetAttributeValue(session, obj, attribs, 3))
436 if (attribs[0].ulValueLen == 0 ||
437 attribs[1].ulValueLen == 0 ||
438 attribs[2].ulValueLen == 0) {
443 attribs[i].pValue = xmalloc(attribs[
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dreq.c129 int attribs,unsigned long chtype);
134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
137 STACK_OF(CONF_VALUE) *attr, int attribs,
1116 int attribs, unsigned long chtype)
1162 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1168 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1202 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1305 if (attribs)
1380 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1430 if (attribs)
1115 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1200 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
1379 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.c316 STACK_OF(CONF_VALUE) *attribs=NULL;
1173 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1188 attribs,db, serial,subj,chtype,multirdn,
1213 attribs,
1233 j=certify(&x,infile,pkey,x509p,dgst,sigopts, attribs,db,
1253 j=certify(&x,argv[i],pkey,x509p,dgst,sigopts,attribs,db,
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile81 C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcofflink.c1239 char *attribs;
1247 s = get_name (s, &attribs);
1251 switch (*attribs++)
1238 char *attribs; local
/freebsd-10.0-release/contrib/gcc/cp/
H A Dparser.c10645 tree identifier, attribs;
10660 attribs = cp_parser_attributes_opt (parser);
10665 push_namespace_with_attribs (identifier, attribs);
10873 tree attribs;
10890 attribs = cp_parser_attributes_opt (parser);
10892 parse_using_directive (namespace_decl, attribs);
10643 tree identifier, attribs; local
10871 tree attribs; local
H A Dname-lookup.c3371 parse_using_directive (tree namespace, tree attribs)
3377 for (a = attribs; a; a = TREE_CHAIN (a))
3366 parse_using_directive(tree namespace, tree attribs) argument
H A Ddecl.c1274 tree attribs = (*targetm.merge_type_attributes)
1277 type = cp_build_type_attribute_variant (type, attribs);
1269 tree attribs = (*targetm.merge_type_attributes) local

Completed in 298 milliseconds