Searched refs:vend (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.cpp85 CFTypeRef vend = CFDictionaryGetValue(dict, kManufacturerName); local
86 if (!vend)
101 if (CFGetTypeID(vend) == CFArrayGetTypeID())
111 const int productCount = CFArrayGetCount(reinterpret_cast<CFArrayRef>(vend));
119 std::string vstr(getStringAttr(reinterpret_cast<CFArrayRef>(vend), ix));
129 if (CFGetTypeID(vend) == CFStringGetTypeID())
132 std::string vstr(cfString(reinterpret_cast<CFStringRef>(vend)));
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecExternalRep.h67 static SecExportRep *vend(
90 SecExternalItemType mExternType; // inferred in vend()
H A DSecExport.cpp66 rep = SecExportRep::vend(certRef);
76 rep = SecExportRep::vend(keyRef);
83 SecExportRep *rep = SecExportRep::vend(thing);
H A DSecExternalRep.cpp44 #pragma mark --- SecExportRep Subclasses seen only by SecExportRep::vend() ---
128 SecExportRep *SecExportRep::vend( function in class:SecExportRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecExternalRep.h67 static SecExportRep *vend(
90 SecExternalItemType mExternType; // inferred in vend()
H A DSecExport.cpp66 rep = SecExportRep::vend(certRef);
76 rep = SecExportRep::vend(keyRef);
83 SecExportRep *rep = SecExportRep::vend(thing);
H A DSecExternalRep.cpp44 #pragma mark --- SecExportRep Subclasses seen only by SecExportRep::vend() ---
128 SecExportRep *SecExportRep::vend( function in class:SecExportRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecExternalRep.h67 static SecExportRep *vend(
90 SecExternalItemType mExternType; // inferred in vend()
H A DSecExport.cpp66 rep = SecExportRep::vend(certRef);
76 rep = SecExportRep::vend(keyRef);
83 SecExportRep *rep = SecExportRep::vend(thing);
H A DSecExternalRep.cpp44 #pragma mark --- SecExportRep Subclasses seen only by SecExportRep::vend() ---
128 SecExportRep *SecExportRep::vend( function in class:SecExportRep
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dbootp.h75 struct vend { struct
/macosx-10.9.5/ruby-104/ruby/ext/objspace/
H A Dobjspace.c183 total_i(void *vstart, void *vend, size_t stride, void *ptr) argument
188 for (v = (VALUE)vstart; v != (VALUE)vend; v += stride) {
260 cos_i(void *vstart, void *vend, size_t stride, void *data) argument
265 for (;v != (VALUE)vend; v += stride) {
371 cn_i(void *vstart, void *vend, size_t stride, void *n) argument
376 for (; v != (VALUE)vend; v += stride) {
554 cto_i(void *vstart, void *vend, size_t stride, void *data) argument
559 for (; v != (VALUE)vend; v += stride) {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dmisc.c513 register char *vend; local
551 vend = stkalloc(shp->stk,++n);
552 n = mount(*argv,vend,flag|FS3D_SIZE(n),0);
558 sfprintf(sfstdout,"%s\n",vend);
562 while(flag = *vend++)
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcidump.c418 uint32_t vend; local
431 vend = vendProd & 0xffff;
433 printf("[%d, %d, %d] 0x%04x, 0x%04x - ", bus, device, fn, vend, prod);
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c1100 * vend: a pointer to next to the valid heap_slot area.
1108 * sample_callback(void *vstart, void *vend, int stride, void *data) {
1110 * for (; v != (VALUE)vend; v += stride) {
1176 os_obj_of_i(void *vstart, void *vend, size_t stride, void *data) argument
1179 RVALUE *p = (RVALUE *)vstart, *pend = (RVALUE *)vend;
H A Dparse.c13169 const char *beg, *end, *vbeg, *vend; local
13220 vend = str;
13228 vend = str;
13241 n = vend - vbeg;
13251 str_copy(val, vbeg, vend - vbeg);
H A Dparse.y6673 const char *beg, *end, *vbeg, *vend;
6724 vend = str;
6732 vend = str;
6745 n = vend - vbeg;
6755 str_copy(val, vbeg, vend - vbeg);
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c13259 const char *beg, *end, *vbeg, *vend; local
13310 vend = str;
13318 vend = str;
13331 n = vend - vbeg;
13341 str_copy(val, vbeg, vend - vbeg);
H A Dripper.y6673 const char *beg, *end, *vbeg, *vend;
6724 vend = str;
6732 vend = str;
6745 n = vend - vbeg;
6755 str_copy(val, vbeg, vend - vbeg);

Completed in 362 milliseconds