Searched refs:uuid (Results 76 - 100 of 486) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l148 uuid \({opt_ws}{octet2}{octet2_dash}{octet2_dash}{octet2_dash}{octet2_dash}{octet2}{octet2}{octet2}{opt_ws}\)
440 {uuid} { return (yyuuid(yyscanner, &yytext[1], &yylval->y_uuid)); }
482 nidl_uuid_t *uuid
502 uuid->time_low = v1_time_high;
503 uuid->time_mid = v1_time_low;
504 uuid->time_hi_and_version = v1_reserved;
505 uuid->clock_seq_hi_and_reserved = v1_family;
506 uuid->clock_seq_low = v1_host[0];
509 uuid->node[i] = v1_host[i+1];
514 uuid
[all...]
H A Difspemts.c203 fprintf(fid, "0x%8.8lxu, ", ifp->uuid.time_low);
204 fprintf(fid, "0x%4.4x, ", ifp->uuid.time_mid);
205 fprintf(fid, "0x%4.4x, ", ifp->uuid.time_hi_and_version);
206 fprintf(fid, "0x%2.2x, ", ifp->uuid.clock_seq_hi_and_reserved);
207 fprintf(fid, "0x%2.2x, ", ifp->uuid.clock_seq_low);
216 fprintf (fid, "0x%x", ifp->uuid.node[i]);
/macosx-10.10/mDNSResponder-561.1.1/Clients/FirefoxExtension/
H A DIDNSSDService.idl23 [scriptable, function, uuid(27346495-A1ED-458A-A5BC-587DF9A26B4F)]
31 [scriptable, function, uuid(6620E18F-47F3-47C6-941F-126A5FD4FCF7)]
39 [scriptable, uuid(3A3539FF-F8D8-40B4-8D02-5EA73C51FA12)]
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dstore.c42 #include <uuid/uuid.h>
89 kcm_create_key(krb5_uuid uuid) argument
115 memcpy(uuid, key.uuid, sizeof(key.uuid));
122 krb5_uuid uuid,
150 uuid_copy(xtsEncrypt_InStruct.key_uuid, uuid);
121 kcm_store_io(krb5_context context, krb5_uuid uuid, void *ptr, size_t length, krb5_data *data, bool encrypt) argument
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dgrp.h76 #include <uuid/uuid.h>
/macosx-10.10/Libinfo-459/membership.subproj/
H A Dmembership.h26 #include <uuid/uuid.h>
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessibleApplication.idl70 [object, uuid(D49DED83-5B25-43F4-9B95-93B44595979E)]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMExtensions.idl34 uuid(E6CEE774-41C6-4c1b-8832-798E49245E6B),
H A DDOMPrivate.idl37 uuid(7FF28EC8-6DA1-498d-9A43-7E67C2D3128F),
62 uuid(2DF339BC-B48E-4d35-B93A-299756ED0B4B),
108 uuid(C8C5F0CD-07B0-4a32-BFA8-AE465E80DD3C),
130 uuid(6959F712-1563-4661-8D8C-F4C739C55839),
H A DIWebCookieManager.idl44 uuid(7053FE94-3623-444f-A298-209A90879A8C),
H A DIWebDocument.idl45 uuid(0A6397A7-90FE-49a0-B9C1-44693DD779F7),
108 uuid(0213643B-8DF9-4ba4-9534-61D92CB75007),
135 uuid(B6282B92-6F31-4948-A3A0-89763C56BBBF),
185 uuid(3C9F6251-CFD8-447a-B429-6B6AE627436C),
H A DIWebFrameView.idl42 uuid(E23E1B15-78F6-4e89-AD2E-49992A040A35),
H A DIWebGeolocationProvider.idl36 uuid(47F4CCF6-963D-4306-BE0B-8205C94672B5),
H A DIWebHTTPURLResponse.idl35 uuid(56B54483-FA29-4ce5-96FA-2D9B81D57162),
H A DIWebHistoryPrivate.idl32 uuid(B811003B-3475-46ad-9697-91D0D181CC05),
H A DIWebJavaScriptCollector.idl35 uuid(E6A1D169-F44A-4d11-B55B-F0A406F47612),
H A DIWebMutableURLRequestPrivate.idl45 uuid(AD675B60-2CE9-478c-B2AA-CAD643FF18AC),
H A DIWebScriptWorld.idl34 uuid(EBD45575-8184-4f22-B849-A5FE88336055),
H A DIWebSerializedJSValue.idl34 uuid(13B3F50A-C996-61A7-2247-3DCC88FB0B84),
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dcodesets.idl104 uuid(35a38fce-b5d1-11cc-af6f-08000925d3fe),
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dpickle.idl91 [uuid(5d8424ac-d131-11d5-b40b-00608c83e51e)]
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperfc.idl96 [uuid(3A7A9193-E000-0000-0D00-00C366000000),
/macosx-10.10/xnu-2782.1.97/bsd/
H A DMakefile25 uuid \
53 uuid \
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/t/
H A Dbasic.t13 ok(my $uuid1 = $ug->create(), "create a new uuid");
14 ok(length($uuid1) eq 16, 'correct length of uuid');
16 ok(my $uuid3 = $ug->from_string($uuid2), "create a uuid from that string");
19 ok(my $uuid4 = $ug->to_b64string($uuid1), "get base64 string of original uuid");
23 ok(my $uuid6 = $ug->from_b64string($uuid5), "make uuid from the base64 string");
38 for my $uuid (keys %uuids) {
40 index($uuid, "\n") == -1,
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Duuid.c25 APU_DECLARE(void) apr_uuid_format(char *buffer, const apr_uuid_t *uuid) argument
27 const unsigned char *d = uuid->data;
94 APU_DECLARE(apr_status_t) apr_uuid_parse(apr_uuid_t *uuid,
98 unsigned char *d = uuid->data;

Completed in 180 milliseconds

1234567891011>>