Searched refs:pad (Results 1 - 25 of 27) sorted by relevance

12

/ast/src/cmd/dsslib/ip_t/
H A Dbgpsize.c35 unsigned int pad; local
39 fixed = offsetof(Bgproute_t, pad);
40 if (!(pad = ALIGN - fixed % ALIGN))
41 pad = ALIGN;
42 data = TOTAL - (fixed + pad);
43 if (total == TOTAL && pad == sizeof(bgp.pad) && data == sizeof(bgp.data))
46 sfprintf(sfstdout, "edit bgp.h and adjust padding dimensions to pad[%u] and data[%u] for data aligned to %d bytes and a total size of %u\n", pad, data, ALIGN, TOTAL);
H A Dbgp.h297 char pad[5]; /* pad to 8 byte boundary */ member in struct:Bgproute_s
/ast/src/lib/libuu/
H A Duulib.h50 int pad; member in struct:__anon446
H A Duulib.c81 p[dp->pad] = UU_PAD;
167 int pad; local
177 pad = dp->pad;
220 *p++ = pad ? pad : m[(b >> 6) & 077];
221 *p++ = pad ? pad : m[b & 077];
240 *p++ = pad ? pad
[all...]
/ast/src/lib/libast/tm/
H A Dtmxfmt.c45 number(register char* s, register char* e, register long n, register int p, int w, int pad) argument
51 if (p > 0 && (pad == 0 || pad == '0'))
60 switch (pad)
108 int pad; local
155 pad = 0;
165 pad = c;
176 pad = c;
263 cp = number(cp, ep, (long)(1900 + tm->tm_year) / 100, 2, width, pad);
266 cp = number(cp, ep, (long)tm->tm_mday, 2, width, pad);
[all...]
/ast/src/lib/libast/astsa/
H A Doptlib.h100 char pad[2*sizeof(void*)]; \
H A Dast.h83 char pad[944]; member in struct:__anon244
/ast/src/lib/libast/include/
H A Doption.h56 char pad[3*sizeof(void*)];
H A Dsfio_t.h54 #define _SFIO_PRIVATE_PAD int pad;
H A Dast_std.h258 char pad[936 - sizeof(void*)]; member in struct:__anon265
/ast/src/lib/libast/misc/
H A Doptlib.h108 char pad[2*sizeof(void*)]; \
H A Dfts.c77 char* pad[2]; /* $0.02 to splain this */
/ast/src/lib/libtk/library/
H A Dtkfbox.tcl223 set pad [expr [$data(canvas) cget -highlightthickness] + \
226 incr W -[expr $pad*2]
227 incr H -[expr $pad*2]
237 set x [expr $pad * 2]
238 set y [expr $pad * 1]
260 set y [expr $pad * 1]
273 $data(canvas) config -scrollregion "$pad $pad $sW $H"
278 $data(canvas) config -scrollregion "$pad $pad
[all...]
/ast/src/lib/libcodex/
H A Dcode-uu.c41 int pad; member in struct:__anon332
134 *state->bp++ = x == 3 && state->data->pad ? state->data->pad : state->data->map[(b >> 6) & 077];
135 *state->bp++ = state->data->pad ? state->data->pad : state->data->map[b & 077];
220 q[data->pad] = UU_PAD;
/ast/src/lib/libtk/generic/
H A DtkGrid.c75 int pad; /* Extra padding, in pixels, required for member in struct:SlotInfo
104 int pad; /* Padding needed for this slot */ member in struct:GridLayout
735 sprintf(interp->result,"-minsize %d -pad %d -weight %d",
736 slotPtr[slot].minSize,slotPtr[slot].pad,
740 sprintf(interp->result,"-minsize %d -pad %d -weight %d", 0,0,0);
754 argv[i], "\" :expecting -minsize, -pad, or -weight.",
782 else if (strncmp(argv[i], "-pad", length) == 0) {
784 sprintf(interp->result,"%d",slotPtr[slot].pad);
793 slotPtr[slot].pad = size;
797 argv[i], "\": expecting -minsize, -pad, o
[all...]
/ast/src/cmd/std/
H A Ddd.c179 int pad; member in struct:__anon225
371 " \bconv=block\b or \bconv=unblock\b, otherwise pad"
664 state.pad = ' ';
785 memset(state.buffer, state.pad, c);
825 memset(b = state.buffer, state.pad, m = c);
899 memset(s + n, state.pad, c - n);
/ast/src/lib/libsum/
H A Dsum-lmd.c201 unsigned char pad[1024]; /* XXX: who's bug is it? */ member in struct:Sha1_s
/ast/src/cmd/pax/
H A Dpax-rpm.c47 char pad[16]; member in struct:__anon183
153 message((-2, "%s: align pad=%ld", ap->name, num ? (8 - num) : num));
168 error(2, "%s: %s format header %ld byte pad expected", ap->name, fp->name, num);
H A Dpax-slt.c796 if (c != EOF || state.record.pad)
828 if (state.record.pad)
909 if (n < state.record.size && (c > 0 || state.record.pad))
H A Dpax.h601 int pad; /* pad output record blocks */ \
H A Dpax.c77 " This is accomplished by forcing any format prescribed pad data to be"
1155 state.record.pad = y;
/ast/src/cmd/bzip/
H A Dbzip2.c704 void pad ( Char *s ) function
931 pad ( inName );
1048 pad ( inName );
1155 pad ( inName );
/ast/src/cmd/dsslib/netflow/
H A Dflow-tool.c88 u_int8 pad; member in struct:fts3rec_v1
115 u_int8 pad; member in struct:fts3rec_v5
143 u_int8 pad; member in struct:fts3rec_v6
/ast/src/lib/libdss/
H A Dcx.h541 void* pad[7]; /* pad for future expansion */ member in struct:Cxlib_s
/ast/src/cmd/dsslib/flat/
H A Dflat.c3380 int pad; local
3486 pad = 0;
3551 n += sfprintf(sfstdout, "_delimiter_%d;", ++pad);
3587 (*disc->errorf)(NiL, disc, 1, "%s: record has %u unused pad byte%s", flat->meth.name, fixed, fixed == 1 ? "" : "s");
3622 pad = 0;
3696 n += sfprintf(sfstdout, "_delimiter_%d;", ++pad);
3732 sfprintf(sfstdout, "/* struct has %u unused pad byte%s */\n", fixed, fixed == 1 ? "" : "s");
3734 (*disc->errorf)(NiL, disc, 1, "%s: record has %u unused pad byte%s", flat->meth.name, fixed, fixed == 1 ? "" : "s");
3984 (*disc->errorf)(NiL, disc, 2, "%s: record has %u unused pad byte%s", flatten->dss->meth->name, offset, offset == 1 ? "" : "s");

Completed in 95 milliseconds

12