Searched defs:copystr (Results 1 – 6 of 6) sorted by relevance
39 ATF_TC_HEAD(copystr, tc) in ATF_TC_HEAD() argument95 ATF_TC_BODY(copystr, tc) in ATF_TC_BODY() argument
14 unsigned char *copystr; in krb5int_arcfour_string_to_key() local
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