Searched defs:Pad_val (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c465 Pad_val = 0, /* Indicates the number of bytes to pad (if any) */ variable
2785 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
3025 pad = (Pad_val + 1 - (size & Pad_val)) & Pad_val;
3195 pad = (Pad_val + 1 - (G_p->g_filesz & Pad_val)) & Pad_val;
[all...]

Completed in 72 milliseconds