Lines Matching defs:pad
99 * Combine two segments, which must be contiguous. If pad is true, it's
102 static void combine(struct sect *base, struct sect *new, int pad)
108 if (pad)
273 int i, pad;
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15;
549 if (pad) {
550 pad = 16 - pad;
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad);
556 fprintf(stderr, "wrote %d byte pad.\n", i);