HomeSort by relevance Sort by last modified time
    Searched refs:OutState (Results 1 - 2 of 2) sorted by null

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

Completed in 218 milliseconds