Searched refs:trailing (Results 1 - 25 of 42) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/fp/
H A Dgconvert.c36 __k_gconvert(int ndigits, decimal_record *pd, int trailing, char *buf) argument
48 if (trailing != 0) {
66 if (trailing == 0) {
67 /* Remove trailing zeros and . */
110 if (trailing == 0) {
111 /* Remove trailing zeros and point. */
128 gconvert(double number, int ndigits, int trailing, char *buf) argument
150 __k_gconvert(ndigits, &dr, trailing, buf);
155 sgconvert(single *number, int ndigits, int trailing, char *buf) argument
177 __k_gconvert(ndigits, &dr, trailing, bu
182 qgconvert(quadruple *number, int ndigits, int trailing, char *buf) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc11 $_ =~ s/\s+$//; # trailing spaces
148 # # trailing zeros
150 # print "# Has trailing zeros after '$try'\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDirHandle.pm38 ':'. If specifying a volume name only, a trailing ':' is required.
H A Dlib_pm.PL104 # remove trailing duplicates
199 To avoid memory leaks, all trailing duplicate entries in @INC are
H A Dfields.pm290 the trailing elements of the pseudo-hash will not be initialized.
H A DDBM_Filter.pm383 For example, here is a sample filter that adds a trailing NULL character
385 trailing NULL when they are read from the DBM file
H A DCwd.pm46 most systems it is identical to `pwd` (but without the trailing line
417 chop($cwd) unless $cwd eq '/'; # drop the trailing /
H A DDigest.pm120 representation of the digest with any trailing padding removed. The
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm51 puts a trailing ":" on the end of the complete path, because that's what's
96 A trailing colon is added automatically to the resulting path, to denote a
101 Generally, each argument has one leading ":" and one trailing ":"
111 or trailing colons when necessary. E.g.
211 # add a trailing ':' if need be (may be it's a path like HD:dir)
222 # add a trailing ':' if need be
233 # (c) add a trailing ':' if need be
248 $arg = "$arg:" unless ($arg =~ /:\Z(?!\n)/); # ensure trailing ':'
345 trailing ":", because that's the correct specification for a volume
448 $no_file is true or a trailing separato
[all...]
H A DUnix.pm50 # (Mainly because trailing "" directories didn't get stripped).
63 with a directory. But remove the trailing slash from the resulting
66 trailing slash :-)
73 $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
236 trailing separator or /. or /.. is present. On Unix this means that $no_file
239 The directory portion may or may not be returned with a trailing '/'.
289 return split m|/|, $_[1], -1; # Preserve trailing fields
H A DWin32.pm227 trailing directory entries can be returned, because these are significant
241 # split() likes to forget about trailing null fields, so here we
250 # since there was a trailing separator, add a file name to the end,
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c276 char *trailing;
278 trailing = &acle_restrictions[strlen(acle_restrictions)-1];
279 while ( isspace((int) *trailing) )
280 trailing--;
281 trailing[1] = '\0';
274 char *trailing; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm93 with a directory. But remove the trailing slash from the resulting
96 trailing slash :-)
186 trailing separator or /. or /.. is present. On Unix this means that $no_file
189 The directory portion may or may not be returned with a trailing '/'.
H A DDosGlob.pm83 # Failed, add a trailing dot and try again, but only
267 # Resolves any updirs in the pattern. Removes a single trailing colon
279 # remove a single trailing colon, e.g. ":*:" -> ":*"
377 # first, take care of updirs and trailing colons
477 is optional. If specifying a volume name only, a trailing ':' is
484 that a single trailing ':' in the pattern is ignored (unless it's a volume
H A DCopy.pm418 ':'. If specifying a volume name only, a trailing ':' is required.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc11 $_ =~ s/\s+$//; # trailing spaces
142 # trailing zeros
144 print "# Has trailing zeros after '$try'\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm398 begin with a ':'. If specifying a volume name only, a trailing ':' is
406 is optional. If specifying a volume name only, a trailing ':' is
413 that a single trailing ':' in the pattern is ignored (unless it's a volume
421 both a leading and a trailing colon will be added, when the directory name in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm187 into perl (the trailing `dir' has been removed from the names). See L<perlfunc>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm144 of the parsing, as is any leading or trailing whitespace.
H A DFunctions.pm172 chomp String remove a trailing record separator from a string
180 continue Flow optional trailing block in a while or foreach
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm176 (This means, among other things, that trailing punctuation such as
H A DBalanced.pm1195 Prefix patterns are matched without any trailing modifiers (C</gimsox> etc.)
1649 delimiters (for the quotelike operators), and trailing modifiers are
1691 the extracted quotelike substring (including trailing modifiers),
1737 the trailing modifiers on the operation (if any).
1832 delimiter, or trailing modifiers).
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s230 ba 2f ! branch to the trailing byte copy
1108 ! Handle trailing bytes, 64 to 127
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1050 * number to a string without a trailing decimal point. This
1053 * trailing decimal point, then gcvt() is used. If all else fails,
1055 * macro are: value, number of digits, whether trailing zeros should
1061 * The last two assume trailing zeros should not be kept.
1463 * This define is SITELIB_EXP with any trailing version-specific component
1494 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm153 # If the command was given as a here-doc, there's probably a trailing
449 # Need the trailing '--' so perl stops gobbling arguments and - happens
660 Any newlines in $perl_code will be escaped. Leading and trailing

Completed in 58 milliseconds

12