Home | History | Annotate | Download | only in doio

Lines Matching refs:Alignment

239 int Alignment = 0;		/* if non word multiple, io will not be word aligned */
637 if (sscanf(optarg, "%i", &Alignment) != 1 ||
638 Alignment < 0) {
1304 if ((Buffer = malloc(grow_incr + Alignment)) == NULL) {
1311 if (Alignment)
1312 Buffer = Buffer + Alignment;
1846 -O offset adjust i/o buffer alignment by offset bytes\n\