Searched refs:fill (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dfill.c35 elf_fill(int fill) argument
37 ELFACCESSDATA(_elf_byte, fill)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d32 * fill buffer. This will fail because the size of the END enabling
35 * SECTION: Buffers and Buffering/fill Policy;
42 #pragma D option bufpolicy=fill
H A Dtst.fill1.d32 * Positive test for fill buffer policy.
34 * SECTION: Buffers and Buffering/fill Policy;
41 * This is a brute-force way of testing fill buffers. We assume that
43 * lo, timestamp hi, and the variable i). Because each fill buffer is
44 * per-CPU, we must fill up our buffer in one series of enablings on a
47 #pragma D option bufpolicy=fill
/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c64 static int width, sign, fill; variable
114 /* this is the requested fill character */
115 fill = 1;
117 fill--;
153 * a sign, "fill" is 0 if there was a leading
232 if (!sign && fill <= 0) {
267 if (fill == 0)
268 fill = -1;
346 /* fill in intermediate zeroes if needed */
361 * in the field, nonzero if it is to be left-justified. "fill" i
[all...]
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c63 static char *fill();
151 if (!(p = fill(p, &gpls->gl_machine, ','))) {
154 if (!(p = fill(p, &gpls->gl_name, ','))) {
157 if (!(p = fill(p, &gpls->gl_domain, ')'))) {
190 fill(start, target, termchar) function
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
292 /* fill i
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.many.d30 #pragma D option bufpolicy=fill
/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c67 * indentation int The number of fill characters to use to
274 char fill[FILL_SIZE+1]; local
278 memset(fill, c, FILL_SIZE);
279 fill[FILL_SIZE] = '\0';
286 if(write_fn(data, fill, nnew) != nnew)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_012_pos.ksh36 # 5. On the original filesystem, fill it up to its quota.
73 # 5. On the original filesystem, fill it up to its quota.
74 cat < /dev/urandom > $origdir/fill-it-up
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c52 unsigned fill; /* index for replicating entries */ local
152 Create and fill in decoding tables. In this loop, the table being
157 fill the table with replicated entries.
206 next = *table; /* current table to fill in */
236 fill = 1U << curr;
237 min = fill; /* save offset to next table */
239 fill -= incr;
240 next[(huff >> drop) + fill] = this;
241 } while (fill != 0);
298 drops back to the root table to fill i
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallScreen.java307 c.fill = GridBagConstraints.NONE;
316 c.fill = GridBagConstraints.NONE;
321 c.fill = GridBagConstraints.HORIZONTAL;
322 // c.fill = GridBagConstraints.NONE;
328 c.fill = GridBagConstraints.NONE;
333 c.fill = GridBagConstraints.NONE;
419 c.fill = GridBagConstraints.HORIZONTAL;
441 c.fill = GridBagConstraints.NONE;
455 c.fill = GridBagConstraints.BOTH;
462 c.fill
[all...]
H A DpmFindFrame.java73 c.fill = GridBagConstraints.HORIZONTAL;
100 c.fill = GridBagConstraints.HORIZONTAL;
122 c.fill = GridBagConstraints.HORIZONTAL;
H A DpmHelpIndexPanel.java75 c.fill = GridBagConstraints.BOTH;
83 // pc.fill = GridBagConstraints.HORIZONTAL;
106 c.fill = GridBagConstraints.BOTH;
177 c.fill = GridBagConstraints.NONE;
265 c.fill = GridBagConstraints.BOTH;
307 c.fill = GridBagConstraints.NONE;
343 c.fill = GridBagConstraints.HORIZONTAL;
H A DpmHelpSearchPanel.java73 c.fill = GridBagConstraints.BOTH;
81 // pc.fill = GridBagConstraints.HORIZONTAL;
109 c.fill = GridBagConstraints.BOTH;
186 c.fill = GridBagConstraints.NONE;
269 c.fill = GridBagConstraints.BOTH;
311 c.fill = GridBagConstraints.NONE;
360 c.fill = GridBagConstraints.NONE;
418 c.fill = GridBagConstraints.HORIZONTAL;
H A DhelpTest.java84 // pc.fill = GridBagConstraints.HORIZONTAL;
100 c.fill = GridBagConstraints.HORIZONTAL;
118 c.fill = GridBagConstraints.BOTH;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h155 char fill[8]; member in struct:strrecvfd
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemset.s43 andl $0xff,%eax / Duplicate fill const 4 times in %eax
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c295 char fill = ' '; local
301 &fill);
305 &fill);
333 char fill = ' '; local
339 &fill);
343 &fill);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c313 * allocate space for the chunk header, fill in the data chunk, and fill in
668 mblk_t *fill; local
672 if ((fill = dupb(sctp->sctp_pad_mp)) != NULL) {
673 fill->b_wptr += pad;
674 return (fill);
683 if ((fill = allocb(SCTP_ALIGN, BPRI_MED)) != NULL) {
685 *(int32_t *)fill->b_rptr = 0;
686 fill->b_wptr += pad;
688 return (fill);
698 mblk_t *fill; local
992 mblk_t *fill = NULL; local
1671 mblk_t *fill; local
2082 mblk_t *fill; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh148 PASS "lotsafiles \$1 \$fill"
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h50 Void_t* fill[1];/* modest expansion */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio_t.h50 Void_t* fill[1];/* modest expansion */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h50 Void_t* fill[1];/* modest expansion */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_t.h50 Void_t* fill[1];/* modest expansion */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_t.h50 Void_t* fill[1];/* modest expansion */

Completed in 132 milliseconds

123