Searched refs:tempLabel (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bless-98/libbless/RAID/
H A DBLUpdateRAIDBooters.c152 CFDataRef tempLabel = NULL; local
155 tempLabel = _createLabel(context, daName, i+1);
159 bootxData, labelData ? labelData : tempLabel);
165 if(tempLabel) CFRelease(tempLabel);
168 CFDataRef tempLabel = NULL; local
171 tempLabel = _createLabel(context, daName, 1);
176 bootxData, labelData ? labelData : tempLabel);
182 if(tempLabel) CFRelease(tempLabel);
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DmDNSWin32.c2390 domainlabel tempLabel; local
2413 tempLabel.c[ 0 ] = (mDNSu8) (strlen( tempString ) < MAX_DOMAIN_LABEL ? strlen( tempString ) : MAX_DOMAIN_LABEL );
2414 memcpy( &tempLabel.c[ 1 ], tempString, tempLabel.c[ 0 ] );
2418 ConvertUTF8PstringToRFC1034HostLabel( tempLabel.c, &inMDNS->hostlabel );

Completed in 89 milliseconds