Searched refs:xattrbytes (Results 1 – 1 of 1) sorted by relevance
97 static char xattrbytes[XATTR_SIZE_MAX]; variable485 memcpy(value + shift, xattrbytes, in setxattrs()486 sizeof (xattrbytes) - shift); in setxattrs()584 memcpy(verify_value + shift, xattrbytes, in getxattrs()585 sizeof (xattrbytes) - shift); in getxattrs()678 size_t rndsz = sizeof (xattrbytes); in main()680 rc = get_random_bytes(xattrbytes, rndsz); in main()687 memset(xattrbytes, 'x', sizeof (xattrbytes)); in main()