Searched refs:in (Results 526 - 550 of 1242) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm1 # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This
2 # source code has been placed in the public domain by the author.
51 # a partial dir name that's valid only in the cwd (e.g. 'tmp')
203 ($tosz1,$tomt1) = (stat($to))[7,9]; # just in case rename did something
230 # Use the MPE cp program in order to
302 B<Note that passing in
305 names whenever possible.> Files are opened in binary mode where
311 first file, that wil be held in memory at any given time, before
332 You may use the "mv" alias for this function in the same way that
338 file specified in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm39 # This table is taken near verbatim from Pod::PlainText in Pod::Parser,
131 $$self{MARGIN} = $$self{indent}; # Current left margin in spaces.
212 $string .= " entries elsewhere in this document";
335 # special handling in textblock().
356 # for text, in which case we treat it as a verbatim text block.
384 # Smash whitespace in case we were split across multiple lines.
416 $text .= (length $manpage) ? " in the $manpage manpage"
417 : " elsewhere in this document";
422 $text .= " in the $manpage manpage" if length $manpage;
432 # This method is called whenever an =item command is complete (in othe
[all...]
H A DInputObjects.pm67 An object corresponding to a tree of parsed POD text. Each "node" in
69 a B<Pod::InteriorSequence> object. The nodes appear in the parse-tree
70 in the order in which they were parsed from left-to-right.
74 Each of these input objects are described in further detail in the
98 information is kept together with the stream itself in one of these
123 keyword arguments in the form of a hash. The keyword C<-handle> is
140 ## If they are in the argument list, they will override the defaults.
268 ## If they are in th
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
43 * DA/slpd is configured. It could be an in-memory database,
183 // Read the service store in the standard format from the input
185 private static void deserialize(BufferedReader in, ServiceStore store) argument
194 while (in.ready()) {
196 String line = in.readLine().trim();
334 while (in.ready()) {
336 line = in.readLine();
425 // Write the service store in th
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
36 w_missing=$(gettext "Warning: \"%s\" is not installed in the global zone\n")
68 # Replace the specified file in the booting zone with a wrapper script that
74 # $2 The access mode of the replacement file in hex (e.g., 0555)
78 # NOTE: The checks performed in the 'if' statement below are not generic: they
112 # Create a new wrapper script that invokes s10_isaexec_wrapper in the
120 # $2 The access mode of the replacement file in hex (e.g., 0555)
165 # Details about the binary replacement procedure can be found in the Solaris 10
196 # Some of the native networking daemons such as in
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.guess14 # This program is distributed in the hope that it will be useful, but
70 case $1 in
97 # compiler to aid in system detection is discouraged as it requires
99 # headache to deal with in a portable fashion.
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
116 case $CC_FOR_BUILD,$HOST_CC,$CC in
118 for c in cc gcc c89 c99 ; do
131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
144 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
159 case "${UNAME_MACHINE_ARCH}" in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm38 base64 encoding specified in RFC 2045 - I<MIME (Multipurpose Internet
40 arbitrary sequences of octets in a form that need not be humanly
100 in a base64 quartet.
106 If you want to encode a large file, you should encode it in chunks
108 line up and that you do not end up with padding in the middle. 57
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm121 @import = ( ); # :constant in Lite, not MBI
225 But a warning is in order. When using the following to make a copy of a number,
237 but calling any method that modifies the number directly will result in
254 See the documentation about the copy constructor and C<=> in overload, as
255 well as the documentation in BigInt for further details.
279 (C) by Tels L<http://bloodgate.com/> in early 2002.
H A Dbigint.pm158 @import = ( ); # :constant in Lite, not MBI
234 are <B>ignored</B> since all operations happen in integer space.
289 is no guaranty that the object in question has such a hash key, nor is a hash
310 But a warning is in order. When using the following to make a copy of a number,
322 but calling any method that modifies the number directly will result in
339 See the documentation about the copy constructor and C<=> in overload, as
340 well as the documentation in BigInt for further details.
374 Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'> and
375 L<bignum> as in C<perl -Mbignum -le 'print sqrt(2)'>.
382 (C) by Tels L<http://bloodgate.com/> in earl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm4 # "Mike had an infinite amount to do and a negative amount of time in which
34 # no difference, but in some cases it does.
517 # split str in m mantissa, e exponent, i integer, f fraction, v value, s sign
523 require Carp; Carp::croak("$wanted is not a number in $class");
547 require Carp; Carp::croak("$wanted not an integer in $class");
567 require Carp; Carp::croak("$wanted not an integer in $class");
582 require Carp; Carp::croak("$wanted not an integer in $class");
612 Carp::croak ("Tried to set $self to NaN in $class\::bnan()");
646 Carp::croak ("Tried to set $self to +-inf in $class\::binfn()");
770 #$m->bstr() . 'e+' . $e->bstr(); # e can only be positive in BigIn
[all...]
H A DTrig.pm255 (Because in the definition of cot(0), the divisor sin(0) is 0)
323 systems, explained shortly in more detail.
337 B<All angles are in radians>.
345 coordinates which define a point in three-dimensional space. They are
347 known as the I<radial> coordinate. The angle in the I<xy>-plane
358 texts use I<r> in place of I<rho>.
361 coordinates which define a point in three-dimensional space. They are
363 also known as the I<radial> coordinate. The angle in the I<xy>-plane
417 points on a sphere. The distance is in C<$rho> units. The C<$rho> is
424 southward negative. B<NOTE>: this formula thinks in mathematic
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
59 * delimiter char after in, nullifies it and sets nextp to point to the
60 * remaining string (if any). Returns in, setting nextp to NULL if no such
64 netcfg_tokenize_by_unescaped_delim(char *in, char delim, char **nextp) argument
70 if (in == NULL)
73 totlen = strlen(in);
74 for (*nextp = in; (*nextp - in) < totlen; (*nextp)++) {
86 *nextp = ((*nextp - in) < totle
100 value_add_escapes(char *in, char *out) argument
129 value_remove_escapes(const char *in) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.guess13 # This program is distributed in the hope that it will be useful, but
67 case $1 in
94 # compiler to aid in system detection is discouraged as it requires
96 # headache to deal with in a portable fashion.
110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
113 case $CC_FOR_BUILD,$HOST_CC,$CC in
115 for c in cc gcc c89 c99 ; do
128 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
141 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
156 case "${UNAME_MACHINE_ARCH}" in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm123 # boot_DynaLoader is called directly in DynaLoader.pm
284 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
296 and extensions in your C/C++ applications.
354 each static extension found in B<$Config{static_ext}>.
364 If you have a working B<DynaLoader> then there is rarely any need to statically link in any
392 Keep in mind that you can always supply B</my/own/path/ModuleName.a>
426 extensions found in B<$Config{static_ext}>. This includes libraries
427 found in B<$Config{libs}> and the first ModuleName.a library
431 are picked up from the B<extralibs.ld> file in the same directory.
509 B<minimod.pl> by Andreas Koenig E<lt>F<k@anna.in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm77 files for input and output using conventions C<"E<lt>$in">, C<"E<gt>out">.
82 of the package. Names of keys in this hash conform to standard
87 Returns a reference to a hash with keys being features present in
88 current implementation. Several optional features are used in the
157 (Note that processing of C<PERL_RL> for ornaments is in the discretion of the
192 my ($in,$out,$str) = @$self;
198 #$str = scalar <$in>;
205 # bug in 5.000: chomping empty string creats length -1:
275 my ($self, $in, $out) = @_;
276 $self->[0] = $in;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm55 # The tie-breaking in the variable weights
63 # Level separator in a sort key:
73 # This character must not be included in any stringified
105 # Logical_Order_Exception in PropList.txt
186 "Illegal level %d (in value for key '%s') lower than %d.",
189 "Unsupported level %d (in value for key '%s') higher than %d.",
233 or croak "$PACKAGE: list for rearrangement must be store in ARRAYREF";
335 ## get $line, parse it, and write an entry in $self
358 $entry = join(CODE_SEP, @uv); # in JCPS
363 # regarded as if it were not entried in th
[all...]
H A DUCD.pm79 File::Spec->catfile(@path), " in @INC"
99 combining classes used in the Canonical Ordering Algorithm
105 mirrored if mirrored in bidirectional text
112 block block the character belongs to (used in \p{In...})
118 not defined in the Unicode Character Database proper (Chapter 4 of the
119 Unicode 3.0 Standard, aka TUS3) but instead in an auxiliary database
128 # NB: This function is duplicated in charnames.pm
242 sub _search { # Binary search in a [[lo,hi,prop],[...],...] table.
291 code point is in a range using the L</charinrange> function. If the
353 code point is in
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
28 * It assumes the ASCII character set and ignores differences in case
31 * tolower() in the "C" locale on each byte, and the results had then
86 * used for finding null bytes in a word:
234 bz,a .doload ! null byte in previous aligned s2 word
262 bz .cmp ! no null-byte in s1 yet
302 bz,a .cmp4 ! no null-byte in s1 yet
312 srl %g1, 24, %i2 ! first byte of mismatching word in s2
313 srl %i3, 24, %i1 ! first byte of mismatching word in s
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
28 * It assumes the ASCII character set and ignores differences in case
31 * tolower() in the "C" locale on each byte, and the results had then
86 * used for finding null bytes in a word:
234 bz,a,pt %ncc, .doload ! null byte in previous aligned s2 word
262 bz,pt %ncc, .cmp ! no null-byte in s1 yet
303 bz,a,pt %icc, .cmp4 ! no null-byte in s1 yet
313 srl %g1, 24, %i2 ! first byte of mismatching word in s2
314 srl %i3, 24, %i1 ! first byte of mismatching word in s
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
44 "iSCSI discovery addresses because logical unit is in use")
65 * We have only one iSCSI logical HBA in Solaris. Get it.
122 * Based on resolved hostname:port provided in 'tgt', add discovery addresses.
136 struct sockaddr_in *in; local
155 * In an unlikely case we fail in inet_ntop() and still need a
156 * printable IP it means we failed in IMA_AddDiscoveryAddress()
158 * something in the string if we fail to convert it.
169 in
304 struct sockaddr_in *in; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
325 * error detector called out in an ereport. Unfortunately, there are
328 * to bounce in and out of existence according to devfs. We tack on
347 * If an @ sign is present in the last component, the
376 * after the first element in the bus address.
396 * Find the comma in the last component component@x,y, and
597 nvlist_t *in, *out; local
600 if (topo_mod_nvalloc(mp, &in, NV_UNIQUE_NAME) != 0)
602 if (nvlist_add_uint64(in, "nv
628 nvlist_t *in, *out; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm73 # Define our own import method to avoid pulling in the full Exporter:
114 # Search for it in the big string
128 return undef if ( ($start == -1) && # in case it's first
183 # We can delimit things in config.sh with either ' or ".
222 # NB. as $summary is unique, we need to copy it in a lexical variable
290 # Might not exist, in which undef is correct.
459 stored in the readonly-variable C<%Config>, indexed by their names.
461 Values stored in config.sh as 'undef' are returned as undefined
470 See also C<-V> in L<perlrun/Switches>.
474 Returns the entire perl configuration information in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm163 "Did not find a suitable bracket in delimiter: \"$_[1]\"",
888 carp "extract_multiple reset maximal count to 1 in scalar context"
1050 # two (unescaped) instances of the first character in $delim.
1057 # in $delim contains one or more of '(){}[]<>').
1102 # (in this case: any type of quote or a slash)
1130 in a string (like an unanchored regex would). Rather,
1132 immediately at the current matching position in the
1137 =head2 General behaviour in list contexts
1161 Note that in a list context, the contents of the original input text (the first
1162 argument) are not modified in an
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_fac.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
69 nvlist_t *in, nvlist_t **out)
92 nvlist_t *in, nvlist_t **out)
131 /* should be a bay_t struct in node specific area */
188 /* fill in SGPIO strucure */
220 nvlist_t *in, nvlist_t **out)
235 if (nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args) != 0 ||
243 if ((nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &pargs) == 0) &&
257 * Valid LED states are DCL_STATE_* defined in devct
68 bay_sensor_reading(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
91 bay_sensor_state(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
219 bay_indicator_mode(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
542 bay_enum_facility(topo_mod_t *mod, tnode_t *tnode, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c12 * GRUB is distributed in the hope that it will be useful,
466 grub_target_to_host32_real (struct image_target_desc *image_target, grub_uint32_t in) argument
469 return grub_be_to_cpu32 (in);
471 return grub_le_to_cpu32 (in);
475 grub_target_to_host64_real (struct image_target_desc *image_target, grub_uint64_t in) argument
478 return grub_be_to_cpu64 (in);
480 return grub_le_to_cpu64 (in);
484 grub_host_to_target64_real (struct image_target_desc *image_target, grub_uint64_t in) argument
487 return grub_cpu_to_be64 (in);
489 return grub_cpu_to_le64 (in);
493 grub_host_to_target32_real(struct image_target_desc *image_target, grub_uint32_t in) argument
502 grub_target_to_host16_real(struct image_target_desc *image_target, grub_uint16_t in) argument
511 grub_host_to_target16_real(struct image_target_desc *image_target, grub_uint16_t in) argument
520 grub_host_to_target_addr_real(struct image_target_desc *image_target, grub_uint64_t in) argument
529 grub_target_to_host_real(struct image_target_desc *image_target, grub_uint64_t in) argument
[all...]

Completed in 127 milliseconds

<<21222324252627282930>>