Searched refs:theResult (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclapplescript/tclapplescript/
H A DtclMacOSA_OSX.c114 CONST char *pattern, Tcl_DString *theResult));
502 Tcl_DString theResult;
504 Tcl_DStringInit(&theResult);
507 getSortedHashKeys(ComponentTable,(char *) NULL, &theResult);
509 getSortedHashKeys(ComponentTable, argv[3], &theResult);
516 Tcl_DStringResult(interp, &theResult);
519 Tcl_DString theResult;
522 Tcl_DStringInit(&theResult);
527 getSortedHashKeys(LanguagesTable, (char *) NULL, &theResult);
529 getSortedHashKeys(LanguagesTable, argv[3], &theResult);
955 Tcl_DString theResult; local
1220 Tcl_DString theResult; local
2603 getSortedHashKeys( Tcl_HashTable *theTable, CONST char *pattern, Tcl_DString *theResult) argument
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFStringEncodingConverter.c685 uint32_t theResult = kCFStringEncodingConversionSuccess; local
728 theResult = kCFStringEncodingInvalidInputStream;
743 theResult = kCFStringEncodingInvalidInputStream;
748 theResult = kCFStringEncodingInsufficientOutputBufferLength;
773 if (usedLen < numChars) theResult = kCFStringEncodingInsufficientOutputBufferLength;
788 theResult = kCFStringEncodingInvalidInputStream;
795 if (usedLen < numChars && maxByteLen && theResult == kCFStringEncodingConversionSuccess) {
802 if (usedLen < numChars) theResult = kCFStringEncodingInsufficientOutputBufferLength;
807 return theResult;
816 uint32_t theResult local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDialog.c805 Tcl_Obj *theResult = NULL;
920 theResult = Tcl_NewListObj(0, NULL);
922 theResult = Tcl_NewObj();
924 if (!theResult) {
979 Tcl_ListObjAppendElement(interp, theResult,
982 Tcl_SetStringObj(theResult, pathPtr, -1);
991 Tcl_SetObjResult(interp, theResult);
798 Tcl_Obj *theResult = NULL; local
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonRSACryptor.c101 uint8_t theResult[MAXKEYTEST]; local
122 status = CCRSACryptorCrypt(privateKey, theData, theDataLen, theResult, &resultLen);
128 if(CC_XMEMCMP(theData, theResult, theDataLen) == 0) {
135 status = CCRSACryptorCrypt(publicKey, theResult, resultLen, theRecovered, &recoveryLen);
152 CC_XZEROMEM(theResult, MAXKEYTEST);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAssertions.c851 CFDictionaryRef theResult = NULL; local
853 _copyPMServerObject(kIOPMAssertionMIGCopyOneAssertionProperties, theAssertion, (CFTypeRef *)&theResult);
855 return theResult;

Completed in 143 milliseconds