Searched refs:space (Results 51 - 75 of 140) sorted by relevance

123456

/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dalloca.s33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c116 "not enough space\n"));
152 "not enough space\n"));
209 /* Reserve space for the extra header. */
242 uint32_t space = 0; local
249 if (add_einfo((char *)ext_hdr, vers_str, &hs, avail_space, 0, &space)
251 *new_core_size = ALIGN_UP(core_size, 8) + space +
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm99 intended to hash words (in particular surnames) into a small space using a
140 As it is mapping a large space (arbitrary length strings) onto a small
141 space (single letter plus 3 digits) no inference can be made about the
H A DParseWords.pm227 use of quotes to include a space in a word
231 use of a backslash to include a space in a word
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL146 (without its trailing newline character) into the I<pattern space>,
148 contents of the pattern space and a newline to the standard output.
149 A I<hold space> is provided for saving the contents of the
150 pattern space for later use.
258 Deletes the pattern space and starts the next cycle.
272 Deletes the pattern space through the first embedded newline or to the end.
273 If the pattern space becomes empty, a new cycle is started, otherwise
283 Replace the contents of the pattern space with the hold space.
292 Append a newline and the contents of the hold space t
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c234 char *space = NULL; local
325 space = strchr((const char *)buf, ' ');
326 if (space == NULL ||
336 httpcode = space + 1;
337 space = strchr(httpcode, ' ');
338 if (space == NULL) {
343 *space = 0;
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c766 /* Don't try to read empty bitmaps (e.g., space characters). */
917 between two lines of text. Specifically, it is the space between the
1188 grub_int16_t space = 0; local
1248 space = combining_glyphs[i]->offset_y
1250 if (space <= 0)
1251 space = 1 + (grub_font_get_xheight (main_glyph->font)) / 8;
1253 -(main_glyph->height + main_glyph->offset_y + space
1271 space = combining_glyphs[i]->offset_y
1273 if (space <= 0)
1274 space
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c190 } space; local
270 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
277 ndata = sizeof (space);
278 len = sizeof (space) - sizeof (space.s_d.ldap_call.ldap_callnumber);
279 space.s_d.ldap_call.ldap_callnumber = GETLDAPSERVER;
280 if (strlcpy(space.s_d.ldap_call.ldap_u.domainname, ireq, len) >= len)
282 if (strlcat(space.s_d.ldap_call.ldap_u.domainname, addrType, len) >=
286 if (strlcat(space.s_d.ldap_call.ldap_u.domainname,
289 if (strlcat(space
[all...]
H A Dns_connmgmt.c720 } space; local
745 ndata = sizeof (space);
746 space.s_d.ldap_call.ldap_callnumber =
748 space.s_d.ldap_call.ldap_u.get_change.op =
750 space.s_d.ldap_call.ldap_u.get_change.cookie =
752 sptr = &space.s_d;
2490 } space; local
2491 ldap_data_t *sptr = &space.s_d;
2530 if (sptr != &space.s_d)
2531 (void) munmap((char *)sptr, sizeof (space));
[all...]
H A Dns_common.c2429 } space; local
2475 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
2482 ndata = sizeof (space);
2483 space.s_d.ldap_call.ldap_callnumber = GETLDAPSERVER;
2484 len = sizeof (space) - sizeof (space.s_d.ldap_call.ldap_callnumber);
2485 if (strlcpy(space.s_d.ldap_call.ldap_u.domainname, ireq, len) >= len)
2487 if (strlcat(space.s_d.ldap_call.ldap_u.domainname,
2490 if (strlcat(space.s_d.ldap_call.ldap_u.domainname, DOORLINESEP, len) >=
2493 if (strlcat(space
[all...]
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h105 char space[1]; /* start of space to allocate. */ member in struct:holdblk
H A Dmalloc.c60 * space usage (a few percent difference on most input). They
62 * untouched until the space is reallocated.
72 * 3. A permanently allocated block. This covers space
232 * we hit an edge case, where the space ahead of aligned
339 * This allocates space for hold block
343 * space for an extra ptr so that an index
376 * look for space in the holding block. Blocks with
377 * space will be in front of those without
380 /* there is space */
390 * the next space
1038 ssize_t space = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dcdboot.S57 .space (10*4) /* Reserved */
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c133 {"space", 0, ' ', 0, 0x39},
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c687 int space = 4; local
699 if (attr->file_name_type < space) {
702 space = attr->file_name_type;
706 list_dir_entry(&dirent, name, name_len, space, pos, ni->mft_no,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm31 Pollutes global name space for development only task.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c124 size_t newspace = lp->space + nmore;
132 for (i = lp->space; i < newspace; i++) {
137 lp->space = newspace;
156 lp->naddrs = lp->space = 0;
241 dprint("\tadding %p=%A to %p (naddrs=%d space=%d)\n", a, a, lp,
242 lp->naddrs, lp->space);
244 if (lp->naddrs == lp->space) {
883 if (al.space)
987 if (al.space)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm450 my $space = ' ' x $indent;
451 $space =~ s/^ /:/ if $$self{alt};
464 s/^($space)$tagspace/$1$tag/ or warn "Bizarre space in item";
626 single space. Defaults to true.
646 =item Bizarre space in item
H A DText.pm166 "nbsp" => "\x01", # non-breaking space
553 my $space = ' ' x $indent;
554 $space =~ s/^$margin /$margin:/ if $$self{alt};
558 s/^($space)$tagspace/$1$tag/ or warn "Bizarre space in item";
750 single space. Defaults to true.
770 =item Bizarre space in item
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex113 \def\linenumber{l.\the\inputlineno:\space}
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
223 % This is the space between the bar and the text.
257 % we did was a \nobreak, we don't want to insert more space.
335 % Only leave this space if the footline is nonempty.
378 % offset so that the space between them is truly \outerhsize or \outervsize
413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
415 % \argremovec might leave us with trailing space, e.g.,
417 % This space toke
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl5 # how much disk space is used by a particular data to actually store data
6 # versus how much space is unused.
314 The total amount of disk space used by the entire database files.
341 The total amount of disk space required to store all B*Tree entries
355 The amount of data stored under this category. The data space reported
372 The average amount of free space remaining on all pages under this
403 The total number of bytes of unused space on all primary pages. The
409 The total number of bytes of unused space on all overflow pages. The
415 The total number of bytes of unused space on all primary and overflow
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex111 \def\linenumber{l.\the\inputlineno:\space}
154 % Since the category of space is not known, we have to be careful.
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
223 % This is the space between the bar and the text.
257 % we did was a \nobreak, we don't want to insert more space.
385 % Only leave this space if the footline is nonempty.
428 % offset so that the space between them is truly \outerhsize or \outervsize
463 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
465 % \argremovec might leave us with trailing space,
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c524 ** space -- add leading space?
538 allocheader(field, value, flags, rp, space)
543 bool space;
551 /* allocate space for new header */
554 if (space)
588 ** space -- add leading space?
601 addheader(field, value, flags, e, space)
606 bool space;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm107 # machine, space separated in scalar context.
255 to provide. Parameters may be in a space-separated string, or as
258 C library, as a list in list context, or a space-separated string

Completed in 68 milliseconds

123456