Searched refs:bytesUsed (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c717 CFIndex bytesUsed; local
720 CFStringGetBytes(cfStr, CFRangeMake(0, strLen), kCFStringEncodingUTF8, 0, false, (uint8_t *)dstbuf, dstBufSize, &bytesUsed);
721 dstbuf[bytesUsed] = 0;
H A DCFUtilities.c528 CFIndex bytesUsed = 0; local
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c194 CFIndex bytesUsed = 0; local
195 CFIndex converted = CFStringGetBytes(line, range, kCFStringEncodingUTF8, 0, false, buf, sizeof(buf), &bytesUsed);
196 fwrite(buf, 1, bytesUsed, stdout);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DprintCert.c38 CFIndex bytesUsed = 0; local
39 CFIndex converted = CFStringGetBytes(string, range, kCFStringEncodingUTF8, 0, false, buf, sizeof(buf), &bytesUsed);
40 fwrite(buf, 1, bytesUsed, file);
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestmore.c53 CFIndex bytesUsed = 0; local
54 CFIndex converted = CFStringGetBytes(string, range, kCFStringEncodingUTF8, 0, false, buf, sizeof(buf), &bytesUsed);
55 fwrite(buf, 1, bytesUsed, file);
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c121 UInt32 *bytesUsed, UInt32 *mapNodes));
125 UInt32 *bytesUsed, UInt32 *mapNodes);
129 UInt32 *bytesUsed, UInt32 *mapNodes));
334 UInt32 bytesUsed; local
510 WriteExtentsFile(driveInfo, sector, defaults, NULL, nodeBuffer, &bytesUsed, &mapNodes);
513 WriteMapNodes(driveInfo, (sector + bytesUsed/kBytesPerSector),
514 bytesUsed/btNodeSize, mapNodes, btNodeSize, nodeBuffer);
526 WriteAttributesFile(driveInfo, sector, defaults, NULL, nodeBuffer, &bytesUsed, &mapNodes);
528 WriteMapNodes(driveInfo, (sector + bytesUsed/kBytesPerSector),
529 bytesUsed/btNodeSiz
1017 WriteExtentsFile(const DriveInfo *driveInfo, UInt64 startingSector, const hfsparams_t *dp, HFSExtentDescriptor *bbextp __unused , void *buffer, UInt32 *bytesUsed, UInt32 *mapNodes) argument
1162 WriteAttributesFile(const DriveInfo *driveInfo, UInt64 startingSector, const hfsparams_t *dp, HFSExtentDescriptor *bbextp __unused, void *buffer, UInt32 *bytesUsed, UInt32 *mapNodes) argument
1452 WriteCatalogFile(const DriveInfo *driveInfo, UInt64 startingSector, const hfsparams_t *dp, HFSPlusVolumeHeader *header, void *buffer, UInt32 *bytesUsed, UInt32 *mapNodes) argument
[all...]

Completed in 135 milliseconds