Searched refs:attr (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gzip/
H A Dzip.c37 ush attr = 0; /* ascii/binary flag */ local
61 ct_init(&attr, &method);
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtemplates.h64 xmlAttrPtr attr);
67 const xmlChar* attr);
H A Dxslt.c1899 xmlAttrPtr attr = elem->properties; local
1901 while (attr != NULL) {
1902 if (attr->ns == NULL) {
1903 attr = attr->next;
1956 attr = attr->next;
2454 * TODO: Better to report the attr-node, otherwise
2620 xmlAttrPtr attr; local
2628 attr
2712 xmlAttrPtr attr; local
2798 xmlAttrPtr attr; local
3261 xmlAttrPtr attr = cur->properties; local
4147 xmlAttrPtr attr; local
4377 xmlAttrPtr attr = cur->properties; local
4408 xmlAttrPtr attr = cur->properties; local
4629 xmlAttrPtr attr = cur->properties; local
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Dframe_buffer_console.cpp93 foreground_color(uint8 attr) argument
95 return attr & 0x7;
100 background_color(uint8 attr) argument
102 return (attr >> 4) & 0x7;
123 render_glyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
133 uint8* color = get_palette_entry(foreground_color(attr));
134 uint8* backgroundColor = get_palette_entry(background_color(attr));
237 console_put_glyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
243 render_glyph(x, y, glyph, attr);
249 uint8 attr)
248 console_fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) argument
303 console_clear(uint8 attr) argument
[all...]
/haiku-fatelf/src/kits/tracker/
H A DAttributeStream.cpp90 AttributeInfo::SetTo(const AttributeInfo &attr) argument
92 fName = attr.fName;
93 fInfo = attr.fInfo;
332 const AttributeInfo* attr; local
333 while ((attr = fReadFrom->Next()) != 0) {
335 off_t result = fNode->WriteAttr(attr->Name(), attr->Type(), 0,
336 data, (size_t)attr->Size());
337 if (result < attr->Size())
505 const AttributeInfo* attr local
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dfirework.c50 int attr; local
51 attr = (rand() % 16) + 1;
54 if (attr > 8) {
56 attr &= 7;
58 return (attr);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_yield/
H A D1-1.c197 pthread_attr_t attr; local
237 pthread_attr_init(&attr);
238 pthread_attr_setinheritsched(&attr, PTHREAD_INHERIT_SCHED);
241 if(pthread_create(&tid, &attr, busy_thread, &thread_cpu) != 0) {
246 if(pthread_create(&tid_runner, &attr, runner, &thread_cpu) != 0) {
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c511 xmlSchemaAttributeUsePtr next; /* The next attr. use. */
513 * The attr. decl. OR a QName-ref. to an attr. decl. OR
1643 xmlSchemaAttributePtr attr; local
1645 attr = (xmlSchemaAttributePtr) item;
1649 attr->targetNamespace, attr->name));
2813 * @attr: the illegal attribute node
2822 xmlAttrPtr attr,
2828 xmlSchemaFormatItemForReport(&des, NULL, ownerItem, attr
2818 xmlSchemaPCustomAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlChar **ownerDes, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *msg) argument
2859 xmlSchemaPIllegalAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerComp ATTRIBUTE_UNUSED, xmlAttrPtr attr) argument
3043 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *name1, const char *name2) argument
3707 xmlSchemaFreeAttribute(xmlSchemaAttributePtr attr) argument
5760 xmlSchemaPValAttrNodeQNameValue(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, const xmlChar **uri, const xmlChar **local) argument
5841 xmlSchemaPValAttrNodeQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar **uri, const xmlChar **local) argument
5880 xmlAttrPtr attr; local
5907 xmlSchemaPValAttrNodeID(xmlSchemaParserCtxtPtr ctxt, xmlAttrPtr attr) argument
5966 xmlAttrPtr attr; local
5990 xmlAttrPtr attr; local
6055 xmlAttrPtr attr; local
6234 xmlSchemaPValAttrNodeValue(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, xmlSchemaTypePtr type) argument
6307 xmlSchemaPValAttrNode(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, xmlSchemaTypePtr type, const xmlChar **value) argument
6353 xmlAttrPtr attr; local
6381 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, xmlNodePtr node, xmlAttrPtr attr, const xmlChar *namespaceName) argument
6487 xmlAttrPtr attr; local
6704 xmlAttrPtr attr; local
6869 xmlAttrPtr attr; local
7007 xmlAttrPtr attr; local
7081 xmlAttrPtr attr; local
7471 xmlAttrPtr attr; local
7623 xmlAttrPtr attr; local
7755 xmlAttrPtr attr; local
7962 xmlSchemaCheckCSelectorXPath(xmlSchemaParserCtxtPtr ctxt, xmlSchemaIDCPtr idc, xmlSchemaIDCSelectPtr selector, xmlAttrPtr attr, int isField) argument
8186 xmlAttrPtr attr; local
8284 xmlAttrPtr attr; local
8433 xmlAttrPtr attr, nameAttr; local
8829 xmlAttrPtr attr; local
8998 xmlAttrPtr attr; local
9110 xmlAttrPtr attr; local
9324 xmlAttrPtr attr; local
9426 xmlAttrPtr attr; local
9605 xmlAttrPtr attr; local
10664 xmlAttrPtr attr; local
10811 xmlAttrPtr attr; local
11169 xmlAttrPtr attr; local
11433 xmlAttrPtr attr; local
11737 xmlAttrPtr attr; local
11873 xmlAttrPtr attr; local
11963 xmlAttrPtr attr; local
12058 xmlAttrPtr attr; local
19361 xmlSchemaCheckAttrPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributePtr attr) argument
23621 xmlSchemaAttrInfoPtr attr; local
24805 xmlSchemaAttrInfoPtr attr; local
27263 xmlSchemaAttrInfoPtr attr; local
27438 xmlAttrPtr attr; local
[all...]
H A Dc14n.c705 xmlAttrPtr attr; local
790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
796 if((attr->ns != NULL) && !xmlC14NIsXmlNs(attr->ns) && xmlC14NIsVisible(ctx, attr, cur)) {
797 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx);
798 xmlC14NVisibleNsStackAdd(ctx->ns_rendered, attr
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx) argument
980 xmlAttrPtr attr; local
[all...]
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppContent.cpp51 istream& operator >> (istream &is, DATETIME &attr) argument
56 ostream& operator << (ostream &os, const DATETIME &attr) argument
696 IppNoValueAttribute *attr = new IppNoValueAttribute((IPP_TAG)tag); local
697 is >> *attr; local
698 attrs.push_back(attr);
706 IppIntegerAttribute *attr = new IppIntegerAttribute((IPP_TAG)tag); local
707 is >> *attr; local
708 attrs.push_back(attr);
713 IppBooleanAttribute *attr = new IppBooleanAttribute((IPP_TAG)tag); local
714 is >> *attr; local
733 IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag); local
734 is >> *attr; local
740 IppDatetimeAttribute *attr = new IppDatetimeAttribute((IPP_TAG)tag); local
741 is >> *attr; local
747 IppResolutionAttribute *attr = new IppResolutionAttribute((IPP_TAG)tag); local
748 is >> *attr; local
754 IppRangeOfIntegerAttribute *attr = new IppRangeOfIntegerAttribute((IPP_TAG)tag); local
755 is >> *attr; local
762 IppDoubleStringAttribute *attr = new IppDoubleStringAttribute((IPP_TAG)tag); local
763 is >> *attr; local
788 IppStringAttribute *attr = new IppStringAttribute((IPP_TAG)tag); local
789 is >> *attr; local
[all...]
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcgen.h143 #define CGEN_ATTR_MASK(attr) (1 << (attr))
147 #define CGEN_BOOL_ATTR(attrs, attr) ((CGEN_ATTR_MASK (attr) & (attrs)) != 0)
155 #define CGEN_ATTR_VALUE(obj, attr_table, attr) \
156 ((unsigned int) (attr) < CGEN_ATTR_NBOOL_OFFSET \
157 ? ((CGEN_ATTR_BOOLS (attr_table) & CGEN_ATTR_MASK (attr)) != 0) \
158 : ((attr_table)->nonbool[(attr) - CGEN_ATTR_NBOOL_OFFSET]))
443 #define CGEN_HW_ATTR_VALUE(hw, attr) \
444 CGEN_ATTR_VALUE ((hw), CGEN_HW_ATTRS (hw), (attr))
[all...]
/haiku-fatelf/src/kits/mail/
H A DMailMessage.cpp799 BString attr; local
801 attr = To();
802 attributed->WriteAttrString(B_MAIL_ATTR_TO,&attr);
803 attr = CC();
804 attributed->WriteAttrString(B_MAIL_ATTR_CC,&attr);
805 attr = Subject();
806 attributed->WriteAttrString(B_MAIL_ATTR_SUBJECT,&attr);
807 attr = ReplyTo();
808 attributed->WriteAttrString(B_MAIL_ATTR_REPLY,&attr);
809 attr
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Defs.c159 a = ctx->attr;
167 if (na && !(ctx->attr->flags & ATTR_IS_ENCRYPTED)) {
344 ntfs_log_error("attr lookup for AT_DATA attribute failed in efs fixup\n");
410 ntfs_log_error("attr lookup for AT_DATA attribute failed in efs fixup\n");
423 ctx->attr->data_size = cpu_to_le64(newsize);
424 if (le64_to_cpu(ctx->attr->initialized_size) > newsize)
425 ctx->attr->initialized_size = ctx->attr->data_size;
426 ctx->attr->flags |= ATTR_IS_ENCRYPTED;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DNumberLinesEmitter.java153 AttributeCollection attr = (AttributeCollection)elem.getAttributes();
156 for (int acount = 0; acount < attr.getLength(); acount++) {
157 String localName = attr.getLocalName(acount);
158 int nameCode = attr.getNameCode(acount);
159 String type = attr.getType(acount);
160 String value = attr.getValue(acount);
161 String uri = attr.getURI(acount);
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_mutex.cpp33 const pthread_mutexattr* attr = _attr != NULL local
39 mutex->flags = attr->type | (attr->process_shared ? MUTEX_FLAG_SHARED : 0);
H A Dpthread_cond.cpp32 const pthread_condattr* attr = _attr != NULL local
36 if (attr->process_shared)
/haiku-fatelf/src/bin/
H A Dwatch.c224 int attr = 0; local
252 attr = !first_screen
258 if (attr)
261 if (attr)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D3-1.c15 * 3/13/03 - Added fix from Gregoire Pichon for specifying an attr
53 struct mq_attr attr; local
60 attr.mq_msgsize = BUFFER;
61 attr.mq_maxmsg = MAXMSG;
62 queue = mq_open(qname, O_CREAT |O_RDWR, S_IRUSR | S_IWUSR, &attr);
H A D3-2.c17 * 3/13/03 - Added fix from Gregoire Pichon for specifying an attr
56 struct mq_attr attr; local
62 attr.mq_msgsize = BUFFER;
63 attr.mq_maxmsg = BUFFER;
64 queue = mq_open(qname, O_CREAT |O_RDWR, S_IRUSR | S_IWUSR, &attr);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java434 AttributesImpl attr = new AttributesImpl();
442 attr.addAttribute(a.getNamespaceURI(),
451 attr.addAttribute("", "column-width", "column-width", "CDATA", widths[colnum]);
453 attr.addAttribute("", "width", "width", "CDATA", widths[colnum]);
459 attr);
480 Attr attr = (Attr) nnm.item(count);
481 String name = attr.getName();
485 attrs.addAttribute(attr.getNamespaceURI(), attr.getName(),
486 attr
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java441 AttributesImpl attr = new AttributesImpl();
449 attr.addAttribute(a.getNamespaceURI(),
458 attr.addAttribute("", "column-width", "column-width", "CDATA", widths[colnum]);
460 attr.addAttribute("", "width", "width", "CDATA", widths[colnum]);
466 attr);
487 Attr attr = (Attr) nnm.item(count);
488 String name = attr.getName();
492 attrs.addAttribute(attr.getNamespaceURI(), attr.getName(),
493 attr
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dutil.c313 pat->u.caretpos = (ap - pat->u.attr) + yc->kCurs - yc->cStartp;
483 pat->u.caretpos = pat->sp - pat->u.attr - (s - *sr);
575 if (d->attr) {
576 d->attr->sp = d->attr->u.attr;
577 d->attr->ep = d->attr->u.attr + d->attr
1362 generalReplace(WCHAR_T *buf, BYTE *attr, int *startp, int *cursor, int *endp, int bytes, WCHAR_T *rplastr, int len, int attrmask) argument
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp41 BTextControl *attr, *regex; member in class:RuleFilterConfig
56 attr = new BTextControl(BRect(5,5,100,20),"attr", B_TRANSLATE("If"),
58 attr->SetDivider(be_plain_font->StringWidth(B_TRANSLATE("If"))+ 4);
60 attr->SetText(settings->FindString("attribute"));
61 AddChild(attr);
63 regex = new BTextControl(BRect(104,5,255,20),"attr", B_TRANSLATE("has"),
141 into->AddString("attribute",attr->Text());
/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf1.c126 /* Find the form of an attr, from the attr field. */
127 #define FORM_FROM_ATTR(attr) ((attr) & 0xF) /* Implicitly specified */
215 unsigned short attr; local
221 attr = bfd_get_16 (abfd, (bfd_byte *) xptr);
224 switch (FORM_FROM_ATTR (attr))
231 if (attr == AT_sibling)
233 else if (attr == AT_stmt_list)
244 if (attr
[all...]
/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.cpp248 const char *attr = GetStringAttribute(attributes, name);
250 if (!attr)
255 if (attr[0] == '#') {
256 if (strlen(attr) == 4) {
257 sscanf(attr, "#%1X%1X%1X", &red, &green, &blue);
263 sscanf(attr, "#%2X%2X%2X", &red, &green, &blue);
275 if (sscanf(attr, "rgb(%d, %d, %d)", &red, &green, &blue) == 3) {
288 if (sscanf(attr, "rgb(%f%%, %f%%, %f%%)", &redf, &greenf, &bluef) == 3) {
299 if (strcasecmp(attr, "url")) {
300 const char *grad = strchr(attr, '#');
474 const char *attr = GetStringAttribute(attributes, name); local
[all...]

Completed in 496 milliseconds

1234567891011>>