| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
| H A D | Copying.c | 76 /** 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 D | string.h | 48 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 D | string.c | 51 * 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 D | OpenSslSupport.h | 168 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 D | xf86_libc.h | 357 #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 D | xf86_libc.h | 401 #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 D | xf86_libc.h | 401 #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 D | xf86_libc.h | 407 #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 D | xf86_libc.h | 405 #undef strncpy macro 406 #define strncpy(cp,ccp,I) xf86strncpy(cp,ccp,I) macro
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | winbase.h | 2537 /* 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 D | winbase.h | 2290 /* 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
|