Lines Matching refs:cSeparator
2441 char cSeparator = ':'; in test_FreeRTOS_EUI48_ntop1() local
2445 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2449 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2453 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop1()
2454 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2466 char cSeparator = ':'; in test_FreeRTOS_EUI48_ntop2() local
2470 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2473 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop2()
2474 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2478 cSeparator = ':'; in test_FreeRTOS_EUI48_ntop2()
2479 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2483 cSeparator = '-'; in test_FreeRTOS_EUI48_ntop2()
2484 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()