/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | charbuf.h | 43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | gethostname.c | 87 strncpy (name, pHost, namelen);
|
H A D | getnetbydns.c | 172 (void)strncpy(&ans[0], bp, sizeof(ans) - 1); 210 (void)strncpy(paux1, 293 strncpy(qbuf, net, sizeof(qbuf) - 1);
|
H A D | res_init.c | 220 (void)strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1); 273 strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1); 289 strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1);
|
H A D | res_query.c | 371 strncpy(nbuf, name, n); 423 strncpy(abuf, cp1, sizeof(abuf) - 1);
|
H A D | ns_addr.c | 69 (void)strncpy(buf, name, sizeof(buf) - 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/ |
H A D | getpath.c | 258 strncpy(buffer, volume_name, MAXPATHLEN); 276 strncpy(buffer+n, stuff, k); 507 strncpy(progpath, prog, MAXPATHLEN); 516 strncpy(progpath, path, len); 520 strncpy(progpath, path, MAXPATHLEN); 538 strncpy(argv0_path, progpath, MAXPATHLEN); 559 strncpy(prefix, volume_name, MAXPATHLEN); 571 strncpy(zip_path, prefix, MAXPATHLEN); 578 // strncpy(zip_path, PREFIX, MAXPATHLEN); 593 strncpy(exec_prefi [all...] |
/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/libs/xpcom18a4/python/src/ |
H A D | PyGWeakReference.cpp | 57 strncpy(refcntLogRepr, m_pBase->refcntLogRepr, sizeof(refcntLogRepr));
|
/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/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/ |
H A D | snponly.c | 75 strncpy ( snponly_dev.dev.name, "EFI SNP",
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strncpy.asm | 3 ; IPRT - No-CRT strncpy - AMD64 & X86. 35 RT_NOCRT_BEGINPROC strncpy 119 ENDPROC RT_NOCRT(strncpy)
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPIGlue.c | 292 strncpy(tmp, pszHome, cb); 296 strncpy(tmp, "/Oracle/VirtualBox", cb);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | string.h | 24 char * strncpy(char * dest,const char *src,size_t count) __nonnull;
|
/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/Devices/EFI/Firmware/StdLib/Include/ |
H A D | string.h | 36 char *strncpy (char * __restrict s1, const char * __restrict s2, size_t n); 138 /** The strncpy function copies not more than N characters (characters that 151 @return The strncpy function returns the value of Dest. 153 char *strncpy(char * __restrict Dest, const char * __restrict Src, size_t N); 161 strncpyX exists because normal strncpy does not indicate if the copy was
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdesktop.h | 178 #define STRNCPY(dst,src,n) { strncpy(dst,src,n-1); dst[n-1] = 0; }
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | glx_ansic.h | 99 #define __glXStrncpy(dest, src, n) strncpy(dest, src, n)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | glx_ansic.h | 102 #define __glXStrncpy(dest, src, n) strncpy(dest, src, n)
|
/vbox/src/apps/tunctl/ |
H A D | tunctl.c | 107 strncpy(ifr.ifr_name, tun, sizeof(ifr.ifr_name) - 1);
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/ |
H A D | VBoxNetAdp-freebsd.c | 186 strncpy(pReq->szName, pAdp->szName, sizeof(pReq->szName) - 1); 319 strncpy(pThis->szName, ifp->if_xname, VBOXNETADP_MAX_NAME_LEN);
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/ |
H A D | VBoxNetAdp-linux.c | 201 strncpy(pThis->szName, pNetDev->name, sizeof(pThis->szName)); 324 strncpy(Req.szName, pAdp->szName, sizeof(Req.szName) - 1);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | ncr.c | 297 strncpy (buf, cbuf, buflen - 1); 329 strncpy (buf, cbuf, buflen - 1);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dcpc.c | 188 (void) strncpy(pp->dcpc_event_name, eventname, 244 (void) strncpy(event, p, CPC_MAX_EVENT_LEN - 1); 353 (void) strncpy(set->ks_req[reqno].kr_event, pp->dcpc_event_name, 369 (void) strncpy(set->ks_req[reqno].kr_attr->ka_name, 372 (void) strncpy(set->ks_req[reqno].kr_attr->ka_name,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/ |
H A D | EfiLdrImage.c | 311 strncpy ((CHAR8*) EfiLdrImage[i].FileName, InputFileNames[i], sizeof (EfiLdrImage[i].FileName) - 1);
|