Home
last modified time | relevance | path

Searched defs:copystr (Results 1 – 4 of 4) sorted by relevance

/minix/tests/rump/rumpkern/
H A Dt_copy.c39 ATF_TC_HEAD(copystr, tc) in ATF_TC_HEAD() argument
95 ATF_TC_BODY(copystr, tc) in ATF_TC_BODY() argument
/minix/games/adventure/
H A Dextern.h103 #define copystr(src, dest) strcpy((dest), (src)) macro
/minix/usr.bin/mkstr/
H A Dmkstr.c169 copystr(void) in copystr() function
/minix/minix/commands/remsync/
H A Dremsync.c94 char *copystr(const char *s) in copystr() function