Searched refs:tmpBuffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A Dloclibrary.c184 char tmpBuffer[TMP_BUF_SIZE]; local
188 snprintf(tmpBuffer, MAX_PATH, "%s.Resources\\%s", path, nm);
190 if (!PathFileExistsA(tmpBuffer)) {
197 snprintf(tmpBuffer, TMP_BUF_SIZE,
200 if (PathFileExistsA(tmpBuffer)) {
201 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s\\%s", tmpBuffer, nm);
203 if (!PathFileExistsA(tmpBuffer)) return 0;
205 strncpy(locFile, tmpBuffer, locFileLen);
210 snprintf(tmpBuffer, TMP_BUF_SIZ
226 wchar_t tmpBuffer[TMP_BUF_SIZE]; local
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkcgen_main.c515 char tmpBuffer[PATH_MAX + 1 + 1]; local
531 snprintf(tmpBuffer, sizeof(tmpBuffer), "%s\n", toolArgs->prelinkedKernelPath);
532 tmpBufLen = strlen(tmpBuffer);
533 writeSize = write(fd, tmpBuffer, tmpBufLen);
551 snprintf(tmpBuffer, sizeof(tmpBuffer), "[Logging for XBS] Used kext bundle identifier: %s\n", kextIDCString);
552 tmpBufLen = strlen(tmpBuffer);
553 writeSize = write(fd, tmpBuffer, tmpBufLen);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.c1001 char *tmpBuffer = NULL; local
1027 tmpBuffer = malloc(cache->BlockSize);
1028 if (!tmpBuffer) {
1046 error = CacheRawRead (cache, from_offset, ioReqCount, tmpBuffer);
1050 error = CacheRawWrite (cache, to_offset, ioReqCount, tmpBuffer);
1063 if (tmpBuffer) {
1064 free (tmpBuffer);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIONVRAM.cpp809 UInt8 *buffer, *tmpBuffer; local
824 buffer = tmpBuffer = IONew(UInt8, _ofPartitionSize);
844 ok = convertObjectToProp(tmpBuffer, &length, tmpSymbol, tmpObject);
846 tmpBuffer += length;
1207 UInt16 *tmpBuffer = (UInt16 *)buffer; local
1210 checksum += tmpBuffer[cnt];
1218 UInt16 *tmpBuffer = (UInt16 *)buffer; local
1221 sum += tmpBuffer[cnt];

Completed in 74 milliseconds