Lines Matching refs:cSeparator
2373 char cSeparator = ':'; in test_FreeRTOS_EUI48_ntop1() local
2377 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2381 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2385 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop1()
2386 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2398 char cSeparator = ':'; in test_FreeRTOS_EUI48_ntop2() local
2402 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2405 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop2()
2406 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2410 cSeparator = ':'; in test_FreeRTOS_EUI48_ntop2()
2411 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2415 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop2()
2416 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()