Searched refs:pad (Results 1 - 25 of 319) sorted by path

1234567891011>>

/freebsd-9.3-release/bin/pax/
H A Dar_subs.c131 if (rd_skip(arcn->skip + arcn->pad) == 1)
199 (void)rd_skip(arcn->skip + arcn->pad);
217 (void)rd_skip(arcn->skip + arcn->pad);
222 (void)rd_skip(arcn->skip + arcn->pad);
226 (void)rd_skip(arcn->skip + arcn->pad);
241 (void)rd_skip(arcn->skip + arcn->pad);
253 (void)rd_skip(arcn->skip + arcn->pad);
258 (void)rd_skip(arcn->skip + arcn->pad);
262 (void)rd_skip(arcn->skip + arcn->pad);
298 (void)rd_skip(arcn->skip + arcn->pad);
[all...]
H A Dcpio.c138 * we have file data, set up skip (pad is set in the format
296 arcn->pad = 0L;
401 arcn->pad = 0L;
587 arcn->pad = 0L;
636 * if not a link (or a file with no data), calculate pad size (for
645 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
740 * much to pad.
742 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
760 arcn->pad = 0L;
769 arcn->pad
[all...]
H A Dftree.c451 arcn->pad = 0;
H A Dpax.h125 /* set the skip and pad fields so the format */
141 /* function sets the skip and pad fields so */
199 off_t pad; /* bytes of padding after file xfer */ member in struct:archd
H A Dtar.c178 * convert and blank pad if there is space
233 * convert and blank pad if there is space
254 * pad headers with 0.
416 arcn->pad = 0;
480 arcn->pad = TAR_PAD(arcn->sb.st_size);
575 arcn->pad = 0;
581 * dirs, so no pad.
590 * no data follows this file, so no pad
599 * no data follows this file, so no pad
608 * data follows this file, so set the pad
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c218 const char *pad; local
223 pad = "\t\t";
227 pad = "\t";
231 (void) fprintf(fp, "%s! DT_TYPE(%u) = %s", pad,
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c546 static const char pad[8] = { 0 }; local
549 ctf_buf_write(buf, pad, (topad > 8 ? 8 : topad));
619 * integers; we pad these out to the next 4-byte boundary if needed.
H A Doutput.c474 int pad; local
561 pad = new_offset % shdr.sh_addralign;
563 if (pad)
564 new_offset += shdr.sh_addralign - pad;
677 pad = new_offset % shdr.sh_addralign;
679 if (pad)
680 new_offset += shdr.sh_addralign - pad;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c223 unsigned char pad[JOURNAL_HEADER_SIZE]; member in union:__anon176
373 memset(raw->pad, 0, sizeof(raw->pad));
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dprint.c90 int pad; local
120 length = pad = zeropad = 0;
377 pad = width - length -
379 if (pad < 0)
380 pad = 0;
383 count += strlen(head) + strlen(buf) + pad +
386 while (pad > 0 && size > 1) {
389 pad--;
407 while (pad > 0 && size > 1) {
410 pad
[all...]
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dprint.c87 int pad; local
117 length = pad = zeropad = 0;
314 pad = width - length -
316 if (pad < 0)
317 pad = 0;
320 count += strlen(head) + strlen(buf) + pad +
323 while (pad > 0 && size > 1U) {
326 pad--;
344 while (pad > 0 && size > 1U) {
347 pad
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h890 int pad = 0; local
905 obj_textsec (abfd)->size += pad;
906 pos += pad;
907 vma += pad;
919 obj_datasec (abfd)->size += pad;
920 pos += pad;
921 vma += pad;
929 pad = obj_bsssec (abfd)->vma - vma;
930 if (pad > 0)
932 obj_datasec (abfd)->size += pad;
1067 int pad; local
[all...]
H A Dcoff-rs6000.c1714 /* Limit pad to <= 4096. */
1768 bfd_size_type pad = 0;
1773 pad = 1 << text_align_power;
1774 pad -= (*offset + ar_header_size) & (pad - 1);
1776 if (! do_pad (out_bfd, pad))
1779 *offset += pad;
1862 ?? pad to even bytes.
2481 ?? pad to even bytes.
1765 bfd_size_type pad = 0; local
H A Dcoffcode.h3113 /* With PE we have to pad each section to be a multiple of its
3168 bfd_vma pad;
3174 pad = abs (current->vma - sofar) % align;
3176 if (pad)
3178 pad = align - pad;
3179 sofar += pad;
3232 /* For PE we need to make sure we pad out to the aligned
3167 bfd_vma pad; local
H A Dmerge.c293 char *pad = NULL; local
299 pad = bfd_zmalloc ((bfd_size_type) 1 << alignment_power);
300 if (pad == NULL)
312 if (bfd_bwrite (pad, len, abfd) != len)
329 && bfd_bwrite (pad, off, abfd) != off)
332 if (pad != NULL)
333 free (pad);
337 if (pad != NULL)
338 free (pad);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresbin.c1375 windres_put_16 (wrbfd, ba.pad, 0);
1644 windres_put_8 (wrbfd, bgii.pad, 0);
H A Dwindint.h314 bfd_byte pad[2]; member in struct:bin_accelerator
748 bfd_byte pad[1]; member in struct:bin_group_icon_item
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c3088 int len, size, pad; local
3095 /* pad to pointer-size boundary. */
3096 pad = len % md.pointer_size;
3097 if (pad != 0)
3098 len += md.pointer_size - pad;
3118 int len, size, pad; local
3126 /* pad to pointer-size boundary. */
3127 pad = len % md.pointer_size;
3128 if (pad != 0)
3129 len += md.pointer_size - pad;
3789 int size, pad; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c4007 lang_statement_union_type *pad = NULL;
4010 pad = ((lang_statement_union_type *)
4012 if (pad != NULL
4013 && pad->header.type == lang_padding_statement_enum
4014 && pad->padding_statement.output_section == output_section)
4016 /* Use the existing pad statement. */
4018 else if ((pad = *ptr) != NULL
4019 && pad->header.type == lang_padding_statement_enum
4020 && pad->padding_statement.output_section == output_section)
4022 /* Use the existing pad statemen
4005 lang_statement_union_type *pad = NULL; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dmd5.c57 /* This array contains the bytes used to pad the buffer to the next
102 size_t pad; local
109 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes;
110 memcpy (&ctx->buffer[bytes], fillbuf, pad);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
118 md5_process_block (ctx->buffer, bytes + pad + 8, ctx);
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2.c908 void pad ( Char *s ) function
1288 pad ( inName );
1465 pad ( inName );
1586 pad ( inName );
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.pl413 local ( $outtext, $i, $j, @lines, $wrap, @words, $pos, $pad );
416 $pad = 3; # leave 3 spaces around each line
417 $pos = $pad; # current insert position
431 $pos = $pad;
440 if ((length($words[$j]) + $pos) > $width - $pad) {
442 $pos = $pad;
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c164 if (pad == L_('0')) \
462 int pad = 0; /* Padding for number ('-', '_', or 0). */ local
575 pad = *f;
838 if (pad != L_('0') && pad != L_('-'))
839 pad = L_('_');
885 if (pad != L_('-'))
892 if (pad == L_('_'))
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dunwind-arm.c73 _uw pad; member in struct:vfp_regs
304 /* Skip the pad word */
696 /* Upload the registers to enter the landing pad. */
827 /* Landing pad address is 31-bit pc-relative offset. */
834 /* Setup the VRS to enter the landing pad. */
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h45 unsigned int pad[2]; member in struct:gcc_vregs
80 unsigned long pad[28]; member in struct:gcc_ucontext
82 unsigned long pad[12];
109 unsigned long pad[7]; member in struct:sigframe
135 unsigned long pad[2]; member in struct:rt_sigframe
166 unsigned long pad[7]; member in struct:sigframe

Completed in 297 milliseconds

1234567891011>>