Home
last modified time | relevance | path

Searched refs:xcopy (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/ccapi/lib/win/
H A DMakefile.in80 xcopy /D/Y $(CO)\*.* $(SRCTMP)
81 xcopy /D/Y $(COWIN)\*.* $(SRCTMP)
82 xcopy /D/Y $(CCUTIL)\*.* $(SRCTMP)
83 xcopy /D/Y $(LIBDIR)\*.* $(SRCTMP)
84 xcopy /D/Y $(LIBWIN)\*.* $(SRCTMP)
85 xcopy /D/Y $(OLDCC)\*.* $(SRCTMP)
/src/crypto/krb5/src/ccapi/server/win/
H A DMakefile.in85 xcopy /D/Y $(CO)\*.* $(SRCTMP)
86 xcopy /D/Y $(COWIN)\*.* $(SRCTMP)
87 xcopy /D/Y $(CCUTIL)\*.* $(SRCTMP)
88 xcopy /D/Y $(SRVDIR)\*.* $(SRCTMP)
89 xcopy /D/Y $(SRVWIN)\*.* $(SRCTMP)
/src/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c81 static void *xcopy(void *, size_t);
257 data.data = xcopy(p + 1, len - 1); in main()
290 key.data = xcopy(p + 1, len - 1); in main()
752 xcopy(void *text, size_t len) in xcopy() function