Home
last modified time | relevance | path

Searched refs:strncpyX (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c152 (void)strncpyX(new_categories[i], current_categories[i], in __setlocale()
162 (void)strncpyX(new_categories[i], env, in __setlocale()
168 (void)strncpyX(new_categories[category], env, in __setlocale()
172 (void)strncpyX(new_categories[category], locale, in __setlocale()
177 (void)strncpyX(new_categories[i], locale, in __setlocale()
232 (void)strncpyX(current_locale_string, current_categories[1], in currentlocale()
395 (void)strncpyX(current_categories[category], in loadlocale()
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntoa.c66 strncpyX(ret, "[inet_ntoa error]", sizeof(ret)); in __weak_alias()
Dinet_ntop.c118 strncpyX(dst, tmp, (size_t)size); in inet_ntop4()
234 strncpyX(dst, tmp, (size_t)size); in inet_ntop6()
/device/linaro/bootloader/edk2/StdLib/LibC/String/
DCopying.c120 int strncpyX(char * __restrict s1, const char * __restrict s2, size_t n) in strncpyX() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dstring.h173 int strncpyX(char * __restrict Dest, const char * __restrict Src, size_t N);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c244 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename in isxfile()
321 (void) strncpyX(Dest, path, VolLen + 1); in set_volume()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c313 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename in isxfile()
390 (void) strncpyX(Dest, path, VolLen + 1); in set_volume()
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c804 (void)strncpyX(lcl_TZname, name, sizeof(lcl_TZname)); in tzset()
823 (void)strncpyX(lclptr->chars, gmt, sizeof(lclptr->chars)); in tzset()