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

123456

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c144 return (dgettext(TEXT_DOMAIN, "out of space"));
655 * A safe form of realloc(), which also zeroes newly allocated space.
2052 } else if (strcmp(propspec, "space") == 0 &&
2054 /* space */
2315 int space = width - strlen(**ptr) - 3; local
2316 (void) fprintf(fp, "%-s...%*s ", **ptr, space, "");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm189 plain textblocks unless it is preceded by a space, in which case it is
H A DMan.pm62 .de Sp \" Vertical space (when we can't use .PP)
258 'nbsp' => '\\ ', # non-breaking space
940 # Ensure double underbars have a tiny space between them.
1197 puts a little space between double underbars, makes ALLCAPS a teeny bit
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2033 * Lookup the space (security) name. If it is default, convert to the
2039 nfs_space_alias(char *space) argument
2041 char *name = space;
2045 * Only the space named "default" is special. If it is used,
2050 if (strcmp(space, "default") == 0 &&
4365 * Skip leading white space. It is assumed that it is called with a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm861 Whitespace other than space will be represented as C<[\n\t\r]>, "unsafe"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm189 Note that the TODO must have a space after it.
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1464 "Display what GRUB thinks the system address space map of the"
1613 /* The space after the MBR is used by EZ-BIOS which we must
2163 /* Fold this line at the position of a space. */
4804 {"space", 0, ' ', 0, 0x39},
4977 " less, period, greater, slash, question, alt, space, capslock, FX (X"
5854 " rest of the line, starting with the first non-space character."
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4399 into our name space (usually the "standard" functions), and we don't
5286 parameter can be an arrayref or a space-delimited string of P3P tags.
5297 CRLF value ("\r\n" on most platforms) followed by at least one space. For example:
5303 folding rules of RFC 2616: the newlines will be removed, while the white space remains.
5804 Note the space between the element "Hi" and the element "mom!".
5805 CGI.pm puts the extra space there using array interpolation, which is
5806 controlled by the magic $" variable. Sometimes this extra space is
7835 server's disk space, causing problems for other programs.
7838 of memory, CPU time and disk space that CGI scripts can use. Some Web
7846 These take the form of two global variables in the CGI name space
[all...]
H A Doverload.pm439 %overload::ops, with values being space-separated lists of names:
H A DCPAN.pm6040 session. The cache manager keeps track of the disk space occupied by
6041 the make processes and deletes excess space according to a simple FIFO
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm595 confess "Not enough space to insert $d bytes between $s and $e"
2204 writes will be saved up. The space available for the read cache will
2378 will be emptied, and the now-empty space will be used for future
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm481 internal memory space and then immediately thaws it out.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm547 # Where is the space coming from? --jhi
1998 Insure that colons marking targets are preceded by space, in order
H A DMM_Unix.pm3028 space - most Unix Makes don't need this, but it's necessary under VMS
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm4154 the '-MO=Deparse', separated by a comma but not any white space.
4242 directly after the 's', with no space or punctuation. The following

Completed in 105 milliseconds

123456