246: char *name = (char *)malloc( length ); 247: sprintf( name, "%s - %s::%s()", _programName, suiteName, testName ); 248: XSetStandardProperties( _display, _window, name, 0, 0, 0, 0, 0 );
294: char str[sizeof("1000000000 of ") + sizeof(_strTotalTests) + sizeof(" (100%)")]; 295: sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); 296: unsigned len = strlen( str );
605: WinSetDlgItemText( hwnd, IDC_MLE, prwl->szPath); 606: sprintf( szText, "BeginLIBPATH for PID %d <%s>", prwl->pid, 607: (prwl->pszProc ? prwl->pszProc : "unidentified process"));
619: WinSetDlgItemText( hwnd, IDC_MLE, prwl->szPath); 620: sprintf( szText, "EndLIBPATH for PID %d <%s>", prwl->pid, 621: (prwl->pszProc ? prwl->pszProc : "unidentified process"));
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy