Searched refs:strBuf (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuOidParser.h58 char *strBuf);
H A DcuOidParser.cpp156 char *strBuf)
252 memcpy(strBuf, descStart, len);
253 strBuf[len] = '\0';
290 char *strBuf)
299 strcpy(strBuf, "EMPTY");
302 if(parseOidWithConfig(configData, &oid, strBuf) == CSSM_FALSE) {
306 sprintf(strBuf, "OID : < 06 %02X ", (unsigned)oid.Length);
309 strcat(strBuf, cbuf);
311 strcat(strBuf, ">");
153 parseOidWithConfig( const CSSM_DATA_PTR configData, const CSSM_OID_PTR oid, char *strBuf) argument
287 oidParse( const unsigned char *oidp, unsigned oidLen, char *strBuf) argument
H A DcuPrintCert.cpp143 char strBuf[OID_PARSER_STRING_SIZE]; local
153 parser.oidParse(oid->Data, (unsigned int)oid->Length, strBuf);
154 printf("%s\n", strBuf);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuOidParser.h58 char *strBuf);
H A DcuOidParser.cpp156 char *strBuf)
252 memcpy(strBuf, descStart, len);
253 strBuf[len] = '\0';
290 char *strBuf)
299 strcpy(strBuf, "EMPTY");
302 if(parseOidWithConfig(configData, &oid, strBuf) == CSSM_FALSE) {
306 sprintf(strBuf, "OID : < 06 %02X ", (unsigned)oid.Length);
309 strcat(strBuf, cbuf);
311 strcat(strBuf, ">");
153 parseOidWithConfig( const CSSM_DATA_PTR configData, const CSSM_OID_PTR oid, char *strBuf) argument
287 oidParse( const unsigned char *oidp, unsigned oidLen, char *strBuf) argument
H A DcuPrintCert.cpp143 char strBuf[OID_PARSER_STRING_SIZE]; local
153 parser.oidParse(oid->Data, (unsigned int)oid->Length, strBuf);
154 printf("%s\n", strBuf);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1267 PrepStr(SV.strBuf, NULL, NULL, 1);
1271 if (SV.strBuf[0] == 0)
1284 PrepStr(SV.strBuf, NULL, NULL, 1);
1285 if( SV.strBuf[0] == 0 )
1349 PrepStr(SV.strBuf, 0, 0, 1); // fetch the message Pascal string
1432 cmdStrPtr = &SV.strBuf[1];
1433 SV.strBuf[0] = 0;
1438 SV.strBuf[0]++;
1441 bcopy(&SV.strBuf[1], &text[0], SV.strBuf[
[all...]
H A DCCLEngine.h263 u_int8_t strBuf[256]; // buffer used for temorary string storage member in struct:TRScriptVars
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp437 char strBuf[200]; local
438 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus);
440 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus));
561 char strBuf[200]; local
562 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus);
564 fFile,fLine,getName(),strBuf,trial,fCStr,fLen, u_errorName(setupStatus));
652 char strBuf[200]; local
653 u_strToUTF8(strBuf,200,NULL,buf.getTerminatedBuffer(),buf.length()+1,&setupStatus);
655 fFile,fLine,getName(),strBuf,buf.length(),fCStr,fLen, u_errorName(setupStatus));
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/
H A DcmpRead.c1223 char *strBuf;
1257 strBuf = (char *) ckalloc((size_t) allocLen);
1258 if (ExtractString(interp, hLen, envPtr, strBuf, hLen) != TCL_OK) {
1259 ckfree(strBuf);
1263 *strPtrPtr = strBuf;
1267 strBuf[hLen] = '\0';
1213 char *strBuf; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp3428 UnicodeString strBuf; local
3429 numFmt->format(numberToBeFormat, strBuf);
3434 if (strBuf.compare(formatResult)) {
3435 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
3540 UnicodeString strBuf; local
3541 numFmt->format(numberToBeFormat, strBuf);
3547 if (strBuf.compare(formatResult)) {
3548 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
3576 errln((UnicodeString)" round-trip would be: " + strBuf);

Completed in 127 milliseconds