Lines Matching refs:u_austrncpy
251 u_austrncpy(cBuffer, format, sizeof(cBuffer)); in DataDrivenPrintf()
286 u_austrncpy(cBuffer, argument, sizeof(cBuffer)); in DataDrivenPrintf()
300 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintf()
301 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
302 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintf()
316 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintf()
329 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintf()
330 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintf()
331 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintf()
338 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintf()
453 u_austrncpy(cBuffer, format, sizeof(cBuffer)); in DataDrivenScanf()
648 u_austrncpy(cBuffer, format, sizeof(cBuffer)); in DataDrivenPrintfPrecision()
678 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintfPrecision()
689 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintfPrecision()
690 u_austrncpy(cFormat, format, sizeof(cFormat)); in DataDrivenPrintfPrecision()
691 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintfPrecision()
705 u_austrncpy(cBuffer, uBuffer, sizeof(cBuffer)); in DataDrivenPrintfPrecision()