Home
last modified time | relevance | path

Searched refs:wcsncat (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DConcatenation.c45 wchar_t *wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dwchar.h1176 wchar_t *wcsncat(wchar_t * __restrict Dest, const wchar_t * __restrict Src, size_t n);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c499 wcsncat(WPath, Path, (PATH_MAX - NAME_MAX)); /* Append the path */ in da_ShellOpen()