Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-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
/freebsd/usr.bin/env/
H A Denvopts.c166 const char *bq_src, *copystr, *src; in split_spaces() local
/freebsd/usr.bin/mkstr/
H A Dmkstr.c170 copystr(void) in copystr() function
/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c69 copystr(char *dst, char *src) in copystr() function
/freebsd/sys/sys/
H A Dsystm.h294 #define copystr(src, dst, len, outlen) ({ \ macro