Searched defs:strncpy (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DCopying.c76 /** The strncpy function copies not more than n characters (characters that
85 @return The strncpy function returns the value of s1.
87 char *strncpy(char * __restrict s1, const char * __restrict s2, size_t n) function
109 strncpyX exists because normal strncpy does not indicate if the copy was
/vbox/include/iprt/nocrt/
H A Dstring.h48 char * RT_NOCRT(strncpy)(char *pszDst, const char *pszSrc, size_t cch);
70 # define strncpy RT_NOCRT(strncpy) macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c51 * strncpy - Copy a length-limited, %NUL-terminated string
56 * Note that unlike userspace strncpy, this does not %NUL-pad the buffer.
60 char * strncpy(char * dest,const char *src,size_t count) function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h168 char *strncpy (char *, const char *, size_t);
174 char *strncpy (char *, const char *, size_t);
235 #define strncpy(strDest,strSource,count) AsciiStrnCpy(strDest,strSource,(UINTN)count) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h357 #undef strncpy macro
358 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h401 #undef strncpy macro
402 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h401 #undef strncpy macro
402 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h407 #undef strncpy macro
408 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h405 #undef strncpy macro
406 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2537 /* strncpy doesn't do what you think, don't use it */
2538 #undef strncpy macro
2539 #define strncpy(d,s,n) error do_not_use_strncpy_use_lstrcpynA_or_memcpy_instead macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h2290 /* strncpy doesn't do what you think, don't use it */
2291 #undef strncpy macro
2292 #define strncpy(d,s,n) error do_not_use_strncpy_use_lstrcpynA_or_memcpy_instead macro

Completed in 152 milliseconds