Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc40 CPY = echo y | xcopy /i >NUL
43 CPY = xcopy /i /y >NUL
47 CPY = xcopy /i >_JUNK.OUT # On Win98 NUL does not work here.