Searched refs:attr (Results 151 - 157 of 157) sorted by relevance

1234567

/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp507 BasicTerminalBuffer::GetLineColor(int32 index, Attributes& attr) const
512 attr = line->attributes;
514 attr.Reset();
/haiku/
H A Dconfigure490 NAME=attr$j
/haiku/src/tests/kits/storage/
H A DNodeTest.cpp1069 const char attr[] = "StorageKit::SomeAttribute"; local
1086 CPPUNIT_ASSERT( node->WriteAttr(attr, B_STRING_TYPE, 0, str, len)
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c776 res = ntfs_fuse_getstat(&security, ni, &e->attr);
892 res = ntfs_fuse_getstat(&security, ni, &e->attr);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c264 unsigned int ntfs_attr_size(const char *attr) argument
278 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
287 psid = (const SID*)&attr[offgroup];
294 psid = (const SID*)&attr[offowner];
301 psacl = (const ACL*)&attr[offsacl];
311 pdacl = (const ACL*)&attr[offdacl];
/haiku/src/bin/unzip/
H A Dbeos.c67 uch attr[4]; member in struct:__anon1699
258 /* "found nondecypherable e.f. with perm. attr" */
/haiku/src/kits/tracker/
H A DPoseView.cpp5720 // have missed some other attr changed notifications so we
5844 if (message->FindString("attr", &attrName) != B_OK)
5960 // we received an attr changed notification for a zombie model, it means
9624 BPoseView::ColumnFor(uint32 attr) const
9629 if (column->AttrHash() == attr)

Completed in 145 milliseconds

1234567