Lines Matching defs:misalign
89 int fd, misalign = misalignments[j];
102 if (misalign) {
104 * Explicitly misalign the structure copying it with the given
110 copy = malloc(misalign + sizeof(how_ext));
111 how_copy = copy + misalign;
112 memset(copy, 0xff, misalign);
138 resultfn("openat2 with %s argument [misalign=%d] succeeds\n",
139 test->name, misalign);
141 resultfn("openat2 with %s argument [misalign=%d] fails with %d (%s)\n",
142 test->name, misalign, test->err,