Searched refs:uuid (Results 101 - 125 of 486) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddsc_iterator.h26 #include <uuid/uuid.h>
34 const uuid_t* uuid; // of dylib, or NULL is missing member in struct:dyld_shared_cache_dylib_info
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcreds.c119 sret = krb5_storage_write(request, cred->uuid, sizeof(cred->uuid));
120 if (sret != sizeof(cred->uuid)) {
173 sret = krb5_storage_write(request, cred->uuid, sizeof(cred->uuid));
174 if (sret != sizeof(cred->uuid)) {
242 sret = krb5_storage_write(request, cred->uuid, sizeof(cred->uuid));
243 if (sret != sizeof(cred->uuid)) {
311 sret = krb5_storage_write(request, cred->uuid, sizeo
[all...]
H A Ddigest.c229 ntlm_name *name, struct ntlm_buf *uuid,
244 uuid->data = NULL;
245 uuid->length = 0;
329 if (rep.uuid) {
330 uuid->data = malloc(rep.uuid->length);
331 memcpy(uuid->data, rep.uuid->data, rep.uuid->length);
332 uuid
221 dstg_type3(OM_uint32 *minor_status, ntlm_ctx ntlmctx, void *ctx, const struct ntlm_type3 *type3, ntlm_cred acceptor_cred, uint32_t *flags, uint32_t *avflags, struct ntlm_buf *sessionkey, ntlm_name *name, struct ntlm_buf *uuid, struct ntlm_buf *pac) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dcommon.h42 CFUUIDRef uuid; member in struct:HeimCred_s
73 HeimCredCreateItem(CFUUIDRef uuid);
88 HeimCredSetUUID(xpc_object_t object, const char *key, CFUUIDRef uuid);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkgenerate16 import uuid
42 parser.add_argument("--uuid", default=uuid.uuid4(), help="explicitly specify the uuid stamp")
90 u = uuid.uuid4()
102 uuid=str(args.uuid) variable
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestdbm.c39 apr_uuid_t uuid; local
43 apr_uuid_get(&uuid);
44 table[i].key.dptr = apr_pmemdup(p, uuid.data, sizeof(uuid.data));
45 table[i].key.dsize = sizeof(uuid.data);
48 apr_uuid_format(table[i].val.dptr, &uuid);
52 apr_uuid_get(&uuid);
53 table[i].val.dptr = apr_pmemdup(p, uuid.data, sizeof(uuid.data));
54 table[i].val.dsize = sizeof(uuid
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMCSS.idl46 uuid(43EFE238-A4DF-400a-983D-FCE0C0F56BCD),
63 uuid(D45DA43D-5EDB-4315-A097-3ED3FA089193),
85 uuid(05947A31-9E1C-4c98-8608-6688959D6542),
122 uuid(DBBE9A6B-D505-4647-B4AB-40A7CF3EE63E),
184 uuid(51D29553-2AF7-4f52-AFE6-3C59196A8BAA),
211 uuid(14B1C213-1458-48a1-AD8F-54BFE64F9ECF),
243 uuid(585127E2-D698-44c4-83EC-4D1E6E07E90D),
H A DIWebDesktopNotificationsDelegate.idl46 uuid(0A0AAFA8-C698-4cff-BD28-39614622EEA4),
72 uuid(09DA073E-38B3-466a-9828-B2915FDD2ECB),
H A DIWebFormDelegate.idl45 uuid(1911D650-035E-4204-8746-ABECF77A4C9B),
70 uuid(4CBEC1BD-ABC3-4bdb-8E5E-4D3BCF9E8C1E),
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dutils.py332 def addDSYM(uuid, info):
334 params: uuid - str - uuid string eg. 4DD2344C0-4A81-3EAB-BDCF-FEAFED9EB73E
339 print "Error: Unable to find syms for %s" % uuid
341 if not uuid in _dsymlist:
343 cmd_str = "target modules add --uuid %s" % uuid
349 _dsymlist[uuid] = True
351 def loadDSYM(uuid, load_address):
353 params: uuid
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dxcache.c44 CFUUIDRef uuid; member in struct:krb5_xcc
119 CFUUIDBytes bytes = CFUUIDGetUUIDBytes(x->uuid);
132 krb5_set_error_message(context, KRB5_CC_END, "failed to parse uuid: %s", res);
138 krb5_set_error_message(context, KRB5_CC_END, "failed to create uuid from: %s", res);
150 x->uuid = uuidref;
157 xcc_create(krb5_context context, krb5_xcc *x, CFUUIDRef uuid) argument
167 (void *)uuid
174 if (uuid == NULL)
181 * Contract with HeimCredCreate is creates a uuid's when they are
187 heim_assert(x->uuid
440 CFUUIDRef uuid = HeimCredGetUUID(x->cred); local
694 CFUUIDRef uuid = NULL; local
752 xcc_get_uuid(krb5_context context, krb5_ccache id, krb5_uuid uuid) argument
761 resolve_by_uuid(krb5_context context, krb5_ccache id, const krb5_cc_ops *ops, krb5_uuid uuid) argument
793 xcc_resolve_by_uuid(krb5_context context, krb5_ccache id, krb5_uuid uuid) argument
799 xcc_api_resolve_by_uuid(krb5_context context, krb5_ccache id, krb5_uuid uuid) argument
[all...]
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dmanpages.sh46 # grrr, uuid special case
52 # libuuid.3 -> uuid.3
53 [[ "${page}" == "libuuid.3" ]] && DEST=${DESTDIR}/uuid.3
55 sed -f ${SRCROOT}/uuid/uuidman.sed ${SRCROOT}/uuid/uuidsrc/${page}.in > ${DEST}
58 # and because uuid pages are special cased, so are the links
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dnsldap.c185 unsigned_char_p_t uuid = NULL; local
196 uuid_to_string(&if_id.uuid, &uuid, status);
201 valueRpcNsObjectID[0] = uuid;
226 rpc_string_free(&uuid, status);
240 unsigned_char_p_t uuid = NULL; local
256 uuid_to_string(&if_id.uuid, &uuid, status);
262 strlen(uuid) + sizeof(",65535.65535"),
265 sprintf(interfaceID, "%s,%hu.%hu", uuid,
380 unsigned_char_p_t uuid = NULL; local
496 unsigned_char_p_t uuid = NULL; local
[all...]
H A Dcomtwrflr.c220 * Get the floor from the tower floor from uuid routine, passing
221 * it the uuid and version number of the transfer syntax.
229 * Return the status of the tower floor from uuid routine.
286 * Get the floor from tower floor from uuid routine, passing
287 * it the uuid and version number of the interface identifier.
289 rpc__tower_flr_from_uuid (&(if_id->uuid),
295 * Return the status of the tower floor from uuid routine.
477 ** uuid The uuid to place in the protocol
512 uuid_p_t uuid,
505 rpc__tower_flr_from_uuid( uuid_p_t uuid, unsigned32 version_major, unsigned32 version_minor, rpc_tower_floor_p_t *floor, unsigned32 *status ) argument
657 rpc__tower_flr_id_from_uuid( uuid_p_t uuid, unsigned32 version_major, unsigned32 *prot_id_len, byte_p_t *prot_id, unsigned32 *status ) argument
764 rpc__tower_flr_id_to_uuid( byte_p_t prot_id, idl_uuid_t *uuid, unsigned32 *version_major, unsigned32 *status ) argument
1152 rpc__tower_flr_to_uuid( rpc_tower_floor_p_t floor, idl_uuid_t *uuid, unsigned32 *version_major, unsigned32 *version_minor, unsigned32 *status ) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dcorefoundation.m21 +(NSString*)formatUUID:(CFUUIDRef)uuid;
66 +(NSString*)formatUUID:(CFUUIDRef)uuid
70 result = (NSString*)CFUUIDCreateString(NULL, uuid);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/installation/
H A Dversion.tcl19 critcl uuid uuid/uuid.tcl
/macosx-10.10/gpt-12/
H A Dgpt.c230 le_uuid_dec(void const *buf, uuid_t *uuid) argument
233 *((uint32_t *)uuid + 0) = OSSwapInt32(*((uint32_t *)buf + 0));
234 *((uint16_t *)uuid + 2) = OSSwapInt16(*((uint16_t *)buf + 2));
235 *((uint16_t *)uuid + 3) = OSSwapInt16(*((uint16_t *)buf + 3));
236 *((uint64_t *)uuid + 1) = (*((uint64_t *)buf + 1));
242 uuid->time_low = le32dec(p);
243 uuid->time_mid = le16dec(p + 4);
244 uuid->time_hi_and_version = le16dec(p + 6);
245 uuid->clock_seq_hi_and_reserved = p[8];
246 uuid
253 le_uuid_enc(void *buf, uuid_t const *uuid) argument
276 parse_uuid(const char *s, uuid_t *uuid) argument
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.h33 #include <uuid/uuid.h>
167 * @param uuid A pointer to the start of the UUID bytes;
176 char **uuid);
/macosx-10.10/Libc-1044.1.2/uuid/uuidsrc/
H A Dcompare.c44 struct uuid uuid1, uuid2;
H A Dpack.c38 void uuid_pack(const struct uuid *uu, uuid_t ptr)
H A Dunpack.c38 void uuid_unpack(const uuid_t in, struct uuid *uu)
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.h40 CFStringRef uuid; member in struct:__anon3500
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dctxeectx.c102 #include <dce/uuid.h>
184 ** uuid_create_nil(&context_table[i].uuid, &status);
234 if ( uuid_is_nil(&this_link->uuid, (error_status_t *)result) )
257 (char *)&new_link->uuid,
306 while ( ! uuid_equal(p_uuid,&this_link->uuid,result) )
370 while ( ! uuid_equal(p_uuid,&this_link->uuid, (error_status_t *)p_st) )
453 if ( uuid_equal(p_uuid,&this_link->uuid, (error_status_t *) result) )
460 uuid_create_nil(&this_link->uuid, (error_status_t *) result);
466 (char *)&this_link->uuid,
467 (char *)&next_link->uuid,
[all...]
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm46 $str = $ug->to_string( $uuid );
47 $uuid = $ug->from_string( $str );
99 $ug->to_string(<uuid>);
102 $ug->to_hexstring(<uuid>);
105 $ug->to_b64string(<uuid>);
110 $ug->from_string(<uuid>);
111 $ug->from_hexstring(<uuid>);
114 $ug->from_b64string(<uuid>);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dpwd.h110 #include <uuid/uuid.h>

Completed in 370 milliseconds

1234567891011>>