Searched refs:attributes (Results 276 - 300 of 1053) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dank.c76 const char *attributes,
99 expiration, pw_expiration, attributes, policy);
119 princ.attributes |= KRB5_KDB_DISALLOW_ALL_TIX;
169 princ.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX);
187 princ.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX);
66 add_one_principal(const char *name, int rand_key, int rand_password, int use_defaults, int verbose_flag, char *password, char *policy, krb5_key_data *key_data, const char *max_ticket_life, const char *max_renewable_life, const char *attributes, const char *expiration, const char *pw_expiration) argument
H A Dinit.c44 uint32_t attributes)
75 ent.attributes |= attributes | KRB5_KDB_DISALLOW_ALL_TIX;
103 ent.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX);
257 ent.attributes = KRB5_KDB_DISALLOW_ALL_TIX;
41 create_random_entry(krb5_principal princ, krb5_deltat max_life, krb5_deltat max_rlife, uint32_t attributes) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCode.cpp73 CFRef<CFMutableDictionaryRef> attributes = makeCFMutableDictionary(1, local
75 CodeSigning::Required(selfRef) = SecCode::autoLocateGuest(attributes, flags)->handle(false);
160 CFDictionaryRef attributes, SecCSFlags flags, SecCodeRef *guestRef)
166 if (SecCode *guest = SecCode::required(hostRef)->locateGuest(attributes))
171 CodeSigning::Required(guestRef) = SecCode::autoLocateGuest(attributes, flags)->handle(false);
159 SecCodeCopyGuestWithAttributes(SecCodeRef hostRef, CFDictionaryRef attributes, SecCSFlags flags, SecCodeRef *guestRef) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCode.cpp73 CFRef<CFMutableDictionaryRef> attributes = makeCFMutableDictionary(1, local
75 CodeSigning::Required(selfRef) = SecCode::autoLocateGuest(attributes, flags)->handle(false);
160 CFDictionaryRef attributes, SecCSFlags flags, SecCodeRef *guestRef)
166 if (SecCode *guest = SecCode::required(hostRef)->locateGuest(attributes))
171 CodeSigning::Required(guestRef) = SecCode::autoLocateGuest(attributes, flags)->handle(false);
159 SecCodeCopyGuestWithAttributes(SecCodeRef hostRef, CFDictionaryRef attributes, SecCSFlags flags, SecCodeRef *guestRef) argument
/macosx-10.10/SecurityTokend-55108/lib/
H A DSecTokend.h80 CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes; // add attribute values here member in struct:__anon5453
108 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes, const CSSM_DATA *data,
111 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes, const CSSM_DATA *data,
156 CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attributes,
162 CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attributes,
H A Dtransition.cpp147 COPY_IN(CssmDbRecordAttributeData, attributes), DATA_IN(data),
151 relocate(attributes, attributesBase);
154 CALL(insertRecord, (recordType, attributes, data ? &dataBlob : NULL, &recordHandle));
161 RecordHandle *hRecord, COPY_IN(CssmDbRecordAttributeData, attributes),
165 relocate(attributes, attributesBase);
168 CALL(modifyRecord, (recordType, &recordHandle, attributes,
225 relocate(context, contextBase, attributes, attrSize);
239 relocate(context, contextBase, attributes, attrSize);
252 relocate(context, contextBase, attributes, attrSize);
264 relocate(context, contextBase, attributes, attrSiz
[all...]
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A DSecTokend.h80 CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes; // add attribute values here member in struct:__anon5459
108 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes, const CSSM_DATA *data,
111 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes, const CSSM_DATA *data,
156 CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attributes,
162 CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attributes,
H A Dtransition.cpp147 COPY_IN(CssmDbRecordAttributeData, attributes), DATA_IN(data),
151 relocate(attributes, attributesBase);
154 CALL(insertRecord, (recordType, attributes, data ? &dataBlob : NULL, &recordHandle));
161 RecordHandle *hRecord, COPY_IN(CssmDbRecordAttributeData, attributes),
165 relocate(attributes, attributesBase);
168 CALL(modifyRecord, (recordType, &recordHandle, attributes,
225 relocate(context, contextBase, attributes, attrSize);
239 relocate(context, contextBase, attributes, attrSize);
252 relocate(context, contextBase, attributes, attrSize);
264 relocate(context, contextBase, attributes, attrSiz
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGLTransportSurface.cpp46 PassOwnPtr<GLTransportSurface> GLTransportSurface::createTransportSurface(const IntSize& size, SurfaceAttributes attributes) argument
50 surface = adoptPtr(new GLXTransportSurface(size, attributes));
52 surface = EGLTransportSurface::createTransportSurface(size, attributes);
61 GLTransportSurface::GLTransportSurface(const IntSize& size, SurfaceAttributes attributes) argument
62 : GLPlatformSurface(attributes)
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCookieJarCurl.cpp153 Vector<String> attributes; local
154 valueStr.split(';', false, attributes);
156 if (!attributes.size())
161 Vector<String>::iterator attribute = attributes.begin();
181 // Iterate through remaining attributes
182 for (++attribute; attribute != attributes.end(); ++attribute) {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeElement.js831 var attributes = this.representedObject.attributes();
832 for (var i = 0; i < attributes.length; ++i) {
833 if (attributes[i].name !== attributeName)
840 this._triggerEditAttribute(attributes[i - 1].name);
842 if (i === attributes.length - 1)
845 this._triggerEditAttribute(attributes[i + 1].name);
854 if (attributes.length)
855 this._triggerEditAttribute(attributes.lastValue.name);
858 if (attributes
[all...]
/macosx-10.10/groff-38/groff/src/libs/libxutil/
H A DXFontName.c63 unsigned int attributes = 0; local
68 &attributes, bit))) \
74 &attributes, bit))) \
93 attributes |= FontNameCharSetEncoding;
98 *fontNameAttributes = attributes;
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc205 const DWORD attributes = GetFileAttributes(unicode); local
207 return attributes != kInvalidFileAttributes;
229 const DWORD attributes = GetFileAttributes(unicode); local
231 if ((attributes != kInvalidFileAttributes) &&
232 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_rdoc.rb65 # Maps attributes to HTML sequences
101 @res << attributes(heading.text)
148 attributes(label).strip
196 wrap attributes text
205 wrap attributes text
242 def attributes text method in class:accept_list_item_start
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dstats.rb105 # constants, attributes and methods.
120 attributes = []
121 ucm.each { |cm| attributes.concat cm.attributes }
123 @num_attributes, @undoc_attributes = doc_stats attributes
152 # 0:: Classes, modules, constants, attributes, methods
253 # Returns a report on undocumented attributes in ClassModule +cm+
256 return if cm.attributes.empty?
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSObject.cpp88 if ((!(iter->attributes() & DontEnum) || (mode == IncludeDontEnumProperties)) && !((iter->attributes() & BuiltinOrFunction) && didReify))
374 unsigned attributes; local
376 PropertyOffset offset = obj->structure(vm)->get(vm, propertyName, attributes, specificValue);
378 if (attributes & ReadOnly) {
397 ASSERT(!(attributes & Accessor));
556 // and attributes are default so no need to set them.
1220 void JSObject::putDirectAccessor(ExecState* exec, PropertyName propertyName, JSValue value, unsigned attributes) argument
1222 ASSERT(value.isGetterSetter() && (attributes & Accessor));
1226 putDirectIndex(exec, index, value, attributes, PutDirectIndexLikePutDirec
1233 putDirectCustomAccessor(VM& vm, PropertyName propertyName, JSValue value, unsigned attributes) argument
1248 putDirectNonIndexAccessor(VM& vm, PropertyName propertyName, JSValue value, unsigned attributes) argument
1290 unsigned attributes; local
1473 unsigned attributes; local
1684 fillGetterPropertySlot(PropertySlot& slot, JSValue getterSetter, unsigned attributes, PropertyOffset offset) argument
2097 putDirectIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode, ArrayStorage* storage) argument
2174 putDirectIndexBeyondVectorLength(ExecState* exec, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode) argument
2261 putDirectNativeFunction(VM& vm, JSGlobalObject* globalObject, const PropertyName& propertyName, unsigned functionLength, NativeFunction nativeFunction, Intrinsic intrinsic, unsigned attributes) argument
2272 putDirectBuiltinFunction(VM& vm, JSGlobalObject* globalObject, const PropertyName& propertyName, FunctionExecutable* functionExecutable, unsigned attributes) argument
2283 putDirectBuiltinFunctionWithoutTransition(VM& vm, JSGlobalObject* globalObject, const PropertyName& propertyName, FunctionExecutable* functionExecutable, unsigned attributes) argument
2294 putDirectNativeFunctionWithoutTransition(VM& vm, JSGlobalObject* globalObject, const PropertyName& propertyName, unsigned functionLength, NativeFunction nativeFunction, Intrinsic intrinsic, unsigned attributes) argument
2487 putDescriptor(ExecState* exec, JSObject* target, PropertyName propertyName, const PropertyDescriptor& descriptor, unsigned attributes, const PropertyDescriptor& oldDescriptor) argument
[all...]
H A DIntendedStructureChain.cpp107 unsigned attributes; local
109 PropertyOffset offset = m_vector[i]->getConcurrently(vm, uid, attributes, specificValue);
112 if (attributes & (ReadOnly | Accessor))
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc281 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH],
354 // look for attributes of the form attribute = "value" ...
360 attributes[*attributeCount][length++] = c;
364 attributes[*attributeCount][length] = 0;
386 // attributes[*attributeCount], values[*attributeCount], c);
593 char attributes[TAG_MAX_ATTRIBUTES][TAG_MAX_LENGTH];
613 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
621 if (attributes[i][0] == 'I' && attributes[i][1] == 'D') {
625 if (attributes[
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc42 attributes. The latter is given through the
47 Users are mostly free to specify arbitrary attributes
68 [call [arg diagramObject] [method {new element}] [arg name] [arg attributes] [arg cmdprefix]]
77 [arg attributes] specifies the set of attributes for which
79 ...-callbacks for these attributes.
90 [def "[cmd cmdprefix] [arg canvas] [arg attributes]"]
93 to draw to, and [arg attributes] is a dictionary
94 holding the attributes for the element, be they
107 case of a relative element position the attributes
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp326 IOStorageAttributes *attributes,
386 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
388 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);
575 IOStorageAttributes *attributes,
584 prepareRequest(byteStart, buffer, sectorArea, sectorType, attributes, completion);
674 IOStorageAttributes *attributes,
749 if (attributes) context->request.attributes = *attributes;
764 deblockRequest(byteStart, buffer, attributes,
323 executeRequest(UInt64 byteStart, IOMemoryDescriptor *buffer, IOStorageAttributes *attributes, IOStorageCompletion *completion, IOBlockStorageDriver::Context *context) argument
569 readCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
669 prepareRequest(UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
841 writeCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMedia.h213 * The IOMediaAttributeMask bit mask describes various attributes of
415 * @param attributes
428 IOStorageAttributes * attributes,
446 * @param attributes
459 IOStorageAttributes * attributes,
679 * @param attributes
680 * Media attributes, such as ejectability and removability. See
697 IOMediaAttributeMask attributes,
706 * Ask the media object for its attributes.
708 * Media attributes, suc
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmkey.h78 uint32 attributes() const { return KeyAttr; } function in class:Security::CssmKey::Header
116 uint32 attributes() const { return header().attributes(); } function in class:Security::CssmKey
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsstransit.cpp148 DataRetrieval::DataRetrieval(CssmDbRecordAttributeData *&attributes, Allocator &alloc) argument
149 : Copier<CssmDbRecordAttributeData>(attributes),
150 mAllocator(alloc), mAttributes(attributes), mAddr(NULL), mBase(NULL), mLength(0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmkey.h78 uint32 attributes() const { return KeyAttr; } function in class:Security::CssmKey::Header
116 uint32 attributes() const { return header().attributes(); } function in class:Security::CssmKey
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsstransit.cpp148 DataRetrieval::DataRetrieval(CssmDbRecordAttributeData *&attributes, Allocator &alloc) argument
149 : Copier<CssmDbRecordAttributeData>(attributes),
150 mAllocator(alloc), mAttributes(attributes), mAddr(NULL), mBase(NULL), mLength(0)

Completed in 307 milliseconds

<<11121314151617181920>>