Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 563) sorted by path

12345678910>>...23

/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dstart.S50 .space 0x38
187 .space 512
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dstart.S48 .space 0x38
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th79 r> 1 + \ space between columns
169 \ need to allocate space for len + 16
H A Dloader.4th95 \ allocate temporary space. max is:
178 \ otherwise add space then copy
336 \ trailing space(s)
364 dup c@ dup 0<> swap bl <> and \ stop if space or 0
469 \ check if we have space after '-', if so, drop '- '
H A Dmenu.4th225 \ to allow for a space between the numerical prefix and the
239 dup 32 = ( c -- c bool ) \ [sp] space
H A Dpnp.4th129 : skip-space ( addr -- addr' )
138 : skip-to-space ( addr -- addr' )
164 skip-space premature-end?
167 skip-to-space premature-end?
170 skip-space premature-end?
172 skip-to-space premature-end?
176 skip-space premature-end?
178 skip-to-space dup c@ >r
H A Dsupport.4th263 \ addr len are 0 0 - there was no comma nor space
264 \ addr len are x 0 - the first char is either comma or space
267 \ there was no comma nor space.
277 0= if \ sequence of comma and space?
606 : space? line_pointer c@ bl = line_pointer c@ tab = or ;
631 end_of_line? if 0 else space? then
1242 over + ( addr len addr' len' total ) \ space for prefix+str
1323 \ add space
1455 \ concat two strings by allocating space
1993 s" " strcat ( append one space ) \ XXX this gives a trailing space
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S212 subl $ARGSPACE,%eax # Less arg space
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
/illumos-gate/usr/src/boot/i386/libi386/
H A Damd64_tramp.S49 .space 0x1000
52 .space 0x1000
55 .space 0x1000
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s56 # BIOS Parameter Block. Reserved space from 0xb to 0x3e, the FAT32 BPB
171 # this is the end of the code block we can use, next is space for
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h136 XLOCALE_ISCTYPE(space, _CTYPE_S)
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c142 uchar_t space[63]; /* +1 from t */ in tftp_senderr() member
148 if (len > sizeof (wbuf.space)) in tftp_senderr()
149 len = sizeof (wbuf.space); in tftp_senderr()
293 uchar_t space[FNAME_SIZE + 6]; in tftp_makereq() member
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm727 my ($item, $len, $space);
753 $space = $width - length($item);
754 $text .= $item . ' ' x $space if ($space > 0);
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt523 # generic mechanism to allow user-space and kernel components of a brand
/illumos-gate/usr/src/cmd/bnu/
H A DDevices124 # NOTE: blank lines and lines that begin with a <space>, <tab>, or # are
H A DDialers52 # NOTE: blank lines and lines that begin with a <space>, <tab>, or # are ignored
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c9417 char *space; local
9432 new_arg = old_args = space = NULL;
9483 space = old_args = kernelp->arg + old_kernel_len;
9508 old_space = *space;
9509 *space = '\0';
9515 *space = old_space;
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab154 # SunOS vendor space -- see the Solaris System Administrator
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Dchap-secrets28 # a list of space or tab separated tokens.
H A Dpap-secrets28 # space or tab separated tokens.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME171 another process to execute code in your process space. This looks like
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2895 unsigned char space[64]; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c565 int dlen, space, codelen, extra; local
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME187 forgery. All these choice have proved to be insufficient: key space is
189 (beginning of the pseudorandom stream should be skipped), IV space is

12345678910>>...23