Searched refs:xattrbytes (Results 1 – 1 of 1) sorted by relevance
98 static char xattrbytes[XATTR_SIZE_MAX]; variable488 memcpy(value + shift, xattrbytes, in setxattrs()489 sizeof (xattrbytes) - shift); in setxattrs()587 memcpy(verify_value + shift, xattrbytes, in getxattrs()588 sizeof (xattrbytes) - shift); in getxattrs()681 size_t rndsz = sizeof (xattrbytes); in main()683 rc = get_random_bytes(xattrbytes, rndsz); in main()690 memset(xattrbytes, 'x', sizeof (xattrbytes)); in main()