/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 333 (( x == n )) || err_exit 'let with zero filled fields not working' 334 (( y == n )) || err_exit '((...)) with zero filled fields not working' 336 [[ $(($x)) == 10 && $((1$x)) == 1010 ]] || err_exit 'zero filled fields not preserving leading zero… 338 [[ $(let y=$x;print $y) == 10 && $(let y=1$x;print $y) == 1010 ]] || err_exit 'zero filled fields n…
|
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 443 int filled; in write_program() local 464 filled = 0; in write_program() 472 filled = 1; in write_program() 480 filled = 1; in write_program() 487 if (!filled) { in write_program() 493 filled = 0; in write_program() 500 filled = 1; in write_program() 506 if (!filled) in write_program()
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | memset.s | 69 .wrword:and %o1, 0xff, %o1 ! generate a word filled with c
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | memset.s | 83 sll %o1, 8, %o4 ! generate 4 bytes filled with char
|
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 2835 (void *)buf, buf->filled, buf->len, buf->len_read, in usbvc_read_buf() 2838 ASSERT(buf->len_read <= buf->filled); in usbvc_read_buf() 2840 buf_residue = buf->filled - buf->len_read; in usbvc_read_buf() 3471 bufgrp->buf_filling->filled = 0; in usbvc_decode_stream_header() 3478 ASSERT(buf_filling->len >= buf_filling->filled); in usbvc_decode_stream_header() 3479 buf_left = buf_filling->len - buf_filling->filled; in usbvc_decode_stream_header() 3505 strm_if->fid, buf_filling->len, buf_filling->filled); in usbvc_decode_stream_header() 3508 if (buf_filling->filled == 0) { in usbvc_decode_stream_header() 3534 (void *)(buf_filling->data + buf_filling->filled), in usbvc_decode_stream_header() 3537 buf_filling->filled += min(data_len, buf_left); in usbvc_decode_stream_header()
|
H A D | usbvc_v4l2.c | 1262 buf->bytesused = buf_done->filled; in usbvc_v4l2_dequeue_buffer()
|
/titanic_50/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 56 a non-error return, with the code SAMPLE0-8000-5V filled in.
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 48 The input buffer is filled with data from the socket
|
/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc_var.h | 66 uint_t filled; /* number of bytes filled */ member
|
/titanic_50/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element_ctl.c | 719 boolean_t filled = B_FALSE; in elem_common_setprop_threshold() local 725 filled = B_TRUE; in elem_common_setprop_threshold() 729 filled) in elem_common_setprop_threshold()
|
/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | README | 150 splines, filled polygons, etc.
|
/titanic_50/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 216 doesn't know. If `internal_ent' is non-NULL, it is filled in with the
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.msg | 320 move up, and the vacated elements at the end are zero filled.\n"
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | RELEASE | 201 09-03-10 If a variable that was left or right justified or zero-filled was 203 or zero-filled, then the original justification no longer affects 1293 with ((...)) and let has been modified so that if x is a zero-filled 1463 01-09-26 A bug in which a zero filled field was treated as octal when
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate64.m4 | 894 * these sections are filled in with the associated data.
|
H A D | xlate.m4 | 903 * these sections are filled in with the associated data.
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 1896 Normally, classes can be filled via files or programs. As of 8.12, they 1897 can also be filled via map lookups using a new syntax:
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1599 abnormally, if MAP[DRIVE] has already been filled. 3380 total sectors by fstat. The rest are filled with arbitrary
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 8691 filled
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 8689 filled
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 4996 be filled in at runtime. iASL now allows this as long as there is a
|