Home
last modified time | relevance | path

Searched refs:OutState (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIO.c150 mbstate_t *OutState; in IIO_Write() local
169 OutState = &This->ErrState; in IIO_Write()
173 OutState = &This->OutState; in IIO_Write()
188 CharLen = mbrtowc(OutChar, (const char *)&buf[NumConsumed], MB_CUR_MAX, OutState); in IIO_Write()
192 (void)mbrtowc(NULL, NULL, 1, OutState); // Re-Initialize the conversion state in IIO_Write()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DIIO.h59 mbstate_t OutState; member