Home
last modified time | relevance | path

Searched refs:cchDst (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c932 KSIZE cchDst; in copy() local
960 fPendingCr = dos2unix_convert_to_unix(buf, nr, buf, &cchDst); in copy()
962 nw = write(to_fd, buf, cchDst); in copy()
963 if (nw != (int)cchDst) in copy()
982 fPendingCr = dos2unix_convert_to_dos(pchSrc, nr, buf, &cchDst); in copy()
984 nw = write(to_fd, buf, cchDst); in copy()
985 if (nw != (int)cchDst) in copy()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h165 LWSTDAPI_(DWORD) StrCatChainW(LPWSTR pszDst,DWORD cchDst,DWORD ichAt,LPCWSTR pszSrc);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h165 LWSTDAPI_(DWORD) StrCatChainW(LPWSTR pszDst,DWORD cchDst,DWORD ichAt,LPCWSTR pszSrc);
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlwapi.pp586 …function StrCatChainW(pszDst:PWSTR; cchDst:DWORD; ichAt:DWORD; pszSrc:PCWSTR):DWORD;stdcall;exter…