Searched defs:copystr (Results 1 – 5 of 5) sorted by relevance
39 ATF_TC_HEAD(copystr, tc) in ATF_TC_HEAD() argument95 ATF_TC_BODY(copystr, tc) in ATF_TC_BODY() argument
166 const char *bq_src, *copystr, *src; in split_spaces() local
170 copystr(void) in copystr() function
69 copystr(char *dst, char *src) in copystr() function
294 #define copystr(src, dst, len, outlen) ({ \ macro