Searched refs:tmpStr (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dccaudit_extensions.cpp278 string tmpStr(rightName); // setRight() takes a string&
279 setRight(tmpStr);
324 string tmpStr = mechStr; // mechStr includes a trailing space local
325 tmpStr += mCurrentMechanism;
326 writeToken(au_to_text(tmpStr.c_str()), "mechanism");
381 string tmpStr(authenticatedAsStr);
384 tmpStr += targetName ? targetName : unknownUserStr;
385 writeToken(au_to_arg32(2, tmpStr.c_str(), target), "target");
396 string tmpStr(clientStr);
397 tmpStr
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.h202 const char *tmpStr=::CFStringGetCStringPtr(cfref<CFStringRef>(),encoding); local
203 if (tmpStr == NULL)
211 tmpStr=buffer.get();
212 return string(tmpStr?tmpStr:"");
214 return string(tmpStr?tmpStr:"");
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.h202 const char *tmpStr=::CFStringGetCStringPtr(cfref<CFStringRef>(),encoding); local
203 if (tmpStr == NULL)
211 tmpStr=buffer.get();
212 return string(tmpStr?tmpStr:"");
214 return string(tmpStr?tmpStr:"");
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.h202 const char *tmpStr=::CFStringGetCStringPtr(cfref<CFStringRef>(),encoding); local
203 if (tmpStr == NULL)
211 tmpStr=buffer.get();
212 return string(tmpStr?tmpStr:"");
214 return string(tmpStr?tmpStr:"");
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSDictionary.cpp518 CFStringRef tmpStr = NULL; local
527 tmpStr = CFStringCreateWithCString(NULL, defaults->guid, kCFStringEncodingUTF8);
528 if(tmpStr) {
529 CFDictionaryAddValue(tmpDict, CFSTR("ModuleID"), tmpStr);
530 CFRelease(tmpStr);
549 tmpStr = CFStringCreateWithCString(NULL, defaults->serial, kCFStringEncodingUTF8);
550 if(tmpStr) {
551 CFDictionaryAddValue(tmpDict, CFSTR("ScSerialNumber"), tmpStr);
552 CFRelease(tmpStr);
561 tmpStr
[all...]
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cookie.c109 CFStringRef urlPathStr, domainStr, tmpStr; local
182 tmpStr = CFURLCopyHostName(url);
185 if (tmpStr == NULL) {
195 domainStr = cleanDomainName(tmpStr);
664 CFStringRef tokenStr, tmpStr; local
788 tmpStr = CFStringCreateWithSubstring(kCFAllocatorDefault, tokenStr, range);
790 tokenStr = tmpStr;
1410 CFStringRef pathStr, tmpStr; local
1416 tmpStr = NULL;
1422 tmpStr
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTestContainers.cpp435 OSString *tmpStr; local
437 tmpStr = (i&1)
440 if (tmpStr) {
441 cache[i] = OSSymbol::withString(tmpStr);
446 tmpStr->release();
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c1060 char *tmpStr; local
1095 tmpStr=LDAP_MALLOC(bitLength + STR_OVERHEAD + 1);
1097 if (!tmpStr)
1100 ldapValue->bv_val=tmpStr;
1105 *tmpStr++ ='\'';
1112 *tmpStr='1';
1114 *tmpStr='0';
1115 tmpStr++;
1121 *tmpStr++ ='\'';
1122 *tmpStr
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/raw/
H A Draw.c488 char tmpStr[HEADLEN]; local
535 (1 != sscanf (buf, strByteOrder, tmpStr))) {
540 if (strcmp (tmpStr, strIntel) == 0) {
542 } else if (strcmp (tmpStr, strMotorola) == 0) {
552 (1 != sscanf (buf, strScanOrder, tmpStr))) {
556 if (strcmp (tmpStr, strTopDown) == 0) {
558 } else if (strcmp (tmpStr, strBottomUp) == 0) {
568 (1 != sscanf (buf, strPixelType, tmpStr))) {
572 if (strcmp (tmpStr, strFloat) == 0) {
574 } else if (strcmp (tmpStr, strUShor
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIONVRAM.cpp446 const OSString *tmpStr; local
464 tmpStr = OSDynamicCast(OSString, object);
465 if (tmpStr != 0) {
466 key = OSSymbol::withString(tmpStr);
474 tmpStr = OSDynamicCast(OSString, object);
475 if (tmpStr != 0) {
/macosx-10.9.5/Security-55471.14.18/authd/
H A Drule.c205 char * tmpStr = _copy_cf_string(str, NULL); local
207 if (tmpStr) {
208 auth_items_set_string(rule->data, key, tmpStr);
209 free_safe(tmpStr);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c238 char staticStr[256], *tmpStr = staticStr; local
264 tmpStr = ckalloc(bytesTest + ellipsisNumBytes);
265 memcpy(tmpStr, string, bytesTest);
267 memcpy(tmpStr + bytesTest, ellipsis, ellipsisNumBytes);
268 numBytes = Tk_MeasureChars(tkfont, tmpStr,
273 if (tmpStr != staticStr)
274 ckfree(tmpStr);
285 memcpy(tmpStr, string, bytesThatFit);
286 memcpy(tmpStr + bytesThatFit, ellipsis, ellipsisNumBytes);
287 (void) Tk_MeasureChars(tkfont, tmpStr, bytesThatFi
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdMZ.c1647 Tcl_Obj *tmpStr;
1662 TclNewStringObj(tmpStr, string1, p-string1);
1663 failat = Tcl_GetCharLength(tmpStr);
1664 TclDecrRefCount(tmpStr);
1636 Tcl_Obj *tmpStr; local
/macosx-10.9.5/CF-855.17/
H A DCFURL.c3661 CFStringRef tmpStr; local
3684 tmpStr = CFStringCreateWithFormat(alloc, NULL, CFSTR("%@;%@"), CFArrayGetValueAtIndex(comp->pathComponents, length - 1), oldComp.parameterString);
3685 CFArraySetValueAtIndex((CFMutableArrayRef)comp->pathComponents, length - 1, tmpStr);
3686 CFRelease(tmpStr);

Completed in 200 milliseconds