Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Locale/
H A 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()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/NetUtil/
H A Dinet_ntop.c118 strncpyX(dst, tmp, (size_t)size); in inet_ntop4()
234 strncpyX(dst, tmp, (size_t)size); in inet_ntop6()
H A Dinet_ntoa.c66 strncpyX(ret, "[inet_ntoa error]", sizeof(ret)); in __weak_alias()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/String/
H A DCopying.c118 int strncpyX(char * __restrict s1, const char * __restrict s2, size_t n) in strncpyX() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dgetpath.c313 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename in isxfile()
390 (void) strncpyX(Dest, path, VolLen + 1); in set_volume()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/
H A Dstring.h173 int strncpyX(char * __restrict Dest, const char * __restrict Src, size_t N);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Time/
H A DZoneProc.c804 (void)strncpyX(lcl_TZname, name, sizeof(lcl_TZname)); in tzset()
823 (void)strncpyX(lclptr->chars, gmt, sizeof(lclptr->chars)); in tzset()